Searched refs:device_find_first_child (Results 1 - 25 of 38) sorted by relevance

12

/u-boot/board/atmel/common/
H A Dboard.c36 for (device_find_first_child(bus, &dev);
/u-boot/test/dm/
H A Dbus.c117 ut_assertok(device_find_first_child(bus, &dev));
126 /* Move to the next child without using device_find_first_child() */
133 ut_assertok(device_find_first_child(dev, &child));
282 device_find_first_child(bus, &dev);
287 for (device_find_first_child(bus, &dev);
311 for (device_find_first_child(bus, &dev);
323 device_find_first_child(bus, &dev);
330 for (device_find_first_child(bus, &dev);
386 for (device_find_first_child(bus, &dev);
407 for (device_find_first_child(bu
[all...]
H A Dvirtio_device.c29 ut_assertok(device_find_first_child(bus, &dev));
67 ut_assertok(device_find_first_child(bus, &dev));
110 ut_assertok(device_find_first_child(bus, &dev));
144 ut_assertok(device_find_first_child(bus, &dev));
H A Dvirtio_rng.c35 ut_assertok(device_find_first_child(bus, &dev));
H A Dnvmxip.c131 ut_assertok(device_find_first_child(dev, &bdev));
H A Dspmi.c34 ut_assertok(device_find_first_child(bus, &dev));
H A Dusb.c141 for (device_find_first_child(hub, &dev);
/u-boot/cmd/
H A Dpci_mps.c34 for (device_find_first_child(bus, &dev);
61 for (device_find_first_child(bus, &dev);
H A Dw1.c29 for (device_find_first_child(bus, &dev);
76 for (device_find_first_child(bus, &dev), i = 0;
H A Dusb.c294 for (device_find_first_child(hub, &dev);
348 for (device_find_first_child(dev->dev, &child);
410 for (device_find_first_child(dev->dev, &child);
469 device_find_first_child(bus, &dev);
605 for (device_find_first_child(udev->dev, &child);
H A Daxi.c41 for (device_find_first_child(bus, &dev);
/u-boot/drivers/axi/
H A Daxi-emul-uclass.c42 for (device_find_first_child(bus, &dev);
/u-boot/arch/x86/cpu/
H A Dqfw_cpu.c31 for (device_find_first_child(dm_root(), &pdev);
/u-boot/test/fuzz/
H A Dvirtio.c37 if (device_find_first_child(bus, &dev) || !dev)
/u-boot/board/sunxi/
H A Dchip.c20 for (device_find_first_child(b, d); *d; device_find_next_child(d))
/u-boot/board/armltd/corstone1000/
H A Dcorstone1000.c132 device_find_first_child(dev, &bdev);
/u-boot/arch/arm/mach-rockchip/
H A Dspl-boot-order.c48 for (device_find_first_child(parent, &dev);
/u-boot/drivers/power/domain/
H A Dimx8-power-domain-legacy.c153 for (device_find_first_child(dev, &child);
211 for (device_find_first_child(parent, &child); child;
/u-boot/drivers/usb/host/
H A Dusb-uclass.c197 device_find_first_child(bus, &rh);
630 for (device_find_first_child(parent, &dev);
756 for (device_find_first_child(hub, &dev);
/u-boot/drivers/core/
H A Ddevice.c933 int device_find_first_child(const struct udevice *parent, struct udevice **devp) function
1023 device_find_first_child(parent, &dev);
1046 device_find_first_child(parent, &dev);
1117 for (device_find_first_child(dev, &child);
/u-boot/drivers/gpio/
H A Dintel_gpio.c95 device_find_first_child(pinctrl, &dev);
/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c129 for (device_find_first_child(hub, &dev);
/u-boot/include/dm/
H A Ddevice.h786 * device_find_first_child() - Find the first child of a device
792 int device_find_first_child(const struct udevice *parent,
/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c472 for (device_find_first_child(config, &child);
/u-boot/drivers/usb/mtu3/
H A Dmtu3_plat.c164 ret = device_find_first_child(dev, &child);

Completed in 296 milliseconds

12