Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c123 struct property *of_find_property(const struct device_node *np, in of_find_property() function
169 struct property *pp = of_find_property(np, name, lenp); in of_get_property()
233 prop = of_find_property(device, "compatible", NULL); in of_device_is_compatible()
453 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size()
552 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string()
591 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
H A Droot.c227 (!of_find_property(np, "u-boot,dm-pre-reloc", NULL) && in dm_scan_fdt_live()
228 !of_find_property(np, "u-boot,dm-spl", NULL))) in dm_scan_fdt_live()
H A Dofnode.c97 struct property *prop = of_find_property( in ofnode_read_string()
242 struct property *prop = of_find_property( in ofnode_read_size()
/rk3399_rockchip-uboot/include/dm/
H A Dof_access.h91 struct property *of_find_property(const struct device_node *np,
/rk3399_rockchip-uboot/drivers/i2c/muxes/
H A Dmax96755f.c113 !of_find_property(ofnode_to_np(child), "reg", NULL)) in max96755f_probe()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dmax96755f.c197 if (of_find_property(np, "maxim,dsi-lane-map", &len)) { in max96755f_bridge_probe()