Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dehci.h510 struct ehci_itd { struct
512 __hc32 hw_next; /* see EHCI 3.3.1 */
513 __hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
523 __hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
524 __hc32 hw_bufp_hi[7]; /* Appendix B */
527 dma_addr_t itd_dma; /* for this itd */
530 struct urb *urb;
531 struct ehci_iso_stream *stream; /* endpoint's queue */
535 unsigned frame; /* where scheduled */
536 unsigned pg;
[all …]

Completed in 8 milliseconds