Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dehci.h405 struct ehci_qh { struct
406 struct ehci_qh_hw *hw; /* Must come first */ argument
408 dma_addr_t qh_dma; /* address of qh */
409 union ehci_shadow qh_next; /* ptr to qh; or periodic */
410 struct list_head qtd_list; /* sw qtd list */
411 struct list_head intr_node; /* list of intr QHs */
412 struct ehci_qtd *dummy;
413 struct list_head unlink_node;
414 struct ehci_per_sched ps; /* scheduling info */
416 unsigned unlink_cycle;
[all …]
Doxu210hp-hcd.c307 struct ehci_qh { struct
332 struct ehci_qh *reclaim; /* next to reclaim */ argument
334 struct oxu_hcd *oxu;
335 struct kref kref;
336 unsigned int stamp;
338 u8 qh_state;
346 u8 usecs; /* intr bandwidth */
347 u8 gap_uf; /* uframes split/csplit gap */
348 u8 c_usecs; /* ... split completion bw */
349 u16 tt_usecs; /* tt downstream bandwidth */
[all …]