Home
last modified time | relevance | path

Searched refs:ABS_WHEEL (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py825 info = evdev.absinfo[libevdev.EV_ABS.ABS_WHEEL]
845 libevdev.InputEvent(libevdev.EV_ABS.ABS_WHEEL, offset_rotation(0)),
852 [libevdev.InputEvent(libevdev.EV_ABS.ABS_WHEEL, offset_rotation(1))],
858 libevdev.InputEvent(libevdev.EV_ABS.ABS_WHEEL, offset_rotation(2)),
/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce-main.c40 { ABS_WHEEL, ABS_GAS, ABS_BRAKE, ABS_HAT0X, ABS_HAT0Y, -1 };
346 case ABS_WHEEL: in iforce_init_device()
H A Diforce-packets.c179 input_report_abs(dev, ABS_WHEEL, in iforce_process_packet()
/openbmc/linux/drivers/input/tablet/
H A Dhanwang.c90 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()
H A Daiptek.c314 ABS_WHEEL, ABS_MISC,
571 ABS_WHEEL, in aiptek_irq()
634 ABS_WHEEL, in aiptek_irq()
1785 input_set_abs_params(inputdev, ABS_WHEEL, AIPTEK_WHEEL_MIN, AIPTEK_WHEEL_MAX - 1, 0, 0); in aiptek_probe()
/openbmc/linux/drivers/hid/
H A Dwacom_wac.c462 input_report_abs(pad_input, ABS_WHEEL, (data[8] & 0x7f)); in wacom_graphire_irq()
809 input_report_abs(input, ABS_WHEEL, 0); in wacom_exit_report()
974 input_report_abs(input, ABS_WHEEL, in wacom_intuos_general()
1164 input_report_abs(input, ABS_WHEEL, 0); in wacom_remote_irq()
1407 input_report_abs(pen_input, ABS_WHEEL, in wacom_intuos_pro2_bt_pen()
2104 usage->code = ABS_WHEEL; in wacom_wac_pad_usage_mapping()
3723 __clear_bit(ABS_WHEEL, wacom_wac->pen_input->absbit); in wacom_setup_device_quirks()
4214 input_set_abs_params(input_dev, ABS_WHEEL, 0, 71, 0, 0); in wacom_setup_pad_input_capabilities()
4234 input_set_abs_params(input_dev, ABS_WHEEL, 0, 71, 0, 0); in wacom_setup_pad_input_capabilities()
4274 input_set_abs_params(input_dev, ABS_WHEEL, 0, 71, 0, 0); in wacom_setup_pad_input_capabilities()
[all …]
H A Dhid-debug.c1013 [ABS_WHEEL] = "Wheel", [ABS_GAS] = "Gas",
H A Dhid-input.c291 case ABS_WHEEL: in hidinput_calc_abs_res()
808 case 0xc8: map_abs(ABS_WHEEL); break; in hidinput_configure_usage()
/openbmc/linux/drivers/input/misc/
H A Dad714x.c551 input_report_abs(sw->input, ABS_WHEEL, in ad714x_wheel_state_machine()
1071 __set_bit(ABS_WHEEL, input->absbit); in ad714x_probe()
1074 ABS_WHEEL, 0, wl_plat->max_coord, 0, 0); in ad714x_probe()
H A Diqs7222.c2592 if (iqs7222->sl_axis[sldr_index] == ABS_WHEEL) in iqs7222_parse_sldr()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h690 #define ABS_WHEEL 0x08 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h850 #define ABS_WHEEL 0x08 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h851 #define ABS_WHEEL 0x08 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h851 #define ABS_WHEEL 0x08 macro
/openbmc/linux/drivers/input/joystick/
H A Dadi.c63 static char adi_wmf_abs[] = { ABS_WHEEL, ABS_GAS, ABS_BRAKE, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_H…
/openbmc/linux/drivers/input/
H A Djoydev.c1045 .absbit = { BIT_MASK(ABS_WHEEL) },
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml712 ABS_WHEEL to operate the slider as a wheel (IQS7222C only).