Searched full:sitd (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-sched.c | 20 * It keeps track of every ITD (or SITD) that's linked, and holds enough 28 * @periodic: host pointer to qh/itd/sitd 44 return &periodic->sitd->sitd_next; in periodic_next_shadow() 457 if (same_tt(dev, here.sitd->urb->dev)) { in tt_no_collision() 460 mask = hc32_to_cpu(ehci, here.sitd in tt_no_collision() 467 type = Q_NEXT_TYPE(ehci, here.sitd->hw_next); in tt_no_collision() 468 here = here.sitd->sitd_next; in tt_no_collision() 999 /* ehci_iso_stream ops work with both ITD and SITD */ 1040 /* knows about ITD vs SITD */ in iso_stream_init() 1163 /* ehci_iso_sched ops can be ITD-only or SITD-only */ [all …]
|
H A D | ehci-timer.c | 293 struct ehci_sitd *sitd, *sn; in end_free_itds() local 306 list_for_each_entry_safe(sitd, sn, &ehci->cached_sitd_list, sitd_list) { in end_free_itds() 307 list_del(&sitd->sitd_list); in end_free_itds() 308 dma_pool_free(ehci->sitd_pool, sitd, sitd->sitd_dma); in end_free_itds() 309 if (sitd == ehci->last_sitd_to_free) in end_free_itds()
|
H A D | ehci-mem.c | 176 /* SITD for full/low speed split ISO transfers */ in ehci_mem_init()
|
H A D | ehci-pci.c | 122 * QH, ITD, or SITD addresses above 2GB. (But TD, in ehci_pci_setup()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 529 /* this is used to initialize sITD's tt info */
|
H A D | fotg210-hcd.c | 3261 * It keeps track of every ITD (or SITD) that's linked, and holds enough 3896 /* fotg210_iso_stream ops work with both ITD and SITD */ 4003 /* fotg210_iso_sched ops can be ITD-only or SITD-only */ 5012 * be used; it constrains QH/ITD/SITD and QTD locations. in fotg210_run()
|