Lines Matching defs:fusbh200_qh
417 struct fusbh200_qh { struct
418 struct fusbh200_qh_hw *hw; /* Must come first */ argument
425 struct fusbh200_qh *unlink_next; /* next on unlink list */ argument
427 unsigned unlink_cycle;
429 u8 needs_rescan; /* Dequeue during giveback */
430 u8 qh_state;
437 u8 xacterrs; /* XactErr retry counter */
441 u8 usecs; /* intr bandwidth */
442 u8 gap_uf; /* uframes split/csplit gap */
443 u8 c_usecs; /* ... split completion bw */
444 u16 tt_usecs; /* tt downstream bandwidth */
445 unsigned short period; /* polling interval */
446 unsigned short start; /* where polling starts */
449 struct usb_device *dev; /* access to TT */
450 unsigned is_out:1; /* bulk or intr OUT */
451 unsigned clearing_tt:1; /* Clear-TT-Buf in progress */