Searched refs:prev_log (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp729 fInterruptEntries[i].queue_head.prev_log = NULL;
735 firstLogical->prev_log = NULL;
759 fAsyncQueueHead->prev_log = fAsyncQueueHead;
943 ehci_qh *prevHead = fAsyncQueueHead->prev_log;
946 queueHead->prev_log = prevHead;
947 fAsyncQueueHead->prev_log = queueHead;
966 queueHead->prev_log = interruptQueue;
968 interruptQueue->next_log->prev_log = queueHead;
1063 ehci_qh *prevHead = queueHead->prev_log;
1071 nextHead->prev_log
[all...]
H A Dehci_hardware.h263 struct ehci_qh *prev_log; member in struct:ehci_qh

Completed in 34 milliseconds