Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dehci.h511 struct ehci_itd { struct
513 __hc32 hw_next; /* see EHCI 3.3.1 */
514 __hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
524 __hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
525 __hc32 hw_bufp_hi[7]; /* Appendix B */
528 dma_addr_t itd_dma; /* for this itd */
529 union ehci_shadow itd_next; /* ptr to periodic q entry */
531 struct urb *urb;
532 struct ehci_iso_stream *stream; /* endpoint's queue */
533 struct list_head itd_list; /* list of stream's itds */
[all …]