Lines Matching defs:col
378 int row, col, code;390 for (col = 0; col < keypad->cols; col++) {391 new_state[col] = le16_to_cpu(data[col]);392 if (new_state[col])394 bits_changed = keypad->last_key_state[col] ^ new_state[col];397 code = MATRIX_SCAN_CODE(row, col, keypad->row_shift);400 new_state[col] & BIT(row));