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

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.h24 ehci_qh * queue_head;
62 void LinkAsyncDebugQueueHead(ehci_qh *queueHead);
64 ehci_qh *queueHead, Pipe *pipe);
100 ehci_qh *queueHead,
130 ehci_qh * CreateQueueHead();
131 status_t InitQueueHead(ehci_qh *queueHead,
133 void FreeQueueHead(ehci_qh *queueHead);
135 status_t LinkQueueHead(ehci_qh *queueHead);
136 status_t LinkInterruptQueueHead(ehci_qh *queueHead,
138 status_t UnlinkQueueHead(ehci_qh *queueHea
[all...]
H A Dehci_hardware.h122 // Applies to ehci_qh.next_phy, ehci_sitd.next_phy, ehci_itd.next_phy
245 typedef struct ehci_qh { struct
262 struct ehci_qh *next_log;
263 struct ehci_qh *prev_log;
266 } ehci_qh; typedef in typeref:struct:ehci_qh
270 ehci_qh queue_head;
304 // Applies to ehci_qh.endpoint_chars
322 // Applies to ehci_qh.endpoint_caps
335 // Applies to ehci_qh.overlay[EHCI_QH_OL_*_INDEX]
H A Dehci.cpp292 print_queue(ehci_qh *queueHead)
646 ehci_qh *queueHead = &fInterruptEntries[i].queue_head;
724 ehci_qh *firstLogical = &fInterruptEntries[0].queue_head;
941 EHCI::LinkAsyncDebugQueueHead(ehci_qh *queueHead)
943 ehci_qh *prevHead = fAsyncQueueHead->prev_log;
954 EHCI::LinkPeriodicDebugQueueHead(ehci_qh *queueHead, Pipe *pipe)
963 ehci_qh *interruptQueue = &fInterruptEntries[0].queue_head;
1062 ehci_qh *queueHead = transferData->queue_head;
1063 ehci_qh *prevHead = queueHead->prev_log;
1069 ehci_qh *nextHea
[all...]

Completed in 89 milliseconds