Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h133106 struct ehci_qh { struct
133107 struct ehci_qh_hw *hw; argument
133108 dma_addr_t qh_dma;
133109 union ehci_shadow qh_next;
133110 struct list_head qtd_list;
133111 struct list_head intr_node;
133112 struct ehci_qtd *dummy;
133113 struct list_head unlink_node;
133114 struct ehci_per_sched ps;
133115 unsigned int unlink_cycle;
[all …]