HomeSort by relevance Sort by last modified time
    Searched defs:device_unbind (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/dm/
device-internal.h 110 * device_unbind() - Unbind a device, destroying it
118 int device_unbind(struct udevice *dev);
120 static inline int device_unbind(struct udevice *dev) { return 0; } function
  /external/u-boot/drivers/core/
device-remove.c 37 ret = device_unbind(pos);
67 int device_unbind(struct udevice *dev) function

Completed in 606 milliseconds