Searched refs:RTC_timer_lock (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dpcl816.c159 static int RTC_timer_lock; /* RTC int lock */ variable
1052 RTC_timer_lock++;
1053 if (RTC_timer_lock > 1)
1056 RTC_timer_lock--;
1057 if (RTC_timer_lock < 0)
1058 RTC_timer_lock = 0;
1059 if (RTC_timer_lock > 0)
H A Dpcl818.c256 static int RTC_timer_lock; /* RTC int lock */ variable
1613 RTC_timer_lock++;
1614 if (RTC_timer_lock > 1)
1617 RTC_timer_lock--;
1618 if (RTC_timer_lock < 0)
1619 RTC_timer_lock = 0;
1620 if (RTC_timer_lock > 0)

Completed in 38 milliseconds