Home
last modified time | relevance | path

Searched refs:REL_HWHEEL (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/drivers/hid/
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()
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()
Dhid-cypress.c93 set_bit(REL_HWHEEL, *bit); in cp_input_mapped()
121 input_event(input, usage->type, REL_HWHEEL, value); in cp_event()
Dhid-lenovo.c238 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_cptkbd()
333 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_tpIIkbd()
351 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_scrollpoint()
673 usage->code == REL_HWHEEL)) { in lenovo_event_cptkbd()
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()
Dhid-lg.c727 if ((drv_data->quirks & LG_INVERT_HWHEEL) && usage->code == REL_HWHEEL) { in lg_event()
Dhid-apple.c518 usage->code == REL_HWHEEL) { in apple_event()
663 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in apple_input_mapped()
Dhid-logitech-hidpp.c3017 input_report_rel(hidpp->input, REL_HWHEEL, -1); in m560_raw_event()
3021 input_report_rel(hidpp->input, REL_HWHEEL, 1); in m560_raw_event()
3057 __set_bit(REL_HWHEEL, input_dev->relbit); in m560_populate_input()
3279 input_report_rel(hidpp->input, REL_HWHEEL, hvalue); in hidpp10_wheel_raw_event()
3292 __set_bit(REL_HWHEEL, input_dev->relbit); in hidpp10_wheel_populate_input()
Dhid-debug.c1000 [REL_HWHEEL] = "HWheel", [REL_DIAL] = "Dial",
Dhid-input.c1174 set_bit(REL_HWHEEL, input->relbit); in hidinput_configure_usage()
1404 code = REL_HWHEEL; in hidinput_handle_scroll()
/linux-6.1.9/drivers/input/mouse/
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()
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()
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()
Dpsmouse-base.c172 input_report_rel(dev, REL_HWHEEL, in psmouse_process_byte()
185 input_report_rel(dev, REL_HWHEEL, wheel / 2); in psmouse_process_byte()
637 __set_bit(REL_HWHEEL, psmouse->dev->relbit); in im_explorer_detect()
/linux-6.1.9/Documentation/input/
Devent-codes.rst194 * 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
415 further buttons of the device. REL_WHEEL and REL_HWHEEL should be used to report
/linux-6.1.9/include/uapi/linux/
Dinput-event-codes.h818 #define REL_HWHEEL 0x06 macro
/linux-6.1.9/include/dt-bindings/input/
Dlinux-event-codes.h818 #define REL_HWHEEL 0x06 macro
/linux-6.1.9/drivers/input/keyboard/
Datkbd.c555 input_report_rel(dev, REL_HWHEEL, hscroll); in atkbd_interrupt()
1172 BIT_MASK(REL_HWHEEL); in atkbd_set_device_attrs()