Home
last modified time | relevance | path

Searched refs:actidx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/input/serio/
H A Dhp_sdc.c201 if (curr->seq[curr->actidx] & HP_SDC_ACT_SEMAPHORE) in hp_sdc_take()
205 if (curr->seq[curr->actidx] & HP_SDC_ACT_CALLBACK) in hp_sdc_take()
209 curr->actidx = curr->idx; in hp_sdc_take()
326 tmp = curr->seq[curr->actidx]; in hp_sdc_tasklet()
327 curr->seq[curr->actidx] |= HP_SDC_ACT_DEAD; in hp_sdc_tasklet()
340 curr->actidx = curr->idx; in hp_sdc_tasklet()
414 idx = curr->actidx; in hp_sdc_put()
416 if (curr->actidx >= curr->endidx) { in hp_sdc_put()
576 curr->actidx = idx + 1; in hp_sdc_put()
613 this->actidx = 0; in __hp_sdc_enqueue_transaction()
[all …]
H A Dhp_sdc_mlc.c204 priv->trans.actidx = 0; in hp_sdc_mlc_cts()
243 priv->trans.actidx = 0; in hp_sdc_mlc_out()
284 priv->trans.actidx = 0; in hp_sdc_mlc_out()
/linux/include/linux/
H A Dhp_sdc.h65 int actidx; /* Start of act. Acts are atomic WRT I/O to SDC */ member