Searched refs:itd (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-sched.c43 * @periodic: host pointer to qh/itd/sitd
55 return &periodic->itd->itd_next;
130 usecs += q->itd->usecs [uframe];
131 q = &q->itd->itd_next;
576 struct ehci_itd *itd; local
578 itd = list_entry (stream->free_itd_list.next,
580 list_del (&itd->itd_list);
581 pci_pool_free (ehci->itd_pool, itd, itd->itd_dma);
680 /* figure out per-uframe itd field
727 struct ehci_itd *itd; local
925 itd_init(struct ehci_iso_stream *stream, struct ehci_itd *itd) argument
941 itd_patch( struct ehci_itd *itd, struct ehci_itd_sched *itd_sched, unsigned index, u16 uframe, int first ) argument
972 itd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_itd *itd) argument
995 struct ehci_itd *itd; local
1061 itd_complete( struct ehci_hcd *ehci, struct ehci_itd *itd, struct pt_regs *regs ) argument
[all...]
H A Dehci-dbg.c154 dbg_itd (const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) argument
156 ehci_dbg (ehci, "%s [%d] itd %p, next %08x, urb %p\n",
157 label, itd->frame, itd, le32_to_cpu(itd->hw_next), itd->urb);
160 le32_to_cpu(itd->hw_transaction[0]),
161 le32_to_cpu(itd->hw_transaction[1]),
162 le32_to_cpu(itd->hw_transaction[2]),
163 le32_to_cpu(itd
[all...]
H A Dehci.h80 struct pci_pool *itd_pool; /* itd per iso urb */
303 /* type tag from {qh,itd,sitd,fstn}->hw_next */
328 struct ehci_itd *itd; /* Q_TYPE_ITD */ member in union:ehci_shadow
392 u64 bufp; /* itd->hw_bufp{,_hi}[pg] |= */
393 u32 transaction; /* itd->hw_transaction[i] |= */
398 * each packet is one uframe's usb transactions, in some itd,
469 dma_addr_t itd_dma; /* for this itd */

Completed in 37 milliseconds