Searched refs:joystick_y (Results 1 – 1 of 1) sorted by relevance
29 uint8_t joystick_y; member62 uint8_t joystick_x, joystick_y; in nunchuk_poll() local71 joystick_y = buffer[1]; in nunchuk_poll()72 y_changed = (joystick_y != data->joystick_y); in nunchuk_poll()81 data->joystick_y = joystick_y; in nunchuk_poll()82 ret = input_report_abs(dev, INPUT_ABS_Y, data->joystick_y, true, K_FOREVER); in nunchuk_poll()145 data->joystick_y = buffer[1]; in nunchuk_init()