Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/misc/
Dhp_sdc_rtc.c86 struct semaphore tsem; in hp_sdc_rtc_do_read_bbrtc() local
105 t.act.semaphore = &tsem; in hp_sdc_rtc_do_read_bbrtc()
106 sema_init(&tsem, 0); in hp_sdc_rtc_do_read_bbrtc()
111 if (WARN_ON(down_interruptible(&tsem))) in hp_sdc_rtc_do_read_bbrtc()