Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Dhp_sdc.c186 read_lock(&hp_sdc.rtq_lock); in hp_sdc_take()
188 read_unlock(&hp_sdc.rtq_lock); in hp_sdc_take()
192 read_unlock(&hp_sdc.rtq_lock); in hp_sdc_take()
212 write_lock(&hp_sdc.rtq_lock); in hp_sdc_take()
215 write_unlock(&hp_sdc.rtq_lock); in hp_sdc_take()
307 write_lock_irq(&hp_sdc.rtq_lock); in hp_sdc_tasklet()
345 write_unlock_irq(&hp_sdc.rtq_lock); in hp_sdc_tasklet()
371 read_lock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
374 read_unlock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
387 read_lock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
[all …]
/linux/include/linux/
H A Dhp_sdc.h264 rwlock_t rtq_lock; /* isr/tasklet lock */ member