Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/serio/
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()
319 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_tasklet()
344 hp_sdc.rcurr = -1; in hp_sdc_tasklet()
374 if (hp_sdc.rcurr == hp_sdc.wcurr) in hp_sdc_put()
390 if (hp_sdc.rcurr == curridx) { in hp_sdc_put()
537 if (hp_sdc.rcurr >= 0) { in hp_sdc_put()
558 hp_sdc.rcurr = curridx; in hp_sdc_put()
[all …]
/linux-3.4.99/include/linux/
Dhp_sdc.h283 int rcurr, rqty; /* Current read transact in process */ member