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