Home
last modified time | relevance | path

Searched refs:isoc_count (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dehci-sched.c1570 if (ehci->isoc_count == 0) in iso_stream_schedule()
1814 ++ehci->isoc_count; in itd_link_urb()
1892 --ehci->isoc_count; in itd_complete()
2205 ++ehci->isoc_count; in sitd_link_urb()
2272 --ehci->isoc_count; in sitd_complete()
2487 if (unlikely(modified && ehci->isoc_count > 0)) in scan_isoc()
Dehci-timer.c372 if (ehci->isoc_count > 0 || (ehci->need_io_watchdog && in turn_on_io_watchdog()
Dfotg210.h128 unsigned isoc_count; /* isoc activity count */ member
Dehci.h166 unsigned isoc_count; /* isoc activity count */ member
Dfotg210-hcd.c1313 if (fotg210->isoc_count > 0 || (fotg210->need_io_watchdog && in turn_on_io_watchdog()
4270 if (fotg210->isoc_count == 0) in iso_stream_schedule()
4408 ++fotg210->isoc_count; in itd_link_urb()
4489 --fotg210->isoc_count; in itd_complete()
4640 if (unlikely(modified && fotg210->isoc_count > 0)) in scan_frame_queue()
4842 if (fotg210->isoc_count > 0) in fotg210_work()
Dehci-hcd.c402 if (ehci->isoc_count > 0) in ehci_work()