Searched refs:REL_HWHEEL (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-a4tech.c | 63 set_bit(REL_HWHEEL, *bit); in a4_input_mapped() 91 input_event(input, EV_REL, value ? REL_HWHEEL : in a4_event() 105 input_event(input, usage->type, REL_HWHEEL, value); in a4_event()
|
| H A D | hid-ezkey.c | 40 case 0x232: ez_map_rel(REL_HWHEEL); break; in ez_input_mapping() 55 if (usage->type == EV_REL && usage->code == REL_HWHEEL) { in ez_event()
|
| H A D | hid-lg.c | 727 if ((drv_data->quirks & LG_INVERT_HWHEEL) && usage->code == REL_HWHEEL) { in lg_event()
|
| H A D | hid-debug.c | 3502 [REL_HWHEEL] = "HWheel", [REL_DIAL] = "Dial",
|
| /linux/drivers/input/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() 294 input_set_capability(input_dev, EV_REL, REL_HWHEEL); in ps2pp_set_model_properties()
|
| H A D | sermouse.c | 165 input_report_rel(dev, data & 0x80 ? REL_HWHEEL : REL_WHEEL, (data & 7) - (data & 8)); in sermouse_process_ms() 260 if (c & 0x20) set_bit(REL_HWHEEL, input_dev->relbit); in sermouse_connect()
|
| H A D | sentelic.c | 822 input_report_rel(dev, REL_HWHEEL, lscroll - rscroll); in fsp_process_byte() 930 __set_bit(REL_HWHEEL, dev->relbit); in fsp_set_input_params()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_mouse.py | 801 assert evdev.has(libevdev.EV_REL.REL_HWHEEL) 820 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_HWHEEL, 1)) 829 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_HWHEEL, -1)) 842 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_HWHEEL, 3)) 856 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_HWHEEL, 4)) 1019 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_HWHEEL, 1))
|
| /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 213 and REL_HWHEEL may be an approximation based on the high-resolution 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/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 850 #define REL_HWHEEL 0x06 822 #define REL_HWHEEL global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 850 #define REL_HWHEEL 0x06 macro
|
| /linux/drivers/input/keyboard/ |
| H A D | atkbd.c | 559 input_report_rel(dev, REL_HWHEEL, hscroll); in atkbd_receive_byte() 1210 BIT_MASK(REL_HWHEEL); in atkbd_set_device_attrs()
|