Lines Matching defs:row_state
74 unsigned int row_state[SAMSUNG_MAX_COLS];
79 unsigned int *row_state)
92 row_state[col] = ~val & GENMASK(keypad->rows - 1, 0);
100 unsigned int *row_state)
110 changed = row_state[col] ^ keypad->row_state[col];
111 key_down |= row_state[col];
119 pressed = row_state[col] & BIT(row);
134 memcpy(keypad->row_state, row_state, sizeof(keypad->row_state));
142 unsigned int row_state[SAMSUNG_MAX_COLS];
152 samsung_keypad_scan(keypad, row_state);
154 key_down = samsung_keypad_report(keypad, row_state);