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

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp286 descriptor = descriptor->next_log;
728 fInterruptEntries[i].queue_head.next_log = firstLogical;
734 firstLogical->next_log = NULL;
758 fAsyncQueueHead->next_log = fAsyncQueueHead;
945 queueHead->next_log = fAsyncQueueHead;
948 prevHead->next_log = queueHead;
965 queueHead->next_log = interruptQueue->next_log;
967 if (interruptQueue->next_log)
968 interruptQueue->next_log
[all...]
H A Dehci_hardware.h209 struct ehci_qtd *next_log; member in struct:ehci_qtd
262 struct ehci_qh *next_log; member in struct:ehci_qh

Completed in 34 milliseconds