Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/serio/
Dhp_sdc.c195 hp_sdc.rqty -= 2; in hp_sdc_take()
198 if (hp_sdc.rqty <= 0) { in hp_sdc_take()
213 hp_sdc.rqty = 0; in hp_sdc_take()
326 curr->idx += hp_sdc.rqty; in hp_sdc_tasklet()
327 hp_sdc.rqty = 0; in hp_sdc_tasklet()
553 hp_sdc.rqty = curr->seq[curr->idx]; in hp_sdc_put()
860 hp_sdc.rqty = 0; in hp_sdc_init()
/linux-3.4.99/include/linux/
Dhp_sdc.h283 int rcurr, rqty; /* Current read transact in process */ member