Lines Matching refs:cols
51 unsigned int cols; member
156 for (col1 = 0; col1 < ckdev->cols; col1++) { in cros_ec_keyb_has_ghosting()
158 for (col2 = col1 + 1; col2 < ckdev->cols; col2++) { in cros_ec_keyb_has_ghosting()
195 for (col = 0; col < ckdev->cols; col++) { in cros_ec_keyb_process()
266 if (ckdev->ec->event_size != ckdev->cols) { in cros_ec_keyb_work()
321 for (col = 0; col < ckdev->cols; col++) { in cros_ec_keyb_compute_valid_keys()
598 err = matrix_keypad_parse_properties(dev, &ckdev->rows, &ckdev->cols); in cros_ec_keyb_register_matrix()
602 ckdev->valid_keys = devm_kzalloc(dev, ckdev->cols, GFP_KERNEL); in cros_ec_keyb_register_matrix()
606 ckdev->old_kb_state = devm_kzalloc(dev, ckdev->cols, GFP_KERNEL); in cros_ec_keyb_register_matrix()
634 err = matrix_keypad_build_keymap(NULL, NULL, ckdev->rows, ckdev->cols, in cros_ec_keyb_register_matrix()
641 ckdev->row_shift = get_count_order(ckdev->cols); in cros_ec_keyb_register_matrix()