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

/linux-master/drivers/input/serio/
H A Dhp_sdc.c200 if (curr->seq[curr->actidx] & HP_SDC_ACT_SEMAPHORE)
204 if (curr->seq[curr->actidx] & HP_SDC_ACT_CALLBACK)
208 curr->actidx = curr->idx;
325 tmp = curr->seq[curr->actidx];
326 curr->seq[curr->actidx] |= HP_SDC_ACT_DEAD;
339 curr->actidx = curr->idx;
413 idx = curr->actidx;
415 if (curr->actidx >= curr->endidx) {
575 curr->actidx = idx + 1;
612 this->actidx
[all...]
H A Dhp_sdc_mlc.c204 priv->trans.actidx = 0;
243 priv->trans.actidx = 0;
284 priv->trans.actidx = 0;
/linux-master/include/linux/
H A Dhp_sdc.h65 int actidx; /* Start of act. Acts are atomic WRT I/O to SDC */ member in struct:__anon1

Completed in 116 milliseconds