Home
last modified time | relevance | path

Searched defs:ehci_qh (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Doxu210hp.h276 struct ehci_qh { struct
301 struct ehci_qh *reclaim; /* next to reclaim */ argument
303 struct oxu_hcd *oxu;
304 struct kref kref;
305 unsigned stamp;
307 u8 qh_state;
315 u8 usecs; /* intr bandwidth */
316 u8 gap_uf; /* uframes split/csplit gap */
317 u8 c_usecs; /* ... split completion bw */
318 u16 tt_usecs; /* tt downstream bandwidth */
[all …]
Dehci.h348 struct ehci_qh { struct
349 struct ehci_qh_hw *hw; argument
355 struct ehci_qh *reclaim; /* next to reclaim */ argument
357 struct ehci_hcd *ehci;
358 unsigned long unlink_time;
366 u32 refcount;
367 unsigned stamp;
369 u8 needs_rescan; /* Dequeue during giveback */
370 u8 qh_state;
377 u8 xacterrs; /* XactErr retry counter */
[all …]