Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h93458 struct ehci_itd { struct
93459 __le32 hw_next;
93460 __le32 hw_transaction[8];
93461 __le32 hw_bufp[7];
93462 __le32 hw_bufp_hi[7];
93463 dma_addr_t itd_dma;
93464 union ehci_shadow itd_next;
93465 struct urb *urb;
93466 struct ehci_iso_stream *stream;
93467 struct list_head itd_list;
[all …]
Dvmlinux.h93458 struct ehci_itd { struct
93459 __le32 hw_next;
93460 __le32 hw_transaction[8];
93461 __le32 hw_bufp[7];
93462 __le32 hw_bufp_hi[7];
93463 dma_addr_t itd_dma;
93464 union ehci_shadow itd_next;
93465 struct urb *urb;
93466 struct ehci_iso_stream *stream;
93467 struct list_head itd_list;
[all …]