Lines Matching defs:ehci_qh
1689 struct ehci_qh { struct
1690 U32 hw_next;
1691 U32 hw_info1;
1743 U32 hw_info2;
1744 U32 hw_current;
1763 U32 hw_qtd_next;
1764 U32 hw_alt_next;
1765 U32 hw_token;
1799 U32 hw_buf [5];
1800 U32 hw_buf_hi [5];
1820 dma_addr_t qh_dma; /* address of qh */
1821 union ehci_shadow qh_next; /* ptr to qh; or periodic */
1822 struct list_head qtd_list; /* sw qtd list */
1823 struct ehci_qtd *dummy;
1857 struct ehci_qh *reclaim; argument
1859 atomic_t refcount;
1860 U32 stamp;
1862 unsigned char qh_state;
1919 unsigned char usecs;
1920 unsigned char gap_uf;
1921 unsigned char c_usecs;
1922 U16 period;
1923 U16 start;