Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.h123 ohci_general_td *topDescriptor);
134 ohci_isochronous_td *topDescriptor);
137 ohci_general_td *topDescriptor,
141 ohci_general_td *topDescriptor,
146 ohci_isochronous_td *topDescriptor,
150 ohci_isochronous_td *topDescriptor,
155 ohci_general_td *topDescriptor);
183 ohci_general_td *topDescriptor);
185 ohci_isochronous_td *topDescriptor);
H A Dohci.cpp2080 OHCI::_FreeDescriptorChain(ohci_general_td *topDescriptor) in _FreeDescriptorChain() argument
2082 ohci_general_td *current = topDescriptor; in _FreeDescriptorChain()
2265 OHCI::_FreeIsochronousDescriptorChain(ohci_isochronous_td *topDescriptor) in _FreeIsochronousDescriptorChain() argument
2267 ohci_isochronous_td *current = topDescriptor; in _FreeIsochronousDescriptorChain()
2279 OHCI::_WriteDescriptorChain(ohci_general_td *topDescriptor, generic_io_vec *vector, in _WriteDescriptorChain() argument
2282 ohci_general_td *current = topDescriptor; in _WriteDescriptorChain()
2336 OHCI::_WriteIsochronousDescriptorChain(ohci_isochronous_td *topDescriptor, in _WriteIsochronousDescriptorChain() argument
2339 ohci_isochronous_td *current = topDescriptor; in _WriteIsochronousDescriptorChain()
2393 OHCI::_ReadDescriptorChain(ohci_general_td *topDescriptor, generic_io_vec *vector, in _ReadDescriptorChain() argument
2396 ohci_general_td *current = topDescriptor; in _ReadDescriptorChain()
[all …]
H A Duhci.h181 void FreeDescriptorChain(uhci_td *topDescriptor);
186 size_t WriteDescriptorChain(uhci_td *topDescriptor,
188 size_t ReadDescriptorChain(uhci_td *topDescriptor,
191 size_t ReadActualLength(uhci_td *topDescriptor,
H A Dehci.h170 void FreeDescriptorChain(ehci_qtd *topDescriptor);
180 ehci_qtd *topDescriptor,
183 size_t ReadDescriptorChain(ehci_qtd *topDescriptor,
186 size_t ReadActualLength(ehci_qtd *topDescriptor,
H A Duhci.cpp2255 UHCI::FreeDescriptorChain(uhci_td *topDescriptor) in FreeDescriptorChain() argument
2257 uhci_td *current = topDescriptor; in FreeDescriptorChain()
2277 UHCI::WriteDescriptorChain(uhci_td *topDescriptor, generic_io_vec *vector, in WriteDescriptorChain() argument
2280 uhci_td *current = topDescriptor; in WriteDescriptorChain()
2334 UHCI::ReadDescriptorChain(uhci_td *topDescriptor, generic_io_vec *vector, in ReadDescriptorChain() argument
2338 uhci_td *current = topDescriptor; in ReadDescriptorChain()
2400 UHCI::ReadActualLength(uhci_td *topDescriptor, uint8 *lastDataToggle) in ReadActualLength() argument
2403 uhci_td *current = topDescriptor; in ReadActualLength()
H A Dehci.cpp2651 EHCI::FreeDescriptorChain(ehci_qtd *topDescriptor) in FreeDescriptorChain() argument
2653 ehci_qtd *current = topDescriptor; in FreeDescriptorChain()
2791 EHCI::WriteDescriptorChain(ehci_qtd *topDescriptor, generic_io_vec *vector, in WriteDescriptorChain() argument
2794 ehci_qtd *current = topDescriptor; in WriteDescriptorChain()
2845 EHCI::ReadDescriptorChain(ehci_qtd *topDescriptor, generic_io_vec *vector, in ReadDescriptorChain() argument
2849 ehci_qtd *current = topDescriptor; in ReadDescriptorChain()
2907 EHCI::ReadActualLength(ehci_qtd *topDescriptor, bool *nextDataToggle) in ReadActualLength() argument
2910 ehci_qtd *current = topDescriptor; in ReadActualLength()