Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/tablet/
H A Dhanwang.c90 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 Daiptek.c313 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 Dlinux-event-codes.h703 #define ABS_TILT_X 0x1a macro
/openbmc/linux/drivers/hid/
H A Dwacom_wac.c794 input_report_abs(input, ABS_TILT_X, 0); in wacom_exit_report()
963 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
976 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
1019 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
1402 input_report_abs(pen_input, ABS_TILT_X, in wacom_intuos_pro2_bt_pen()
2319 wacom_map_usage(input, usage, field, EV_ABS, ABS_TILT_X, 0); in wacom_wac_pen_usage_mapping()
3550 input_set_abs_params(input_dev, ABS_TILT_X, -64, 63, features->tilt_fuzz, 0); in wacom_setup_cintiq()
3551 input_abs_set_res(input_dev, ABS_TILT_X, 57); in wacom_setup_cintiq()
3721 __clear_bit(ABS_TILT_X, wacom_wac->pen_input->absbit); in wacom_setup_device_quirks()
H A Dhid-debug.c1019 [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",
H A Dhid-input.c292 case ABS_TILT_X: in hidinput_calc_abs_res()
1003 map_abs_clear(ABS_TILT_X); in hidinput_configure_usage()
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h863 #define ABS_TILT_X 0x1a macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h864 #define ABS_TILT_X 0x1a macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h864 #define ABS_TILT_X 0x1a macro
/openbmc/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c453 input_set_abs_params(dev, ABS_TILT_X, 0, coord.tilt_x, 0, 0); in w8001_setup_pen()