Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice-internal.h107 static inline int device_remove(struct udevice *dev, uint flags) { return 0; } in device_remove() function
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice-remove.c164 int device_remove(struct udevice *dev, uint flags) in device_remove() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dmdio.h42 void (*device_remove)(struct mdio_device *mdiodev); member