Searched refs:topDescriptor (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dohci.h111 ohci_general_td *topDescriptor);
114 ohci_general_td *topDescriptor,
117 ohci_general_td *topDescriptor,
120 ohci_general_td *topDescriptor);
141 ohci_general_td *topDescriptor);
H A Dohci.cpp1667 OHCI::_FreeDescriptorChain(ohci_general_td *topDescriptor) argument
1669 ohci_general_td *current = topDescriptor;
1681 OHCI::_WriteDescriptorChain(ohci_general_td *topDescriptor, iovec *vector, argument
1684 ohci_general_td *current = topDescriptor;
1736 OHCI::_ReadDescriptorChain(ohci_general_td *topDescriptor, iovec *vector, argument
1739 ohci_general_td *current = topDescriptor;
1795 OHCI::_ReadActualLength(ohci_general_td *topDescriptor) argument
1797 ohci_general_td *current = topDescriptor;
1883 OHCI::_PrintDescriptorChain(ohci_general_td *topDescriptor) argument
1885 while (topDescriptor) {
[all...]
H A Dehci.h157 void FreeDescriptorChain(ehci_qtd *topDescriptor);
167 ehci_qtd *topDescriptor,
169 size_t ReadDescriptorChain(ehci_qtd *topDescriptor,
172 size_t ReadActualLength(ehci_qtd *topDescriptor,
H A Duhci.h182 void FreeDescriptorChain(uhci_td *topDescriptor);
187 size_t WriteDescriptorChain(uhci_td *topDescriptor,
189 size_t ReadDescriptorChain(uhci_td *topDescriptor,
192 size_t ReadActualLength(uhci_td *topDescriptor,
H A Duhci.cpp2170 UHCI::FreeDescriptorChain(uhci_td *topDescriptor) argument
2172 uhci_td *current = topDescriptor;
2192 UHCI::WriteDescriptorChain(uhci_td *topDescriptor, iovec *vector, argument
2195 uhci_td *current = topDescriptor;
2247 UHCI::ReadDescriptorChain(uhci_td *topDescriptor, iovec *vector, argument
2251 uhci_td *current = topDescriptor;
2311 UHCI::ReadActualLength(uhci_td *topDescriptor, uint8 *lastDataToggle) argument
2314 uhci_td *current = topDescriptor;
H A Dehci.cpp2215 EHCI::FreeDescriptorChain(ehci_qtd *topDescriptor) argument
2217 ehci_qtd *current = topDescriptor;
2354 EHCI::WriteDescriptorChain(ehci_qtd *topDescriptor, iovec *vector, argument
2357 ehci_qtd *current = topDescriptor;
2406 EHCI::ReadDescriptorChain(ehci_qtd *topDescriptor, iovec *vector, argument
2410 ehci_qtd *current = topDescriptor;
2466 EHCI::ReadActualLength(ehci_qtd *topDescriptor, bool *nextDataToggle) argument
2469 ehci_qtd *current = topDescriptor;

Completed in 97 milliseconds