Searched defs:topDescriptor (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/busses/usb/ |
H A D | ohci.cpp | 2080 OHCI::_FreeDescriptorChain(ohci_general_td *topDescriptor) in _FreeDescriptorChain() 2265 OHCI::_FreeIsochronousDescriptorChain(ohci_isochronous_td *topDescriptor) in _FreeIsochronousDescriptorChain() 2279 OHCI::_WriteDescriptorChain(ohci_general_td *topDescriptor, generic_io_vec *vector, in _WriteDescriptorChain() 2336 OHCI::_WriteIsochronousDescriptorChain(ohci_isochronous_td *topDescriptor, in _WriteIsochronousDescriptorChain() 2393 OHCI::_ReadDescriptorChain(ohci_general_td *topDescriptor, generic_io_vec *vector, in _ReadDescriptorChain() 2454 OHCI::_ReadIsochronousDescriptorChain(ohci_isochronous_td *topDescriptor, in _ReadIsochronousDescriptorChain() 2509 OHCI::_ReadActualLength(ohci_general_td *topDescriptor) in _ReadActualLength() 2664 OHCI::_PrintDescriptorChain(ohci_general_td *topDescriptor) in _PrintDescriptorChain() 2683 OHCI::_PrintDescriptorChain(ohci_isochronous_td *topDescriptor) in _PrintDescriptorChain()
|
H A D | uhci.cpp | 2255 UHCI::FreeDescriptorChain(uhci_td *topDescriptor) in FreeDescriptorChain() 2277 UHCI::WriteDescriptorChain(uhci_td *topDescriptor, generic_io_vec *vector, in WriteDescriptorChain() 2334 UHCI::ReadDescriptorChain(uhci_td *topDescriptor, generic_io_vec *vector, in ReadDescriptorChain() 2400 UHCI::ReadActualLength(uhci_td *topDescriptor, uint8 *lastDataToggle) in ReadActualLength()
|
H A D | ehci.cpp | 2651 EHCI::FreeDescriptorChain(ehci_qtd *topDescriptor) in FreeDescriptorChain() 2791 EHCI::WriteDescriptorChain(ehci_qtd *topDescriptor, generic_io_vec *vector, in WriteDescriptorChain() 2845 EHCI::ReadDescriptorChain(ehci_qtd *topDescriptor, generic_io_vec *vector, in ReadDescriptorChain() 2907 EHCI::ReadActualLength(ehci_qtd *topDescriptor, bool *nextDataToggle) in ReadActualLength()
|