seidx             614 drivers/input/serio/hil_mlc.c static int seidx; /* For debug */
seidx             625 drivers/input/serio/hil_mlc.c 	if (mlc->seidx && mlc->seidx != seidx &&
seidx             626 drivers/input/serio/hil_mlc.c 	    mlc->seidx != 41 && mlc->seidx != 42 && mlc->seidx != 43) {
seidx             627 drivers/input/serio/hil_mlc.c 		printk(KERN_DEBUG PREFIX "z%i \n {%i}", doze, mlc->seidx);
seidx             631 drivers/input/serio/hil_mlc.c 	seidx = mlc->seidx;
seidx             633 drivers/input/serio/hil_mlc.c 	node = hil_mlc_se + mlc->seidx;
seidx             747 drivers/input/serio/hil_mlc.c 		mlc->seidx += nextidx & HILSEN_MASK;
seidx             749 drivers/input/serio/hil_mlc.c 		mlc->seidx -= nextidx & HILSEN_MASK;
seidx             751 drivers/input/serio/hil_mlc.c 		mlc->seidx = nextidx & HILSEN_MASK;
seidx             769 drivers/input/serio/hil_mlc.c 			if (mlc->seidx != 41 &&
seidx             770 drivers/input/serio/hil_mlc.c 			    mlc->seidx != 42 &&
seidx             771 drivers/input/serio/hil_mlc.c 			    mlc->seidx != 43)
seidx             953 drivers/input/serio/hil_mlc.c 	mlc->seidx = HILSEN_START;
seidx             132 include/linux/hil_mlc.h 	int 			seidx;	/* Current node in state engine */