Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Dhanwang.c93 ABS_X, ABS_Y, ABS_TILT_X, ABS_TILT_Y, ABS_WHEEL,
185 input_report_abs(input_dev, ABS_TILT_X, data[7] & 0x3f); in hanwang_parse_packet()
386 input_set_abs_params(input_dev, ABS_TILT_X, in hanwang_probe()
H A Dgtco.c607 input_set_abs_params(inputdev, ABS_TILT_X, device->mintilt_X, in gtco_setup_caps()
683 input_report_abs(inputdev, ABS_TILT_X, in gtco_urb_callback()
H A Daiptek.c313 ABS_X, ABS_Y, ABS_PRESSURE, ABS_TILT_X, ABS_TILT_Y,
556 ABS_TILT_X, in aiptek_irq()
1800 input_set_abs_params(inputdev, ABS_TILT_X, AIPTEK_TILT_MIN, AIPTEK_TILT_MAX, 0, 0); in aiptek_probe()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dev.c235 case ABS_TILT_X: in main()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.c753 input_report_abs(input, ABS_TILT_X, 0); in wacom_exit_report()
915 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
928 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
971 input_report_abs(input, ABS_TILT_X, in wacom_intuos_general()
1333 input_report_abs(pen_input, ABS_TILT_X, in wacom_intuos_pro2_bt_pen()
2238 wacom_map_usage(input, usage, field, EV_ABS, ABS_TILT_X, 0); in wacom_wac_pen_usage_mapping()
3449 input_set_abs_params(input_dev, ABS_TILT_X, -64, 63, features->tilt_fuzz, 0); in wacom_setup_cintiq()
3450 input_abs_set_res(input_dev, ABS_TILT_X, 57); in wacom_setup_cintiq()
3620 __clear_bit(ABS_TILT_X, wacom_wac->pen_input->absbit); in wacom_setup_device_quirks()
H A Dhid-input.c245 case ABS_TILT_X: in hidinput_calc_abs_res()
814 map_abs_clear(ABS_TILT_X); in hidinput_configure_usage()
H A Dhid-debug.c966 [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput-event-codes.h747 #define ABS_TILT_X 0x1a macro
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-common.c289 case ABS_TILT_X: in usbPrint()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput-event-codes.h747 #define ABS_TILT_X 0x1a macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h703 #define ABS_TILT_X 0x1a macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h670 #define ABS_TILT_X 0x1a macro
H A Dlinux-event-codes.h839 #define ABS_TILT_X 0x1a macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h839 #define ABS_TILT_X 0x1a macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c938 input_report_abs(ts->pen_idev, ABS_TILT_X, x_tilt); in elants_slot_report()
1111 input_set_abs_params(ts->pen_idev, ABS_TILT_X, -90, 90, 0, 0); in elan_request_pen_input_dev()
1121 input_set_abs_params(ts->pen_idev, ABS_TILT_X, -90, 90, 0, 0); in elan_request_pen_input_dev()