Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/tablet/
Dhanwang.c109 ABS_X, ABS_Y, ABS_TILT_X, ABS_TILT_Y, ABS_WHEEL,
188 input_report_abs(input_dev, ABS_TILT_X, data[7] & 0x3f); in hanwang_parse_packet()
375 input_set_abs_params(input_dev, ABS_TILT_X, in hanwang_probe()
Dgtco.c592 input_set_abs_params(inputdev, ABS_TILT_X, device->mintilt_X, in gtco_setup_caps()
679 input_report_abs(inputdev, ABS_TILT_X, (s32)valsigned); in gtco_urb_callback()
Dwacom_wac.c416 input_report_abs(input, ABS_TILT_X, 0); in wacom_intuos_inout()
459 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
471 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
697 input_report_abs(input, ABS_TILT_X, in wacom_intuos_irq()
1156 input_set_abs_params(input_dev, ABS_TILT_X, 0, 127, 0, 0); in wacom_setup_cintiq()
Daiptek.c334 ABS_X, ABS_Y, ABS_PRESSURE, ABS_TILT_X, ABS_TILT_Y,
576 ABS_TILT_X, in aiptek_irq()
1813 input_set_abs_params(inputdev, ABS_TILT_X, AIPTEK_TILT_MIN, AIPTEK_TILT_MAX, 0, 0); in aiptek_probe()
/linux-3.4.99/drivers/input/touchscreen/
Dwacom_w8001.c421 input_set_abs_params(dev, ABS_TILT_X, 0, coord.tilt_x, 0, 0); in w8001_setup()
/linux-3.4.99/drivers/hid/
Dhid-debug.c843 [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",
/linux-3.4.99/include/linux/
Dinput.h795 #define ABS_TILT_X 0x1a macro