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

/u-boot/arch/arm/mach-snapdragon/
H A Dof_fixup.c52 dwc3 = of_find_compatible_node(glue_np, NULL, "snps,dwc3");
109 while ((glue_np = of_find_compatible_node(glue_np, NULL, "qcom,dwc3"))) {
/u-boot/include/dm/
H A Dof_access.h228 * of_find_compatible_node() - find a node based on its compatible string
239 struct device_node *of_find_compatible_node(struct device_node *from,
/u-boot/arch/arm/mach-tegra/tegra124/
H A Dxusb-padctl.c333 struct device_node *np = of_find_compatible_node(NULL, NULL,
/u-boot/arch/arm/mach-tegra/tegra210/
H A Dxusb-padctl.c425 struct device_node *np = of_find_compatible_node(NULL, NULL,
/u-boot/drivers/core/
H A Dof_access.c407 struct device_node *of_find_compatible_node(struct device_node *from, function
H A Dofnode.c1581 return np_to_ofnode(of_find_compatible_node(

Completed in 101 milliseconds