Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Dof_access.c122 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()
Dofnode.c81 struct property *prop = of_find_property( in ofnode_read_string()
208 struct property *prop = of_find_property( in ofnode_read_size()
Droot.c226 !of_find_property(np, "u-boot,dm-pre-reloc", NULL)) in dm_scan_fdt_live()
/external/u-boot/include/dm/
Dof_access.h90 struct property *of_find_property(const struct device_node *np,