Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h91367 struct ehci_qtd { struct
91368 __le32 hw_next;
91369 __le32 hw_alt_next;
91370 __le32 hw_token;
91371 __le32 hw_buf[5];
91372 __le32 hw_buf_hi[5];
91373 dma_addr_t qtd_dma;
91374 struct list_head qtd_list;
91375 struct urb *urb;
91376 size_t length;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h101059 struct ehci_qtd { struct
101060 __le32 hw_next;
101061 __le32 hw_alt_next;
101062 __le32 hw_token;
101063 __le32 hw_buf[5];
101064 __le32 hw_buf_hi[5];
101065 dma_addr_t qtd_dma;
101066 struct list_head qtd_list;
101067 struct urb *urb;
101068 size_t length;