Home
last modified time | relevance | path

Searched refs:prop_list (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/of/
Ddynamic.c311 static void property_list_free(struct property *prop_list) in property_list_free() argument
315 for (prop = prop_list; prop != NULL; prop = next) { in property_list_free()