Searched refs:ehci_itd (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.h40 ehci_itd ** descriptors;
105 ehci_itd **isoRequest, uint32 lastIndex,
119 isochronous_transfer_data * FindIsochronousTransfer(ehci_itd *itd);
120 void LinkITDescriptors(ehci_itd *itd,
121 ehci_itd **last);
124 void UnlinkITDescriptors(ehci_itd *itd,
125 ehci_itd **last);
166 ehci_itd* CreateItdDescriptor();
171 void FreeDescriptor(ehci_itd *descriptor);
216 ehci_itd ** fItdEntrie
[all...]
H A Dehci_hardware.h122 // Applies to ehci_qh.next_phy, ehci_sitd.next_phy, ehci_itd.next_phy
131 typedef struct ehci_itd { struct
140 struct ehci_itd *next;
141 struct ehci_itd *prev;
143 } ehci_itd; typedef in typeref:struct:ehci_itd
279 ehci_itd itd;
H A Dehci.cpp680 fItdEntries = new(std::nothrow) ehci_itd *[EHCI_VFRAMELIST_ENTRIES_COUNT];
693 ehci_itd *itd = &itds[i].itd;
1190 ehci_itd **isoRequest
1191 = new(std::nothrow) ehci_itd *[isochronousData->packet_count];
1250 ehci_itd* itd = CreateItdDescriptor();
1329 EHCI::FindIsochronousTransfer(ehci_itd *itd)
1700 EHCI::AddPendingIsochronousTransfer(Transfer *transfer, ehci_itd **isoRequest,
2149 ehci_itd *itd = fItdEntries[currentFrame];
2663 ehci_itd *
2666 ehci_itd *resul
[all...]

Completed in 29 milliseconds