Searched refs:ehci_itd (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/host/ |
D | ehci.h | 173 struct ehci_itd *last_itd_to_free; 367 struct ehci_itd *itd; /* Q_TYPE_ITD */ 515 struct ehci_itd { struct
|
D | ehci-timer.c | 281 struct ehci_itd, itd_list); in start_free_itds() 292 struct ehci_itd *itd, *n; in end_free_itds()
|
D | ehci-sched.c | 1235 struct ehci_itd *itd; in itd_urb_transaction() 1263 struct ehci_itd, itd_list); in itd_urb_transaction() 1655 struct ehci_itd *itd) in itd_init() 1674 struct ehci_itd *itd, in itd_patch() 1704 itd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_itd *itd) in itd_link() 1740 struct ehci_itd *itd; in itd_link_urb() 1765 struct ehci_itd, itd_list); in itd_link_urb() 1810 static bool itd_complete(struct ehci_hcd *ehci, struct ehci_itd *itd) in itd_complete()
|
D | ehci-mem.c | 170 sizeof (struct ehci_itd), in ehci_mem_init()
|
D | ehci-hcd.c | 1338 sizeof(struct ehci_itd), sizeof(struct ehci_sitd)); in ehci_hcd_init()
|
D | ehci-dbg.c | 106 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd()
|