Searched refs:device_find_global_by_ofnode (Results 1 - 4 of 4) sorted by relevance

/u-boot/cmd/
H A Dbind.c144 if (!device_find_global_by_ofnode(ofnode, &parent))
177 ret = device_find_global_by_ofnode(ofnode, &dev);
/u-boot/drivers/core/
H A Dsyscon-uclass.c93 if (device_find_global_by_ofnode(node, &parent))
H A Ddevice.c898 int device_find_global_by_ofnode(ofnode ofnode, struct udevice **devp) function
/u-boot/include/dm/
H A Ddevice.h737 * device_find_global_by_ofnode() - Get a device based on ofnode
749 int device_find_global_by_ofnode(ofnode node, struct udevice **devp);

Completed in 111 milliseconds