Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dehci.h404 struct ehci_qh { struct
405 struct ehci_qh_hw *hw; /* Must come first */ argument
407 dma_addr_t qh_dma; /* address of qh */
408 union ehci_shadow qh_next; /* ptr to qh; or periodic */
409 struct list_head qtd_list; /* sw qtd list */
410 struct list_head intr_node; /* list of intr QHs */
411 struct ehci_qtd *dummy;
412 struct list_head unlink_node;
413 struct ehci_per_sched ps; /* scheduling info */
415 unsigned unlink_cycle;
[all …]
Doxu210hp-hcd.c306 struct ehci_qh { struct
331 struct ehci_qh *reclaim; /* next to reclaim */ argument
333 struct oxu_hcd *oxu;
334 struct kref kref;
335 unsigned int stamp;
337 u8 qh_state;
345 u8 usecs; /* intr bandwidth */
346 u8 gap_uf; /* uframes split/csplit gap */
347 u8 c_usecs; /* ... split completion bw */
348 u16 tt_usecs; /* tt downstream bandwidth */
[all …]