Home
last modified time | relevance | path

Searched refs:of_find_compatible_node (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/dm/
H A Dof_access.h193 struct device_node *of_find_compatible_node(struct device_node *from,
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dxusb-padctl.c329 struct device_node *np = of_find_compatible_node(NULL, NULL, in tegra_xusb_padctl_init()
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/
H A Dxusb-padctl.c435 struct device_node *np = of_find_compatible_node(NULL, NULL, in tegra_xusb_padctl_init()
/openbmc/u-boot/drivers/core/
H A Dof_access.c365 struct device_node *of_find_compatible_node(struct device_node *from, in of_find_compatible_node() function
H A Dofnode.c781 return np_to_ofnode(of_find_compatible_node( in ofnode_by_compatible()