Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
DKconfig.kbd_matrix39 bool "Input kbd_matrix_state shell command"
42 Enable an input kbd_matrix_state shell command to log the state of a
46 int "Maximum column count for the kbd_matrix_state command"
51 kbd_matrix_state shell command.
/Zephyr-latest/subsys/input/
Dinput_utils.c122 static kbd_row_t kbd_matrix_state[CONFIG_INPUT_SHELL_KBD_MATRIX_STATE_MAX_COLS]; variable
212 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()