Searched refs:ABS_TILT_X (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/input/tablet/ |
H A D | hanwang.c | 90 ABS_X, ABS_Y, ABS_TILT_X, ABS_TILT_Y, ABS_WHEEL, 182 input_report_abs(input_dev, ABS_TILT_X, data[7] & 0x3f); in hanwang_parse_packet() 383 input_set_abs_params(input_dev, ABS_TILT_X, in hanwang_probe()
|
H A D | aiptek.c | 313 ABS_X, ABS_Y, ABS_PRESSURE, ABS_TILT_X, ABS_TILT_Y, 556 ABS_TILT_X, in aiptek_irq() 1783 input_set_abs_params(inputdev, ABS_TILT_X, AIPTEK_TILT_MIN, AIPTEK_TILT_MAX, 0, 0); in aiptek_probe()
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 703 #define ABS_TILT_X 0x1a macro
|
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 793 input_report_abs(input, ABS_TILT_X, 0); in wacom_exit_report() 962 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general() 975 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general() 1018 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general() 1401 input_report_abs(pen_input, ABS_TILT_X, in wacom_intuos_pro2_bt_pen() 2320 wacom_map_usage(input, usage, field, EV_ABS, ABS_TILT_X, 0); in wacom_wac_pen_usage_mapping() 3560 input_set_abs_params(input_dev, ABS_TILT_X, -64, 63, features->tilt_fuzz, 0); in wacom_setup_cintiq() 3561 input_abs_set_res(input_dev, ABS_TILT_X, 57); in wacom_setup_cintiq() 3731 __clear_bit(ABS_TILT_X, wacom_wac->pen_input->absbit); in wacom_setup_device_quirks()
|
H A D | hid-debug.c | 1021 [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",
|
H A D | hid-input.c | 292 case ABS_TILT_X: in hidinput_calc_abs_res() 986 map_abs_clear(ABS_TILT_X); in hidinput_configure_usage()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 866 #define ABS_TILT_X 0x1a macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 867 #define ABS_TILT_X 0x1a 866 #define ABS_TILT_X global() macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 867 #define ABS_TILT_X 0x1a macro
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | wacom_w8001.c | 453 input_set_abs_params(dev, ABS_TILT_X, 0, coord.tilt_x, 0, 0); in w8001_setup_pen()
|