Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/serio/
Dhp_sdc.c185 read_lock(&hp_sdc.rtq_lock); in hp_sdc_take()
187 read_unlock(&hp_sdc.rtq_lock); in hp_sdc_take()
191 read_unlock(&hp_sdc.rtq_lock); in hp_sdc_take()
211 write_lock(&hp_sdc.rtq_lock); in hp_sdc_take()
214 write_unlock(&hp_sdc.rtq_lock); in hp_sdc_take()
306 write_lock_irq(&hp_sdc.rtq_lock); in hp_sdc_tasklet()
347 write_unlock_irq(&hp_sdc.rtq_lock); in hp_sdc_tasklet()
373 read_lock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
376 read_unlock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
389 read_lock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
[all …]
/linux-4.4.14/include/linux/
Dhp_sdc.h264 rwlock_t rtq_lock; /* isr/tasklet lock */ member