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

/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dehci.h163 void LinkDescriptors(ehci_qtd *first,
H A Duhci.h184 void LinkDescriptors(uhci_td *first,
H A Duhci.cpp971 LinkDescriptors(setupDescriptor, dataDescriptor);
972 LinkDescriptors(lastDescriptor, statusDescriptor);
975 LinkDescriptors(setupDescriptor, statusDescriptor);
2139 LinkDescriptors(lastDescriptor, descriptor);
2184 UHCI::LinkDescriptors(uhci_td *first, uhci_td *second) function in class:UHCI
H A Dehci.cpp2058 LinkDescriptors(setupDescriptor, dataDescriptor, strayDescriptor);
2059 LinkDescriptors(lastDescriptor, statusDescriptor, strayDescriptor);
2062 LinkDescriptors(setupDescriptor, statusDescriptor, strayDescriptor);
2184 LinkDescriptors(lastDescriptor, descriptor, strayDescriptor);
2289 EHCI::LinkDescriptors(ehci_qtd *first, ehci_qtd *last, ehci_qtd *alt) function in class:EHCI

Completed in 44 milliseconds