Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dfotg210.h539 struct fotg210_itd { struct
541 __hc32 hw_next; /* see EHCI 3.3.1 */
542 __hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
552 __hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
553 __hc32 hw_bufp_hi[7]; /* Appendix B */
556 dma_addr_t itd_dma; /* for this itd */
557 union fotg210_shadow itd_next; /* ptr to periodic q entry */
559 struct urb *urb;
560 struct fotg210_iso_stream *stream; /* endpoint's queue */
561 struct list_head itd_list; /* list of stream's itds */
[all …]