Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Ddevice-remove.c240 if (dev->parent && dev->parent->driver->child_post_remove) { in device_remove()
241 ret = dev->parent->driver->child_post_remove(dev); in device_remove()
A Droot.c79 if (entry->child_post_remove) in fix_drivers()
80 entry->child_post_remove += gd->reloc_off; in fix_drivers()
/u-boot/drivers/bus/
A Dti-sysc.c158 .child_post_remove = ti_sysc_child_post_remove,
/u-boot/drivers/misc/
A Dtest_drv.c100 .child_post_remove = testbus_child_post_remove,
/u-boot/drivers/virtio/
A Dvirtio_sandbox.c206 .child_post_remove = virtio_sandbox_child_post_remove,
/u-boot/include/dm/
A Ddevice.h345 int (*child_post_remove)(struct udevice *dev); member
/u-boot/doc/driver-model/
A Ddesign.rst614 Also the bus driver can define the child_pre_probe() and child_post_remove()

Completed in 11 milliseconds