Searched refs:button_c (Results 1 – 1 of 1) sorted by relevance
30 bool button_c; member63 bool button_c, button_z; in nunchuk_poll() local91 button_c = buffer[5] & BIT(1); in nunchuk_poll()92 if (button_c != data->button_c) { in nunchuk_poll()93 data->button_c = button_c; in nunchuk_poll()94 ret = input_report_key(dev, INPUT_KEY_C, !data->button_c, true, K_FOREVER); in nunchuk_poll()147 data->button_c = buffer[5] & BIT(1); in nunchuk_init()