Lines Matching defs:ehci_qh
346 struct ehci_qh { struct
347 struct ehci_qh_hw *hw; argument
353 struct ehci_qh *reclaim; /* next to reclaim */ argument
355 struct ehci_hcd *ehci;
356 unsigned long unlink_time;
364 u32 refcount;
365 unsigned stamp;
367 u8 needs_rescan; /* Dequeue during giveback */
368 u8 qh_state;
375 u8 xacterrs; /* XactErr retry counter */
379 u8 usecs; /* intr bandwidth */
380 u8 gap_uf; /* uframes split/csplit gap */
381 u8 c_usecs; /* ... split completion bw */
382 u16 tt_usecs; /* tt downstream bandwidth */
383 unsigned short period; /* polling interval */
384 unsigned short start; /* where polling starts */
387 struct usb_device *dev; /* access to TT */
388 unsigned is_out:1; /* bulk or intr OUT */
389 unsigned clearing_tt:1; /* Clear-TT-Buf in progress */