Home
last modified time | relevance | path

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

/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.h412 struct ehci_qh { struct
413 struct ehci_qh_hw *hw; /* Must come first */ argument
415 dma_addr_t qh_dma; /* address of qh */
416 union ehci_shadow qh_next; /* ptr to qh; or periodic */
417 struct list_head qtd_list; /* sw qtd list */
418 struct list_head intr_node; /* list of intr QHs */
419 struct ehci_qtd *dummy;
420 struct list_head unlink_node;
421 struct ehci_per_sched ps; /* scheduling info */
423 unsigned unlink_cycle;
[all …]