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

/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Duhci.cpp20 pci_module_info *UHCI::sPCIModule = NULL;
55 // check if we have a UHCI bus at all
71 UHCI *bus = (UHCI *)pipe->GetBusManager();
128 UHCI::AddTo
379 UHCI::UHCI(pci_info *info, Stack *stack) function in class:UHCI
410 mutex_init(&fIsochronousLock, "UHCI isochronous lock");
417 TRACE("constructing new UHCI host controller driver\n");
441 // make sure we gain control of the UHCI controlle
[all...]
H A Duhci.h94 class UHCI : public BusManager { class in inherits:BusManager
96 UHCI(pci_info *info, Stack *stack);
97 ~UHCI();
267 static status_t ProcessTransfer(UHCI *uhci,
H A Duhci_rh.cpp135 UHCIRootHub::ProcessTransfer(UHCI *uhci, Transfer *transfer)

Completed in 39 milliseconds