Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci.h515 struct ehci_itd { struct
517 __hc32 hw_next; /* see EHCI 3.3.1 */
518 __hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
528 __hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
529 __hc32 hw_bufp_hi[7]; /* Appendix B */
532 dma_addr_t itd_dma; /* for this itd */
533 union ehci_shadow itd_next; /* ptr to periodic q entry */
535 struct urb *urb;
536 struct ehci_iso_stream *stream; /* endpoint's queue */
537 struct list_head itd_list; /* list of stream's itds */
[all …]