Searched refs:child_post_remove (Results 1 – 7 of 7) sorted by relevance
240 if (dev->parent && dev->parent->driver->child_post_remove) { in device_remove()241 ret = dev->parent->driver->child_post_remove(dev); in device_remove()
79 if (entry->child_post_remove) in fix_drivers()80 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,
206 .child_post_remove = virtio_sandbox_child_post_remove,
345 int (*child_post_remove)(struct udevice *dev); member
614 Also the bus driver can define the child_pre_probe() and child_post_remove()
Completed in 11 milliseconds