Searched refs:of_find_property (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | of.h | 304 extern struct property *of_find_property(const struct device_node *np, 584 static inline struct property *of_find_property(const struct device_node *np, in of_find_property() function 1077 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool() 1255 for (prop = of_find_property(np, propname, NULL), \ 1261 for (prop = of_find_property(np, propname, NULL), \
|