Searched refs:child_post_remove (Results 1 – 5 of 5) sorted by relevance
195 if (dev->parent && dev->parent->driver->child_post_remove) { in device_remove()196 ret = dev->parent->driver->child_post_remove(dev); in device_remove()
97 if (entry->child_post_remove) in fix_drivers()98 entry->child_post_remove += gd->reloc_off; in fix_drivers()
248 int (*child_post_remove)(struct udevice *dev); member
94 .child_post_remove = testbus_child_post_remove,
558 Also the bus driver can define the child_pre_probe() and child_post_remove()