Searched refs:kbd_matrix_state (Results 1 – 2 of 2) sorted by relevance
39 bool "Input kbd_matrix_state shell command"42 Enable an input kbd_matrix_state shell command to log the state of a46 int "Maximum column count for the kbd_matrix_state command"51 kbd_matrix_state shell command.
122 static kbd_row_t kbd_matrix_state[CONFIG_INPUT_SHELL_KBD_MATRIX_STATE_MAX_COLS]; variable212 WRITE_BIT(kbd_matrix_state[col], row, val); in kbd_matrix_state_log()217 kbd_matrix_state_log_entry("state", kbd_matrix_state); in kbd_matrix_state_log()249 memset(kbd_matrix_state, 0, sizeof(kbd_matrix_state)); in input_cmd_kbd_matrix_state_dump()250 memset(kbd_matrix_key_mask, 0, sizeof(kbd_matrix_state)); in input_cmd_kbd_matrix_state_dump()