Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h93436 struct ehci_qh { struct
93437 struct ehci_qh_hw *hw; argument
93438 dma_addr_t qh_dma;
93439 union ehci_shadow qh_next;
93440 struct list_head qtd_list;
93441 struct list_head intr_node;
93442 struct ehci_qtd *dummy;
93443 struct list_head unlink_node;
93444 struct ehci_per_sched ps;
93445 unsigned int unlink_cycle;
[all …]
Dvmlinux.h93436 struct ehci_qh { struct
93437 struct ehci_qh_hw *hw; argument
93438 dma_addr_t qh_dma;
93439 union ehci_shadow qh_next;
93440 struct list_head qtd_list;
93441 struct list_head intr_node;
93442 struct ehci_qtd *dummy;
93443 struct list_head unlink_node;
93444 struct ehci_per_sched ps;
93445 unsigned int unlink_cycle;
[all …]