Searched defs:queueHead (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp2122 uhci_qh *queueHead; local
2135 UHCI::FreeTransferQueue(uhci_qh *queueHead) argument
H A Dehci.cpp292 print_queue(ehci_qh *queueHead) argument
646 ehci_qh *queueHead = &fInterruptEntries[i].queue_head; local
941 LinkAsyncDebugQueueHead(ehci_qh *queueHead) argument
954 LinkPeriodicDebugQueueHead(ehci_qh *queueHead, Pipe *pipe) argument
1062 ehci_qh *queueHead = transferData->queue_head; local
1653 AddPendingTransfer(Transfer *transfer, ehci_qh *queueHead, ehci_qtd *dataDescriptor, bool directionIn) argument
2283 InitQueueHead(ehci_qh *queueHead, Pipe *pipe) argument
2320 FreeQueueHead(ehci_qh *queueHead) argument
2333 LinkQueueHead(ehci_qh *queueHead) argument
2352 LinkInterruptQueueHead(ehci_qh *queueHead, Pipe *pipe) argument
2405 UnlinkQueueHead(ehci_qh *queueHead, ehci_qh **freeListHead) argument
2432 FillQueueWithRequest(Transfer *transfer, ehci_qh *queueHead, ehci_qtd **_dataDescriptor, bool *_directionIn, bool prepareKernelAccess) argument
2503 FillQueueWithData(Transfer *transfer, ehci_qh *queueHead, ehci_qtd **_dataDescriptor, bool *_directionIn, bool prepareKernelAccess) argument
[all...]

Completed in 93 milliseconds