Home
last modified time | relevance | path

Searched refs:endidx (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/input/misc/
Dhp_sdc_rtc.c103 t.endidx = 91; in hp_sdc_rtc_do_read_bbrtc()
171 t.endidx = numreg * 5; in hp_sdc_rtc_read_i8042timer()
174 tseq[t.endidx - 4] |= HP_SDC_ACT_SEMAPHORE; /* numreg assumed > 1 */ in hp_sdc_rtc_read_i8042timer()
301 t.endidx = 10;
338 t.endidx = 4;
378 t.endidx = 6;
/linux-4.1.27/drivers/input/serio/
Dhp_sdc_mlc.c209 priv->trans.endidx = 5; in hp_sdc_mlc_cts()
249 priv->trans.endidx = 6; in hp_sdc_mlc_out()
290 priv->trans.endidx = 4; in hp_sdc_mlc_out()
Dhp_sdc.c418 if (curr->actidx >= curr->endidx) { in hp_sdc_put()
430 if (curr->idx >= curr->endidx) { in hp_sdc_put()
573 if (curr->idx >= curr->endidx) { /* This transaction is over. */ in hp_sdc_put()
901 t_sync.endidx = 6; in hp_sdc_init()
1045 tq_init.endidx = 5; in hp_sdc_register()
1097 tq_init.endidx = 4; in hp_sdc_register()
/linux-4.1.27/include/linux/
Dhp_sdc.h67 int endidx; /* transaction is over and done if idx == endidx */ member