Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Doxu210hp-hcd.c209 struct ehci_qtd { struct
211 __le32 hw_next; /* see EHCI 3.5.1 */
212 __le32 hw_alt_next; /* see EHCI 3.5.2 */
213 __le32 hw_token; /* see EHCI 3.5.3 */
227 __le32 hw_buf[5]; /* see EHCI 3.5.4 */
228 __le32 hw_buf_hi[5]; /* Appendix B */
231 dma_addr_t qtd_dma; /* qtd address */
232 struct list_head qtd_list; /* sw qtd list */
233 struct urb *urb; /* qtd's urb */
234 size_t length; /* length of buffer */
[all …]
Dehci.h291 struct ehci_qtd { struct
293 __hc32 hw_next; /* see EHCI 3.5.1 */
294 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
295 __hc32 hw_token; /* see EHCI 3.5.3 */
314 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */
315 __hc32 hw_buf_hi[5]; /* Appendix B */
318 dma_addr_t qtd_dma; /* qtd address */
319 struct list_head qtd_list; /* sw qtd list */
320 struct urb *urb; /* qtd's urb */
321 size_t length; /* length of buffer */