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

/u-boot/arch/arm/mach-snapdragon/
H A Dof_fixup.c130 if (!of_find_property(pd, "#power-domain-cells", NULL)) {
137 if (!(prop = of_find_property(np, "power-domains", NULL)))
/u-boot/drivers/core/
H A Dof_access.c126 struct property *of_find_property(const struct device_node *np, function
172 struct property *pp = of_find_property(np, name, lenp);
236 prop = of_find_property(device, "compatible", NULL);
425 struct property *prop = of_find_property(device, propname, NULL);
479 struct property *prop = of_find_property(np, propname, NULL);
605 const struct property *prop = of_find_property(np, propname, &len);
647 const struct property *prop = of_find_property(np, propname, NULL);
H A Dofnode.c520 struct property *prop = of_find_property(
1197 return of_find_property(ofnode_to_np(node), propname, NULL);
1684 prop = of_find_property(ofnode_to_np(node), propname, &len);
/u-boot/include/dm/
H A Dof_access.h83 * of_find_property() - find a property in a node
90 struct property *of_find_property(const struct device_node *np,
/u-boot/drivers/usb/host/
H A Ddwc3-octeon-glue.c82 if (of_find_property(node, "power", &len)) {
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c411 prop = of_find_property(np, "rockchip,dp-lane-mux", &len);

Completed in 122 milliseconds