Searched refs:child_post_remove (Results 1 – 8 of 8) sorted by relevance
245 if (dev->parent && dev->parent->driver->child_post_remove) { in device_remove()246 ret = dev->parent->driver->child_post_remove(dev); in device_remove()
83 if (entry->child_post_remove) in fix_drivers()84 entry->child_post_remove += gd->reloc_off; in fix_drivers()
158 .child_post_remove = ti_sysc_child_post_remove,
100 .child_post_remove = testbus_child_post_remove,
385 int (*child_post_remove)(struct udevice *dev); member
441 .child_post_remove = dwc3_meson_gxl_child_post_remove,
486 .child_post_remove = dwc3_meson_g12a_child_post_remove,
614 Also the bus driver can define the child_pre_probe() and child_post_remove()
Completed in 15 milliseconds