Searched refs:serio_oidx (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dhil_mlc.h159 int serio_oidx[HIL_MLC_DEVMEM]; member in struct:hil_mlc
/linux-master/drivers/input/serio/
H A Dhil_mlc.c821 ((hil_packet)c) << (8 * (3 - mlc->serio_oidx[map->didx]));
823 if (mlc->serio_oidx[map->didx] >= 3) {
843 mlc->serio_oidx[map->didx] = 0;
847 mlc->serio_oidx[map->didx]++;
869 mlc->serio_oidx[map->didx] = 0;
960 mlc->serio_oidx[i] = 0;

Completed in 163 milliseconds