Searched refs:queueHead (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dehci.cpp85 print_queue(ehci_qh *queueHead) argument
89 queueHead->this_phy, queueHead->next_phy, queueHead->endpoint_chars,
90 queueHead->endpoint_caps, queueHead->current_qtd_phy);
93 " %08" B_PRIx32 "\n", queueHead->overlay.next_phy,
94 queueHead->overlay.alt_next_phy, queueHead->overlay.token,
95 queueHead
407 ehci_qh *queueHead = &fInterruptEntries[i].queue_head; local
1271 AddPendingTransfer(Transfer *transfer, ehci_qh *queueHead, ehci_qtd *dataDescriptor, bool directionIn) argument
1870 InitQueueHead(ehci_qh *queueHead, Pipe *pipe) argument
1907 FreeQueueHead(ehci_qh *queueHead) argument
1919 LinkQueueHead(ehci_qh *queueHead) argument
1938 LinkInterruptQueueHead(ehci_qh *queueHead, Pipe *pipe) argument
1986 UnlinkQueueHead(ehci_qh *queueHead, ehci_qh **freeListHead) argument
2013 FillQueueWithRequest(Transfer *transfer, ehci_qh *queueHead, ehci_qtd **_dataDescriptor, bool *_directionIn) argument
2076 FillQueueWithData(Transfer *transfer, ehci_qh *queueHead, ehci_qtd **_dataDescriptor, bool *_directionIn) argument
[all...]
H A Dehci.h89 ehci_qh *queueHead,
120 status_t InitQueueHead(ehci_qh *queueHead,
122 void FreeQueueHead(ehci_qh *queueHead);
124 status_t LinkQueueHead(ehci_qh *queueHead);
125 status_t LinkInterruptQueueHead(ehci_qh *queueHead,
127 status_t UnlinkQueueHead(ehci_qh *queueHead,
132 ehci_qh *queueHead,
136 ehci_qh *queueHead,
H A Duhci.cpp2037 uhci_qh *queueHead; local
2039 if (fStack->AllocateChunk((void **)&queueHead, &physicalAddress,
2043 queueHead->this_phy = (uint32)physicalAddress;
2044 queueHead->element_phy = descriptor->this_phy;
2045 return queueHead;
2050 UHCI::FreeTransferQueue(uhci_qh *queueHead) argument
2052 if (!queueHead)
2055 fStack->FreeChunk(queueHead, queueHead->this_phy, sizeof(uhci_qh));
H A Duhci.h166 void FreeTransferQueue(uhci_qh *queueHead);

Completed in 43 milliseconds