Lines Matching defs:fotg210_qh
427 struct fotg210_qh { struct
428 struct fotg210_qh_hw *hw; /* Must come first */ argument
435 struct fotg210_qh *unlink_next; /* next on unlink list */ argument
437 unsigned unlink_cycle;
439 u8 needs_rescan; /* Dequeue during giveback */
440 u8 qh_state;
447 u8 xacterrs; /* XactErr retry counter */
451 u8 usecs; /* intr bandwidth */
452 u8 gap_uf; /* uframes split/csplit gap */
453 u8 c_usecs; /* ... split completion bw */
454 u16 tt_usecs; /* tt downstream bandwidth */
455 unsigned short period; /* polling interval */
456 unsigned short start; /* where polling starts */
459 struct usb_device *dev; /* access to TT */
460 unsigned is_out:1; /* bulk or intr OUT */
461 unsigned clearing_tt:1; /* Clear-TT-Buf in progress */