Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
A Dhp_sdc.c186 if (hp_sdc.rcurr < 0) { in hp_sdc_take()
190 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_take()
212 hp_sdc.rcurr = -1; in hp_sdc_take()
308 if (hp_sdc.rcurr >= 0) { in hp_sdc_tasklet()
316 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_tasklet()
341 hp_sdc.rcurr = -1; in hp_sdc_tasklet()
371 if (hp_sdc.rcurr == hp_sdc.wcurr) in hp_sdc_put()
387 if (hp_sdc.rcurr == curridx) { in hp_sdc_put()
534 if (hp_sdc.rcurr >= 0) { in hp_sdc_put()
555 hp_sdc.rcurr = curridx; in hp_sdc_put()
[all …]
/linux/include/linux/
A Dhp_sdc.h283 int rcurr, rqty; /* Current read transact in process */ member

Completed in 6 milliseconds