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()
1804 ++ehci->isoc_count; in itd_link_urb()
1882 --ehci->isoc_count; in itd_complete()
2195 ++ehci->isoc_count; in sitd_link_urb()
2262 --ehci->isoc_count; in sitd_complete()
2477 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()
4403 ++fotg210->isoc_count; in itd_link_urb()
4483 --fotg210->isoc_count; in itd_complete()
4634 if (unlikely(modified && fotg210->isoc_count > 0)) in scan_frame_queue()
4835 if (fotg210->isoc_count > 0) in fotg210_work()