Searched refs:XHCI (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp41 XHCI* xhci;
70 XHCI *xhci = new(std::nothrow) XHCI(&bus->pciinfo, bus->pci, bus->device, stack, node);
96 XHCI* xhci = (XHCI*)bus_cookie;
109 sprintf(prettyName, "XHCI Controller %" B_PRIu16, 0);
171 {B_DEVICE_PRETTY_NAME, B_STRING_TYPE, {.string = "XHCI PCI"}},
187 // make sure parent is a XHCI PCI device node
211 TRACE_MODULE("XHCI Device found!\n");
340 XHCI function in class:XHCI
[all...]
H A Dxhci.h90 class XHCI : public BusManager { class in inherits:BusManager
94 XHCI(pci_info *info, pci_device_module_info* pci, pci_device* device, Stack *stack,
96 ~XHCI();
298 static status_t ProcessTransfer(XHCI *ehci,
H A Dxhci_rh.cpp145 XHCIRootHub::ProcessTransfer(XHCI *xhci, Transfer *transfer)

Completed in 71 milliseconds