Searched refs:of_find_property (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/core/ |
D | of_access.c | 122 struct property *of_find_property(const struct device_node *np, in of_find_property() function 168 struct property *pp = of_find_property(np, name, lenp); in of_get_property() 200 prop = of_find_property(device, "compatible", NULL); in of_device_is_compatible() 410 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size() 463 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string() 502 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
|
D | ofnode.c | 81 struct property *prop = of_find_property( in ofnode_read_string() 208 struct property *prop = of_find_property( in ofnode_read_size()
|
D | root.c | 226 !of_find_property(np, "u-boot,dm-pre-reloc", NULL)) in dm_scan_fdt_live()
|
/external/u-boot/include/dm/ |
D | of_access.h | 90 struct property *of_find_property(const struct device_node *np,
|