Searched refs:xhci_td (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h22 struct xhci_td;
33 typedef struct xhci_td { struct
49 xhci_td* next;
50 } xhci_td; typedef in typeref:struct:xhci_td
62 xhci_td* td_head;
160 xhci_td * CreateDescriptor(uint32 trbCount,
162 void FreeDescriptor(xhci_td *descriptor);
164 size_t WriteDescriptor(xhci_td *descriptor,
166 size_t ReadDescriptor(xhci_td *descriptor,
169 status_t _LinkDescriptorForPipe(xhci_td *descripto
[all...]
H A Dxhci.cpp879 xhci_td *descriptor = CreateDescriptor(3, 1, requestData->Length);
985 xhci_td *td = CreateDescriptor(trbCount, trbCount, trbSize);
1116 for (xhci_td* td = endpoint->td_head; td != NULL; td = td->next) {
1149 xhci_td* td_head = endpoint->td_head;
1188 xhci_td* td;
1237 xhci_td *transfer_td = (xhci_td *)transfer->CallbackCookie();
1243 xhci_td *previous = NULL;
1244 for (xhci_td *td = fFinishedHead; td != NULL; td = td->next) {
1307 xhci_td *
[all...]

Completed in 40 milliseconds