Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Dpcf8574_keypad.c67 unsigned char nextstate = read_state(lp); in pcf8574_kp_irq_handler() local
69 if (lp->laststate != nextstate) { in pcf8574_kp_irq_handler()
70 int key_down = nextstate < ARRAY_SIZE(lp->btncode); in pcf8574_kp_irq_handler()
72 lp->btncode[nextstate] : lp->btncode[lp->laststate]; in pcf8574_kp_irq_handler()
77 lp->laststate = nextstate; in pcf8574_kp_irq_handler()