Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/serio/
Dhp_sdc.c200 if (curr->seq[curr->actidx] & HP_SDC_ACT_SEMAPHORE) in hp_sdc_take()
204 if (curr->seq[curr->actidx] & HP_SDC_ACT_CALLBACK) in hp_sdc_take()
208 curr->actidx = curr->idx; in hp_sdc_take()
328 tmp = curr->seq[curr->actidx]; in hp_sdc_tasklet()
329 curr->seq[curr->actidx] |= HP_SDC_ACT_DEAD; in hp_sdc_tasklet()
342 curr->actidx = curr->idx; in hp_sdc_tasklet()
416 idx = curr->actidx; in hp_sdc_put()
418 if (curr->actidx >= curr->endidx) { in hp_sdc_put()
578 curr->actidx = idx + 1; in hp_sdc_put()
615 this->actidx = 0; in __hp_sdc_enqueue_transaction()
[all …]
Dhp_sdc_mlc.c207 priv->trans.actidx = 0; in hp_sdc_mlc_cts()
246 priv->trans.actidx = 0; in hp_sdc_mlc_out()
287 priv->trans.actidx = 0; in hp_sdc_mlc_out()
/linux-4.4.14/include/linux/
Dhp_sdc.h65 int actidx; /* Start of act. Acts are atomic WRT I/O to SDC */ member