Searched refs:of_find_property (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_access.c | 123 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 D | root.c | 227 (!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 D | ofnode.c | 97 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 D | of_access.h | 91 struct property *of_find_property(const struct device_node *np,
|
| /rk3399_rockchip-uboot/drivers/i2c/muxes/ |
| H A D | max96755f.c | 113 !of_find_property(ofnode_to_np(child), "reg", NULL)) in max96755f_probe()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | max96755f.c | 197 if (of_find_property(np, "maxim,dsi-lane-map", &len)) { in max96755f_bridge_probe()
|