Home
last modified time | relevance | path

Searched defs:ehci_itd (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h133128 struct ehci_itd { struct
133129 __le32 hw_next;
133130 __le32 hw_transaction[8];
133131 __le32 hw_bufp[7];
133132 __le32 hw_bufp_hi[7];
133133 dma_addr_t itd_dma;
133134 union ehci_shadow itd_next;
133135 struct urb *urb;
133136 struct ehci_iso_stream *stream;
133137 struct list_head itd_list;
[all …]