Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/of/
Dbase.c191 static struct property *__of_find_property(const struct device_node *np, in __of_find_property() function
218 pp = __of_find_property(np, name, lenp); in of_find_property()
271 struct property *pp = __of_find_property(np, name, lenp); in __of_get_property()
515 prop = __of_find_property(device, "compatible", NULL); in __of_device_is_compatible()