Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Ddevice-remove.c245 if (dev->parent && dev->parent->driver->child_post_remove) { in device_remove()
246 ret = dev->parent->driver->child_post_remove(dev); in device_remove()
A Droot.c83 if (entry->child_post_remove) in fix_drivers()
84 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/include/dm/
A Ddevice.h385 int (*child_post_remove)(struct udevice *dev); member
/u-boot/drivers/usb/dwc3/
A Ddwc3-meson-gxl.c441 .child_post_remove = dwc3_meson_gxl_child_post_remove,
A Ddwc3-meson-g12a.c486 .child_post_remove = dwc3_meson_g12a_child_post_remove,
/u-boot/doc/develop/driver-model/
A Ddesign.rst614 Also the bus driver can define the child_pre_probe() and child_post_remove()

Completed in 15 milliseconds