Home
last modified time | relevance | path

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

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