Searched refs:ehci_itd (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/usb/host/ |
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.h | 173 struct ehci_itd *last_itd_to_free; 364 struct ehci_itd *itd; /* Q_TYPE_ITD */ 512 struct ehci_itd { struct
|
D | ehci-sched.c | 1240 struct ehci_itd *itd; in itd_urb_transaction() 1268 struct ehci_itd, itd_list); in itd_urb_transaction() 1666 struct ehci_itd *itd) in itd_init() 1685 struct ehci_itd *itd, in itd_patch() 1715 itd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_itd *itd) in itd_link() 1751 struct ehci_itd *itd; in itd_link_urb() 1776 struct ehci_itd, itd_list); in itd_link_urb() 1821 static bool itd_complete(struct ehci_hcd *ehci, struct ehci_itd *itd) in itd_complete()
|
D | ehci-mem.c | 169 sizeof (struct ehci_itd), in ehci_mem_init()
|
D | ehci-hcd.c | 1367 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()
|