Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/misc/
Dhp_sdc_rtc.c58 static struct semaphore i8042tregs; variable
159 t.act.semaphore = &i8042tregs; in hp_sdc_rtc_read_i8042timer()
162 if (WARN_ON(down_interruptible(&i8042tregs))) in hp_sdc_rtc_read_i8042timer()
166 up(&i8042tregs); in hp_sdc_rtc_read_i8042timer()
171 if (WARN_ON(down_interruptible(&i8042tregs))) in hp_sdc_rtc_read_i8042timer()
174 up(&i8042tregs); in hp_sdc_rtc_read_i8042timer()
356 sema_init(&i8042tregs, 1); in hp_sdc_rtc_init()