Searched refs:of_find_property (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/core/ |
A D | of_access.c | 126 struct property *of_find_property(const struct device_node *np, in of_find_property() function 172 struct property *pp = of_find_property(np, name, lenp); in of_get_property() 236 prop = of_find_property(device, "compatible", NULL); in of_device_is_compatible() 419 struct property *prop = of_find_property(device, propname, NULL); in of_device_has_prop_value() 473 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size() 554 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string() 593 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
|
A D | ofnode.c | 137 struct property *prop = of_find_property( in ofnode_read_prop()
|
/u-boot/include/dm/ |
A D | of_access.h | 90 struct property *of_find_property(const struct device_node *np,
|
/u-boot/drivers/usb/host/ |
A D | dwc3-octeon-glue.c | 82 if (of_find_property(node, "power", &len)) { in dwc3_octeon_config_power()
|
Completed in 8 milliseconds