Searched refs:device_chld_unbind (Results 1 – 3 of 3) sorted by relevance
145 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
20 int device_chld_unbind(struct udevice *dev, struct driver *drv) in device_chld_unbind() function82 ret = device_chld_unbind(dev, NULL); in device_unbind()
114 ret = device_chld_unbind(parent, drv); in unbind_child_by_class_index()