Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/tablet/
Dhanwang.c107 ABS_X, ABS_Y, ABS_TILT_X, ABS_TILT_Y, ABS_WHEEL,
199 input_report_abs(input_dev, ABS_TILT_X, data[7] & 0x3f); in hanwang_parse_packet()
400 input_set_abs_params(input_dev, ABS_TILT_X, in hanwang_probe()
Dgtco.c593 input_set_abs_params(inputdev, ABS_TILT_X, device->mintilt_X, in gtco_setup_caps()
669 input_report_abs(inputdev, ABS_TILT_X, in gtco_urb_callback()
Daiptek.c326 ABS_X, ABS_Y, ABS_PRESSURE, ABS_TILT_X, ABS_TILT_Y,
569 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-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h739 #define ABS_TILT_X 0x1a macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h739 #define ABS_TILT_X 0x1a macro
/Linux-v4.19/drivers/hid/
Dwacom_wac.c706 input_report_abs(input, ABS_TILT_X, 0); in wacom_exit_report()
866 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
879 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
922 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
1267 input_report_abs(pen_input, ABS_TILT_X, in wacom_intuos_pro2_bt_pen()
2141 wacom_map_usage(input, usage, field, EV_ABS, ABS_TILT_X, 0); in wacom_wac_pen_usage_mapping()
3309 input_set_abs_params(input_dev, ABS_TILT_X, -64, 63, features->tilt_fuzz, 0); in wacom_setup_cintiq()
3310 input_abs_set_res(input_dev, ABS_TILT_X, 57); in wacom_setup_cintiq()
Dhid-input.c257 case ABS_TILT_X: in hidinput_calc_abs_res()
792 map_abs_clear(ABS_TILT_X); in hidinput_configure_usage()
Dhid-debug.c979 [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",
/Linux-v4.19/drivers/input/touchscreen/
Dwacom_w8001.c451 input_set_abs_params(dev, ABS_TILT_X, 0, coord.tilt_x, 0, 0); in w8001_setup_pen()