Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Doxu210hp-hcd.c282 struct ehci_qh { struct
307 struct ehci_qh *reclaim; /* next to reclaim */ argument
309 struct oxu_hcd *oxu;
310 struct kref kref;
311 unsigned int stamp;
313 u8 qh_state;
321 u8 usecs; /* intr bandwidth */
322 u8 gap_uf; /* uframes split/csplit gap */
323 u8 c_usecs; /* ... split completion bw */
324 u16 tt_usecs; /* tt downstream bandwidth */
[all …]
Dehci.h414 struct ehci_qh { struct
415 struct ehci_qh_hw *hw; /* Must come first */ argument
417 dma_addr_t qh_dma; /* address of qh */
418 union ehci_shadow qh_next; /* ptr to qh; or periodic */
419 struct list_head qtd_list; /* sw qtd list */
420 struct list_head intr_node; /* list of intr QHs */
421 struct ehci_qtd *dummy;
422 struct list_head unlink_node;
423 struct ehci_per_sched ps; /* scheduling info */
425 unsigned unlink_cycle;
[all …]