| /linux/drivers/hid/ |
| H A D | hid-ezkey.c | 34 case 0x231: ez_map_rel(REL_WHEEL); break; in ez_input_mapping() 57 input_event(input, usage->type, REL_WHEEL, -value); in ez_event()
|
| H A D | hid-a4tech.c | 92 REL_WHEEL, a4->delayed_value); in a4_event()
|
| H A D | hid-debug.c | 3503 [REL_WHEEL] = "Wheel", [REL_MISC] = "Misc",
|
| /linux/drivers/input/mouse/ |
| H A D | sermouse.c | 143 input_report_rel(dev, REL_WHEEL, (data & 8) - (data & 7)); in sermouse_process_ms() 165 input_report_rel(dev, data & 0x80 ? REL_HWHEEL : REL_WHEEL, (data & 7) - (data & 8)); in sermouse_process_ms() 259 if (c & 0x10) set_bit(REL_WHEEL, input_dev->relbit); in sermouse_connect()
|
| H A D | maplemouse.c | 45 input_report_rel(dev, REL_WHEEL, relz); in dc_mouse_callback() 98 BIT_MASK(REL_WHEEL); in probe_maple_mouse()
|
| H A D | logips2pp.c | 61 packet[2] & 0x80 ? REL_HWHEEL : REL_WHEEL, in ps2pp_process_byte() 81 packet[2] & 0x08 ? REL_HWHEEL : REL_WHEEL, in ps2pp_process_byte() 291 input_set_capability(input_dev, EV_REL, REL_WHEEL); in ps2pp_set_model_properties()
|
| H A D | vmmouse.c | 169 input_report_rel(rel_dev, REL_WHEEL, -(s8)((u8) z)); in vmmouse_report_events() 451 input_set_capability(rel_dev, EV_REL, REL_WHEEL); in vmmouse_init()
|
| H A D | sentelic.c | 820 input_report_rel(dev, REL_WHEEL, in fsp_process_byte() 929 __set_bit(REL_WHEEL, dev->relbit); in fsp_set_input_params()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_mouse.py | 751 assert evdev.has(libevdev.EV_REL.REL_WHEEL) 767 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL, 1)) 776 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL, -1)) 787 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL, 3)) 853 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL, -3)) 930 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL, 1))
|
| /linux/drivers/input/misc/ |
| H A D | xen-kbdfront.c | 72 input_report_rel(info->ptr, REL_WHEEL, -motion->rel_z); in xenkbd_handle_motion_event() 85 input_report_rel(info->ptr, REL_WHEEL, -pos->rel_z); in xenkbd_handle_position_event() 313 input_set_capability(ptr, EV_REL, REL_WHEEL); in xenkbd_probe()
|
| /linux/drivers/input/tablet/ |
| H A D | wacom_serial4.c | 361 input_report_rel(wacom->dev, REL_WHEEL, z); in wacom_handle_packet() 570 __set_bit(REL_WHEEL, input_dev->relbit); in wacom_connect()
|
| H A D | aiptek.c | 286 REL_X, REL_Y, REL_WHEEL, 456 input_report_rel(inputdev, REL_WHEEL, in aiptek_irq()
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 194 * REL_WHEEL, REL_HWHEEL: 212 will be emitted in addition to REL_WHEEL or REL_HWHEEL. The REL_WHEEL 215 is a multiple of 120 at the time of an emulated REL_WHEEL or REL_HWHEEL 446 further buttons of the device. REL_WHEEL and REL_HWHEEL should be used to report
|
| /linux/drivers/char/ |
| H A D | sonypi.c | 786 input_report_rel(jog_dev, REL_WHEEL, 1); in sonypi_report_input_event() 792 input_report_rel(jog_dev, REL_WHEEL, -1); in sonypi_report_input_event() 1169 jog_dev->relbit[0] = BIT_MASK(REL_WHEEL); in sonypi_create_input_devices()
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 216 case REL_WHEEL: in mousedev_rel_event() 1016 .relbit = { BIT_MASK(REL_WHEEL) },
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 852 #define REL_WHEEL 0x08 824 #define REL_WHEEL global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 852 #define REL_WHEEL 0x08 macro
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 236 input_report_rel(dev, REL_WHEEL, sdata[3]); in hidp_input_report() 716 input->relbit[0] |= BIT_MASK(REL_WHEEL); in hidp_setup_input()
|
| /linux/drivers/input/keyboard/ |
| H A D | atkbd.c | 557 input_report_rel(dev, REL_WHEEL, in atkbd_receive_byte() 1209 input_dev->relbit[0] = BIT_MASK(REL_WHEEL) | in atkbd_set_device_attrs()
|
| /linux/drivers/platform/x86/ |
| H A D | sony-laptop.c | 390 input_report_rel(jog_dev, REL_WHEEL, 1); in sony_laptop_report_input_event() 396 input_report_rel(jog_dev, REL_WHEEL, -1); in sony_laptop_report_input_event() 502 input_set_capability(jog_dev, EV_REL, REL_WHEEL); in sony_laptop_setup_input()
|