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

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h183 void LinkDescriptors(uhci_td *first,
H A Dehci.h176 void LinkDescriptors(ehci_qtd *first,
H A Duhci.cpp1125 LinkDescriptors(setupDescriptor, dataDescriptor);
1126 LinkDescriptors(lastDescriptor, statusDescriptor);
1129 LinkDescriptors(setupDescriptor, statusDescriptor);
2223 LinkDescriptors(lastDescriptor, descriptor);
2268 UHCI::LinkDescriptors(uhci_td *first, uhci_td *second) function in class:UHCI
H A Dehci.cpp2485 LinkDescriptors(setupDescriptor, dataDescriptor, strayDescriptor);
2486 LinkDescriptors(lastDescriptor, statusDescriptor, statusDescriptor);
2489 LinkDescriptors(setupDescriptor, statusDescriptor, strayDescriptor);
2619 LinkDescriptors(lastDescriptor, descriptor, strayDescriptor);
2724 EHCI::LinkDescriptors(ehci_qtd *first, ehci_qtd *last, ehci_qtd *alt) function in class:EHCI

Completed in 45 milliseconds