Searched defs:ehci_qh (Results 1 – 1 of 1) sorted by relevance
133106 struct ehci_qh { struct133107 struct ehci_qh_hw *hw; argument133108 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 …]