Home
last modified time | relevance | path

Searched defs:device_unbind (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/dm/
Ddevice-internal.h120 static inline int device_unbind(struct udevice *dev) { return 0; } in device_unbind() function
/external/u-boot/drivers/core/
Ddevice-remove.c67 int device_unbind(struct udevice *dev) in device_unbind() function