Searched refs:device_get_device_tail (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/core/ |
H A D | device.c | 507 static int device_get_device_tail(struct udevice *dev, int ret, in device_get_device_tail() function 555 return device_get_device_tail(dev, 0, devp); in device_get_child() 596 return device_get_device_tail(dev, ret, devp); in device_get_child_by_seq() 624 return device_get_device_tail(dev, ret, devp); in device_get_child_by_of_offset() 656 return device_get_device_tail(dev, dev ? 0 : -ENOENT, devp); in device_get_global_by_ofnode()
|