Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Ddevice-internal.h145 int device_chld_unbind(struct udevice *dev, struct driver *drv);
147 static inline int device_chld_unbind(struct udevice *dev, struct driver *drv) in device_chld_unbind() function
/openbmc/u-boot/drivers/core/
H A Ddevice-remove.c20 int device_chld_unbind(struct udevice *dev, struct driver *drv) in device_chld_unbind() function
82 ret = device_chld_unbind(dev, NULL); in device_unbind()
/openbmc/u-boot/cmd/
H A Dbind.c114 ret = device_chld_unbind(parent, drv); in unbind_child_by_class_index()