Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Dhp_sdc_mlc.c70 up(&mlc->isem); in hp_sdc_mlc_isr()
135 up(&mlc->isem); in hp_sdc_mlc_isr()
151 if (down_trylock(&mlc->isem)) { in hp_sdc_mlc_in()
168 up(&mlc->isem); in hp_sdc_mlc_in()
173 up(&mlc->isem); in hp_sdc_mlc_in()
186 BUG_ON(down_trylock(&mlc->isem)); in hp_sdc_mlc_cts()
189 up(&mlc->isem); in hp_sdc_mlc_cts()
/linux/include/linux/
H A Dhil_mlc.h143 struct semaphore isem; /* Raised when a packet arrives */ member