Home
last modified time | relevance | path

Searched refs:REL_HWHEEL (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-a4tech.c63 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 Dhid-ezkey.c40 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 Dhid-cypress.c93 set_bit(REL_HWHEEL, *bit); in cp_input_mapped()
121 input_event(input, usage->type, REL_HWHEEL, value); in cp_event()
H A Dhid-lenovo.c212 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_cptkbd()
230 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_scrollpoint()
505 usage->code == REL_HWHEEL)) { in lenovo_event_cptkbd()
H A Dhid-magicmouse.c267 input_report_rel(input, REL_HWHEEL, -step_x); in magicmouse_emit_touch()
429 __set_bit(REL_HWHEEL, input->relbit); in magicmouse_setup_input()
H A Dhid-apple.c332 usage->code == REL_HWHEEL) { in apple_event()
428 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in apple_input_mapped()
H A Dhid-logitech-hidpp.c156 * low-resolution event (REL_WHEEL or REL_HWHEEL) was sent. Should
2782 input_report_rel(hidpp->input, REL_HWHEEL, -1); in m560_raw_event()
2786 input_report_rel(hidpp->input, REL_HWHEEL, 1); in m560_raw_event()
2822 __set_bit(REL_HWHEEL, input_dev->relbit); in m560_populate_input()
3044 input_report_rel(hidpp->input, REL_HWHEEL, hvalue); in hidpp10_wheel_raw_event()
3057 __set_bit(REL_HWHEEL, input_dev->relbit); in hidpp10_wheel_populate_input()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-a4tech.c63 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 Dhid-ezkey.c40 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 Dhid-cypress.c93 set_bit(REL_HWHEEL, *bit); in cp_input_mapped()
121 input_event(input, usage->type, REL_HWHEEL, value); in cp_event()
H A Dhid-lenovo.c243 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_cptkbd()
338 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_tpIIkbd()
356 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_scrollpoint()
728 usage->code == REL_HWHEEL)) { in lenovo_event_cptkbd()
H A Dhid-magicmouse.c297 input_report_rel(input, REL_HWHEEL, -step_x); in magicmouse_emit_touch()
541 __set_bit(REL_HWHEEL, input->relbit); in magicmouse_setup_input()
H A Dhid-apple.c552 usage->code == REL_HWHEEL) { in apple_event()
697 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in apple_input_mapped()
H A Dhid-logitech-hidpp.c169 * low-resolution event (REL_WHEEL or REL_HWHEEL) was sent. Should
3293 input_report_rel(hidpp->input, REL_HWHEEL, -1); in m560_raw_event()
3297 input_report_rel(hidpp->input, REL_HWHEEL, 1); in m560_raw_event()
3333 __set_bit(REL_HWHEEL, input_dev->relbit); in m560_populate_input()
3555 input_report_rel(hidpp->input, REL_HWHEEL, hvalue); in hidpp10_wheel_raw_event()
3568 __set_bit(REL_HWHEEL, input_dev->relbit); in hidpp10_wheel_populate_input()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dlogips2pp.c61 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 Dsermouse.c168 input_report_rel(dev, data & 0x80 ? REL_HWHEEL : REL_WHEEL, (data & 7) - (data & 8)); in sermouse_process_ms()
263 if (c & 0x20) set_bit(REL_HWHEEL, input_dev->relbit); in sermouse_connect()
H A Dsentelic.c822 input_report_rel(dev, REL_HWHEEL, lscroll - rscroll); in fsp_process_byte()
930 __set_bit(REL_HWHEEL, dev->relbit); in fsp_set_input_params()
H A Dpsmouse-base.c174 input_report_rel(dev, REL_HWHEEL, in psmouse_process_byte()
187 input_report_rel(dev, REL_HWHEEL, wheel / 2); in psmouse_process_byte()
639 __set_bit(REL_HWHEEL, psmouse->dev->relbit); in im_explorer_detect()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dlogips2pp.c61 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 Dsermouse.c165 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 Dsentelic.c822 input_report_rel(dev, REL_HWHEEL, lscroll - rscroll); in fsp_process_byte()
930 __set_bit(REL_HWHEEL, dev->relbit); in fsp_set_input_params()
H A Dpsmouse-base.c179 input_report_rel(dev, REL_HWHEEL, in psmouse_process_byte()
192 input_report_rel(dev, REL_HWHEEL, wheel / 2); in psmouse_process_byte()
636 __set_bit(REL_HWHEEL, psmouse->dev->relbit); in im_explorer_detect()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py739 assert evdev.has(libevdev.EV_REL.REL_HWHEEL)
758 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_HWHEEL, 1))
767 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_HWHEEL, -1))
780 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_HWHEEL, 3))
794 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_HWHEEL, 4))
957 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_HWHEEL, 1))
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h797 #define REL_HWHEEL 0x06 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput-event-codes.h797 #define REL_HWHEEL 0x06 macro

Completed in 69 milliseconds

12