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