nextstate          67 drivers/input/misc/pcf8574_keypad.c 	unsigned char nextstate = read_state(lp);
nextstate          69 drivers/input/misc/pcf8574_keypad.c 	if (lp->laststate != nextstate) {
nextstate          70 drivers/input/misc/pcf8574_keypad.c 		int key_down = nextstate < ARRAY_SIZE(lp->btncode);
nextstate          72 drivers/input/misc/pcf8574_keypad.c 			lp->btncode[nextstate] : lp->btncode[lp->laststate];
nextstate          77 drivers/input/misc/pcf8574_keypad.c 		lp->laststate = nextstate;