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