Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dehci.h290 struct ehci_qtd { struct
292 __hc32 hw_next; /* see EHCI 3.5.1 */
293 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
294 __hc32 hw_token; /* see EHCI 3.5.3 */
313 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */
314 __hc32 hw_buf_hi[5]; /* Appendix B */
317 dma_addr_t qtd_dma; /* qtd address */
318 struct list_head qtd_list; /* sw qtd list */
319 struct urb *urb; /* qtd's urb */
320 size_t length; /* length of buffer */
Doxu210hp-hcd.c234 struct ehci_qtd { struct
236 __le32 hw_next; /* see EHCI 3.5.1 */
237 __le32 hw_alt_next; /* see EHCI 3.5.2 */
238 __le32 hw_token; /* see EHCI 3.5.3 */
252 __le32 hw_buf[5]; /* see EHCI 3.5.4 */
253 __le32 hw_buf_hi[5]; /* Appendix B */
256 dma_addr_t qtd_dma; /* qtd address */
257 struct list_head qtd_list; /* sw qtd list */
258 struct urb *urb; /* qtd's urb */
259 size_t length; /* length of buffer */
[all …]