Searched refs:ABS_WHEEL (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/hid/ |
| H A D | wacom_wac.c | 462 input_report_abs(pad_input, ABS_WHEEL, (data[8] & 0x7f)); in wacom_graphire_irq() 663 input_report_abs(input, ABS_WHEEL, (ring1 & 0x80) ? (ring1 & 0x7f) : 0); in wacom_intuos_pad() 763 input_report_abs(input, ABS_WHEEL, 0); in wacom_exit_report() 928 input_report_abs(input, ABS_WHEEL, in wacom_intuos_general() 1116 input_report_abs(input, ABS_WHEEL, (data[12] & 0x7f) - 1); in wacom_remote_irq() 1118 input_report_abs(input, ABS_WHEEL, 0); in wacom_remote_irq() 1371 input_report_abs(pen_input, ABS_WHEEL, in wacom_intuos_pro2_bt_pen() 1494 input_report_abs(pad_input, ABS_WHEEL, ringstatus ? ring : 0); in wacom_intuos_pro2_bt_pad() 2075 wacom_map_usage(input, usage, field, EV_ABS, ABS_WHEEL, 0); in wacom_wac_pad_usage_mapping() 2087 usage->code = ABS_WHEEL; in wacom_wac_pad_usage_mapping() [all …]
|
| H A D | hid-input.c | 291 case ABS_WHEEL: in hidinput_calc_abs_res() 816 case 0xc8: map_abs(ABS_WHEEL); break; in hidinput_configure_usage()
|
| H A D | hid-debug.c | 3513 [ABS_WHEEL] = "Wheel", [ABS_GAS] = "Gas",
|
| /linux/drivers/input/tablet/ |
| H A D | hanwang.c | 90 ABS_X, ABS_Y, ABS_TILT_X, ABS_TILT_Y, ABS_WHEEL, 208 input_report_abs(input_dev, ABS_WHEEL, data[1]); in hanwang_parse_packet()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 823 info = evdev.absinfo[libevdev.EV_ABS.ABS_WHEEL] 843 libevdev.InputEvent(libevdev.EV_ABS.ABS_WHEEL, offset_rotation(0)), 850 [libevdev.InputEvent(libevdev.EV_ABS.ABS_WHEEL, offset_rotation(1))], 856 libevdev.InputEvent(libevdev.EV_ABS.ABS_WHEEL, offset_rotation(2)),
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 879 #define ABS_WHEEL 0x08 851 #define ABS_WHEEL global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 879 #define ABS_WHEEL 0x08 macro
|
| /linux/drivers/input/joystick/ |
| H A D | adi.c | 63 static char adi_wmf_abs[] = { ABS_WHEEL, ABS_GAS, ABS_BRAKE, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_H…
|
| /linux/drivers/input/ |
| H A D | joydev.c | 1044 .absbit = { BIT_MASK(ABS_WHEEL) },
|
| /linux/drivers/input/misc/ |
| H A D | iqs7222.c | 2589 if (iqs7222->sl_axis[sldr_index] == ABS_WHEEL) in iqs7222_parse_sldr()
|