Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/misc/
Dhp_sdc_rtc.c68 struct semaphore tsem; in hp_sdc_rtc_do_read_bbrtc() local
87 t.act.semaphore = &tsem; in hp_sdc_rtc_do_read_bbrtc()
88 sema_init(&tsem, 0); in hp_sdc_rtc_do_read_bbrtc()
93 if (WARN_ON(down_interruptible(&tsem))) in hp_sdc_rtc_do_read_bbrtc()