Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Ddevice-remove.c187 if (dev->parent && dev->parent->driver->child_post_remove) { in device_remove()
188 ret = dev->parent->driver->child_post_remove(dev); in device_remove()
H A Droot.c97 if (entry->child_post_remove) in fix_drivers()
98 entry->child_post_remove += gd->reloc_off; in fix_drivers()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_sandbox.c204 .child_post_remove = virtio_sandbox_child_post_remove,
/openbmc/u-boot/include/dm/
H A Ddevice.h248 int (*child_post_remove)(struct udevice *dev); member
/openbmc/u-boot/test/dm/
H A Dbus.c106 .child_post_remove = testbus_child_post_remove,
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt567 Also the bus driver can define the child_pre_probe() and child_post_remove()