Searched refs:single_button_state (Results 1 – 1 of 1) sorted by relevance
301 uint16_t button_state, single_button_state; in cy8cmbr3xxx_process() local312 single_button_state = button_state & BIT(i); in cy8cmbr3xxx_process()313 if (single_button_state != (data->prev_button_state & BIT(i))) { in cy8cmbr3xxx_process()314 input_report_key(dev, config->input_codes[i], single_button_state, true, in cy8cmbr3xxx_process()