Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dsensehat-joystick.c37 unsigned long curr_states, changes; in sensehat_joystick_report() local
48 curr_states = keys; in sensehat_joystick_report()
49 bitmap_xor(&changes, &curr_states, &sensehat_joystick->prev_states, in sensehat_joystick_report()
54 curr_states & BIT(i)); in sensehat_joystick_report()