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

/u-boot/drivers/bus/
H A Dti-sysc.c158 .child_post_remove = ti_sysc_child_post_remove,
/u-boot/drivers/core/
H A Ddevice-remove.c245 if (dev->parent && dev->parent->driver->child_post_remove) {
246 ret = dev->parent->driver->child_post_remove(dev);
248 dm_warn("%s: Device '%s' failed child_post_remove()",
/u-boot/drivers/misc/
H A Dtest_drv.c100 .child_post_remove = testbus_child_post_remove,
/u-boot/include/dm/
H A Ddevice.h351 * @child_post_remove: Called after a child device is removed. The device
385 int (*child_post_remove)(struct udevice *dev); member in struct:driver
/u-boot/drivers/usb/dwc3/
H A Ddwc3-meson-gxl.c439 .child_post_remove = dwc3_meson_gxl_child_post_remove,
H A Ddwc3-meson-g12a.c544 .child_post_remove = dwc3_meson_g12a_child_post_remove,

Completed in 104 milliseconds