Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h91308 struct ehci_itd { struct
91309 __le32 hw_next;
91310 __le32 hw_transaction[8];
91311 __le32 hw_bufp[7];
91312 __le32 hw_bufp_hi[7];
91313 dma_addr_t itd_dma;
91314 union ehci_shadow itd_next;
91315 struct urb *urb;
91316 struct ehci_iso_stream *stream;
91317 struct list_head itd_list;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h101000 struct ehci_itd { struct
101001 __le32 hw_next;
101002 __le32 hw_transaction[8];
101003 __le32 hw_bufp[7];
101004 __le32 hw_bufp_hi[7];
101005 dma_addr_t itd_dma;
101006 union ehci_shadow itd_next;
101007 struct urb *urb;
101008 struct ehci_iso_stream *stream;
101009 struct list_head itd_list;
[all …]