Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/keyboard/
H A Dmatrix_keypad.c86 static bool row_asserted(struct matrix_keypad *keypad, int row) in row_asserted() function
134 row_asserted(keypad, row) ? BIT(row) : 0; in matrix_keypad_scan()