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