Searched refs:periodic_count (Results 1 - 12 of 12) sorted by relevance

/drivers/usb/host/
H A Dehci-timer.c175 if (ehci->periodic_count > 0)
179 if (ehci->periodic_count == 0) {
H A Dsl811.h155 unsigned periodic_count; member in struct:sl811
H A Dehci.h177 unsigned periodic_count; /* periodic activity count */ member in struct:ehci_hcd
H A Dfotg210.h126 unsigned periodic_count; /* periodic activity count */ member in struct:fotg210_hcd
H A Dfusbh200.h126 unsigned periodic_count; /* periodic activity count */ member in struct:fusbh200_hcd
H A Dsl811-hcd.c462 sl811->periodic_count--;
469 if (sl811->periodic_count == 0)
743 if (sl811->periodic_count == 0 && list_empty(&sl811->async))
941 sl811->periodic_count++;
H A Disp116x-hcd.c338 if (!--isp116x->periodic_count) {
500 if (isp116x->periodic_count) {
813 if (!isp116x->periodic_count++) {
H A Disp116x.h280 unsigned periodic_count; member in struct:isp116x
H A Dehci-sched.c517 if (ehci->periodic_count++)
530 if (--ehci->periodic_count)
H A Dfotg210-hcd.c1197 if (fotg210->periodic_count > 0)
1201 if (fotg210->periodic_count == 0) {
3614 if (fotg210->periodic_count++)
3628 if (--fotg210->periodic_count)
H A Dfusbh200-hcd.c1161 if (fusbh200->periodic_count > 0)
1165 if (fusbh200->periodic_count == 0) {
3557 if (fusbh200->periodic_count++)
3570 if (--fusbh200->periodic_count)
/drivers/rtc/
H A Drtc-vr41xx.c86 static unsigned long periodic_count; variable
262 unsigned long count = periodic_count;

Completed in 158 milliseconds