Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-sched.c1560 if (ehci->isoc_count == 0) in iso_stream_schedule()
1803 ++ehci->isoc_count; in itd_link_urb()
1881 --ehci->isoc_count; in itd_complete()
2198 ++ehci->isoc_count; in sitd_link_urb()
2265 --ehci->isoc_count; in sitd_complete()
2484 if (unlikely(modified && ehci->isoc_count > 0)) in scan_isoc()
H A Dehci-timer.c372 if (ehci->isoc_count > 0 || (ehci->need_io_watchdog && in turn_on_io_watchdog()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h128 unsigned isoc_count; /* isoc activity count */ member
H A Dfotg210-hcd.c1306 if (fotg210->isoc_count > 0 || (fotg210->need_io_watchdog && in turn_on_io_watchdog()
4265 if (fotg210->isoc_count == 0) in iso_stream_schedule()
4401 ++fotg210->isoc_count; in itd_link_urb()
4481 --fotg210->isoc_count; in itd_complete()
4636 if (unlikely(modified && fotg210->isoc_count > 0)) in scan_frame_queue()
4837 if (fotg210->isoc_count > 0) in fotg210_work()