Searched refs:device_chld_remove (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/include/dm/ |
D | device-internal.h | 161 int device_chld_remove(struct udevice *dev, struct driver *drv, 164 static inline int device_chld_remove(struct udevice *dev, struct driver *drv, in device_chld_remove() function
|
/external/u-boot/drivers/core/ |
D | device-remove.c | 40 int device_chld_remove(struct udevice *dev, struct driver *drv, in device_chld_remove() function 174 ret = device_chld_remove(dev, NULL, flags); in device_remove()
|
/external/u-boot/cmd/ |
D | bind.c | 110 ret = device_chld_remove(parent, drv, DM_REMOVE_NORMAL); in unbind_child_by_class_index()
|