Lines Matching defs:fotg210_qh
435 struct fotg210_qh { struct
436 struct fotg210_qh_hw *hw; /* Must come first */ argument
443 struct fotg210_qh *unlink_next; /* next on unlink list */ argument
445 unsigned unlink_cycle;
447 u8 needs_rescan; /* Dequeue during giveback */
448 u8 qh_state;
455 u8 xacterrs; /* XactErr retry counter */
459 u8 usecs; /* intr bandwidth */
460 u8 gap_uf; /* uframes split/csplit gap */
461 u8 c_usecs; /* ... split completion bw */
462 u16 tt_usecs; /* tt downstream bandwidth */
463 unsigned short period; /* polling interval */
464 unsigned short start; /* where polling starts */
467 struct usb_device *dev; /* access to TT */
468 unsigned is_out:1; /* bulk or intr OUT */
469 unsigned clearing_tt:1; /* Clear-TT-Buf in progress */