HomeSort by relevance Sort by last modified time
    Searched refs:device_get_child_by_seq (Results 1 - 3 of 3) sorted by null

  /external/u-boot/test/dm/
bus.c 139 ut_assertok(device_get_child_by_seq(bus, 5, &dev));
148 ut_assertok(device_get_child_by_seq(bus, 0, &dev));
154 ut_asserteq(-ENODEV, device_get_child_by_seq(bus, 2, &dev));
234 ut_assertok(device_get_child_by_seq(bus, 0, &dev));
245 ut_assertok(device_get_child_by_seq(bus, 0, &dev));
  /external/u-boot/include/dm/
device.h 430 * device_get_child_by_seq() - Get a child device based on a sequence
444 int device_get_child_by_seq(struct udevice *parent, int seq,
  /external/u-boot/drivers/core/
device.c 536 int device_get_child_by_seq(struct udevice *parent, int seq, function

Completed in 590 milliseconds