Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/serio/
Dhp_sdc_mlc.c190 BUG_ON(down_trylock(&mlc->osem)); in hp_sdc_mlc_cts()
193 up(&mlc->osem); in hp_sdc_mlc_cts()
220 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_cts()
232 BUG_ON(down_trylock(&mlc->osem)); in hp_sdc_mlc_out()
239 up(&mlc->osem); in hp_sdc_mlc_out()
248 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_out()
289 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_out()
319 hp_sdc_mlc_priv.trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_init()
Dhil_mlc.c697 if (down_trylock(&mlc->osem)) { in hilse_donode()
701 up(&mlc->osem); in hilse_donode()
917 sema_init(&mlc->osem, 1); in hil_mlc_register()
/linux-4.1.27/include/linux/
Dhil_mlc.h139 struct semaphore osem; /* Raised when outpacket dispatched */ member