Searched refs:ehci_itd (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/ |
D | ehci-sched.c | 1082 struct ehci_itd *itd; in iso_stream_put() 1084 itd = list_entry (entry, struct ehci_itd, in iso_stream_put() 1237 struct ehci_itd *itd; in itd_urb_transaction() 1266 struct ehci_itd, itd_list); in itd_urb_transaction() 1543 struct ehci_itd *itd) in itd_init() 1562 struct ehci_itd *itd, in itd_patch() 1592 itd_link (struct ehci_hcd *ehci, unsigned frame, struct ehci_itd *itd) in itd_link() 1629 struct ehci_itd *itd; in itd_link_urb() 1660 struct ehci_itd, itd_list); in itd_link_urb() 1708 struct ehci_itd *itd in itd_complete() [all …]
|
D | ehci.h | 310 struct ehci_itd *itd; /* Q_TYPE_ITD */ 464 struct ehci_itd { struct
|
D | ehci-mem.c | 209 sizeof (struct ehci_itd), in ehci_mem_init()
|
D | ehci-hcd.c | 1411 sizeof(struct ehci_itd), sizeof(struct ehci_sitd)); in ehci_hcd_init()
|
D | ehci-dbg.c | 148 dbg_itd (const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd()
|