Searched refs:ehci_itd (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/host/ |
D | ehci.h | 186 struct ehci_itd *last_itd_to_free; 373 struct ehci_itd *itd; /* Q_TYPE_ITD */ 521 struct ehci_itd { struct
|
D | ehci-timer.c | 290 struct ehci_itd, itd_list); in start_free_itds() 301 struct ehci_itd *itd, *n; in end_free_itds()
|
D | ehci-sched.c | 1267 struct ehci_itd *itd; in itd_urb_transaction() 1295 struct ehci_itd, itd_list); in itd_urb_transaction() 1687 struct ehci_itd *itd) in itd_init() 1706 struct ehci_itd *itd, in itd_patch() 1736 itd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_itd *itd) in itd_link() 1772 struct ehci_itd *itd; in itd_link_urb() 1797 struct ehci_itd, itd_list); in itd_link_urb() 1842 static bool itd_complete(struct ehci_hcd *ehci, struct ehci_itd *itd) in itd_complete()
|
D | ehci-mem.c | 183 sizeof (struct ehci_itd), in ehci_mem_init()
|
D | ehci-hcd.c | 1328 sizeof(struct ehci_itd), sizeof(struct ehci_sitd)); in ehci_hcd_init()
|
D | ehci-dbg.c | 116 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd()
|