Searched refs:ehci_itd (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci.h | 173 struct ehci_itd *last_itd_to_free; 361 struct ehci_itd *itd; /* Q_TYPE_ITD */ 509 struct ehci_itd { struct
|
H A D | ehci-timer.c | 281 struct ehci_itd, itd_list); in start_free_itds() 292 struct ehci_itd *itd, *n; in end_free_itds()
|
H A 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()
|
H A D | ehci-mem.c | 168 ehci->itd_pool = dma_pool_create ("ehci_itd", in ehci_mem_init() 170 sizeof (struct ehci_itd), in ehci_mem_init()
|
H A D | ehci-hcd.c | 1338 sizeof(struct ehci_itd), sizeof(struct ehci_sitd)); in ehci_hcd_init()
|
H A D | ehci-dbg.c | 106 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci.h | 173 struct ehci_itd *last_itd_to_free; 364 struct ehci_itd *itd; /* Q_TYPE_ITD */ 512 struct ehci_itd { struct
|
H A D | ehci-timer.c | 281 struct ehci_itd, itd_list); in start_free_itds() 292 struct ehci_itd *itd, *n; in end_free_itds()
|
H A 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()
|
H A D | ehci-mem.c | 167 ehci->itd_pool = dma_pool_create ("ehci_itd", in ehci_mem_init() 169 sizeof (struct ehci_itd), in ehci_mem_init()
|
H A D | ehci-dbg.c | 106 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd()
|
H A D | ehci-hcd.c | 1367 sizeof(struct ehci_itd), sizeof(struct ehci_sitd)); in ehci_hcd_init()
|
Completed in 18 milliseconds