Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_kbd_matrix.c63 kbd_row_t common_row_bits = state[c] & state[c_next]; in input_kbd_matrix_ghosting() local
65 if (common_row_bits & (common_row_bits - 1)) { in input_kbd_matrix_ghosting()