Searched refs:child_detach (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | dev-hub.c | 299 s->dev.port->ops->child_detach(s->dev.port, port1->dev); in usb_hub_detach() 312 s->dev.port->ops->child_detach(s->dev.port, child); in usb_hub_child_detach() 639 .child_detach = usb_hub_child_detach,
|
H A D | xen-usb.c | 1009 .child_detach = xen_bus_child_detach,
|
H A D | hcd-ehci.c | 749 companion->ops->child_detach(companion, child); in ehci_child_detach() 2399 .child_detach = ehci_child_detach,
|
H A D | hcd-uhci.c | 1176 .child_detach = uhci_child_detach,
|
H A D | hcd-dwc2.c | 530 .child_detach = dwc2_child_detach,
|
H A D | hcd-ohci.c | 1875 .child_detach = ohci_child_detach,
|
H A D | hcd-xhci.c | 3264 .child_detach = xhci_child_detach,
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 357 void (*child_detach)(USBPort *port, USBDevice *child); member
|