Home
last modified time | relevance | path

Searched refs:device_chld_remove (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/dm/
Ddevice-internal.h161 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/
Ddevice-remove.c40 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/
Dbind.c110 ret = device_chld_remove(parent, drv, DM_REMOVE_NORMAL); in unbind_child_by_class_index()