Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Ddevice-internal.h110 static inline int device_remove(struct udevice *dev, uint flags) { return 0; } in device_remove() function
/openbmc/u-boot/drivers/core/
H A Ddevice-remove.c155 int device_remove(struct udevice *dev, uint flags) in device_remove() function