Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/misc/
Dhp_sdc_rtc.c59 static struct semaphore i8042tregs; variable
177 t.act.semaphore = &i8042tregs; in hp_sdc_rtc_read_i8042timer()
180 if (WARN_ON(down_interruptible(&i8042tregs))) in hp_sdc_rtc_read_i8042timer()
184 up(&i8042tregs); in hp_sdc_rtc_read_i8042timer()
189 if (WARN_ON(down_interruptible(&i8042tregs))) in hp_sdc_rtc_read_i8042timer()
192 up(&i8042tregs); in hp_sdc_rtc_read_i8042timer()
709 sema_init(&i8042tregs, 1); in hp_sdc_rtc_init()