Searched refs:usb_bus_new (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | usb.h | 498 void usb_bus_new(USBBus *bus, size_t bus_size,
|
/openbmc/qemu/hw/usb/ |
H A D | bus.c | 84 void usb_bus_new(USBBus *bus, size_t bus_size, in usb_bus_new() function
|
H A D | xen-usb.c | 1024 usb_bus_new(&usbif->bus, sizeof(usbif->bus), &xen_usb_bus_ops, in usbback_alloc()
|
H A D | hcd-uhci.c | 1203 usb_bus_new(&s->bus, sizeof(s->bus), &uhci_bus_ops, DEVICE(dev)); in usb_uhci_init()
|
H A D | hcd-dwc2.c | 1356 usb_bus_new(&s->bus, sizeof(s->bus), &dwc2_bus_ops, dev); in dwc2_realize()
|
H A D | hcd-ohci.c | 1930 usb_bus_new(&ohci->bus, sizeof(ohci->bus), &ohci_bus_ops, dev); in usb_ohci_init()
|
H A D | hcd-ehci.c | 2528 usb_bus_new(&s->bus, sizeof(s->bus), s->companion_enable ? in usb_ehci_realize()
|
H A D | hcd-xhci.c | 3331 usb_bus_new(&xhci->bus, sizeof(xhci->bus), &xhci_bus_ops, xhci->hostOpaque); in usb_xhci_init()
|