Lines Matching refs:ABS_X
206 snd_caiaq_input_report_abs(cdev, ABS_X, buf, 2);
213 snd_caiaq_input_report_abs(cdev, ABS_X, buf, 0);
241 input_report_abs(input_dev, ABS_X, i);
315 input_report_abs(cdev->input_dev, ABS_X, buf[5] & 0xf);
610 input->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) |
615 input_set_abs_params(input, ABS_X, 0, 4096, 0, 10);
622 input->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) |
627 input_set_abs_params(input, ABS_X, 0, 1024, 0, 10);
634 input->absbit[0] = BIT_MASK(ABS_X);
638 input_set_abs_params(input, ABS_X, 0, 999, 0, 10);
648 BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) |
662 input_set_abs_params(input, ABS_X, 0, 4096, 0, 10);
674 BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) |
693 input_set_abs_params(input, ABS_X, 0, 0xf, 0, 1);