Home
last modified time | relevance | path

Searched refs:child_post_remove (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice-remove.c196 if (dev->parent && dev->parent->driver->child_post_remove) { in device_remove()
197 ret = dev->parent->driver->child_post_remove(dev); in device_remove()
H A Droot.c98 if (entry->child_post_remove) in fix_drivers()
99 entry->child_post_remove += gd->reloc_off; in fix_drivers()
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h252 int (*child_post_remove)(struct udevice *dev); member
/OK3568_Linux_fs/u-boot/test/dm/
H A Dbus.c95 .child_post_remove = testbus_child_post_remove,
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A DREADME.txt558 Also the bus driver can define the child_pre_probe() and child_post_remove()