Searched refs:REL_HWHEEL (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | hid-a4tech.c | 42 set_bit(REL_HWHEEL, *bit); in a4_input_mapped() 69 input_event(input, EV_REL, value ? REL_HWHEEL : in a4_event() 81 input_event(input, usage->type, REL_HWHEEL, value); in a4_event()
|
D | hid-ezkey.c | 43 case 0x232: ez_map_rel(REL_HWHEEL); break; in ez_input_mapping() 58 if (usage->type == EV_REL && usage->code == REL_HWHEEL) { in ez_event()
|
D | hid-cypress.c | 64 set_bit(REL_HWHEEL, *bit); in cp_input_mapped() 92 input_event(input, usage->type, REL_HWHEEL, value); in cp_event()
|
D | hid-lenovo.c | 161 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_cptkbd() 179 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_scrollpoint() 367 usage->code == REL_HWHEEL)) { in lenovo_event_cptkbd()
|
D | hid-magicmouse.c | 244 input_report_rel(input, REL_HWHEEL, -step_x); in magicmouse_emit_touch() 381 __set_bit(REL_HWHEEL, input->relbit); in magicmouse_setup_input()
|
D | hid-apple.c | 282 usage->code == REL_HWHEEL) { in apple_event() 359 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in apple_input_mapped()
|
D | hid-lg.c | 692 if ((drv_data->quirks & LG_INVERT_HWHEEL) && usage->code == REL_HWHEEL) { in lg_event()
|
D | hid-logitech-hidpp.c | 2391 input_report_rel(mydata->input, REL_HWHEEL, -1); in m560_raw_event() 2393 input_report_rel(mydata->input, REL_HWHEEL, 1); in m560_raw_event() 2428 __set_bit(REL_HWHEEL, mydata->input->relbit); in m560_populate_input()
|
D | hid-debug.c | 964 [REL_HWHEEL] = "HWheel", [REL_DIAL] = "Dial",
|
D | hid-input.c | 1007 case 0x238: map_rel(REL_HWHEEL); break; in hidinput_configure_usage()
|
/Linux-v4.19/drivers/input/mouse/ |
D | logips2pp.c | 64 packet[2] & 0x80 ? REL_HWHEEL : REL_WHEEL, in ps2pp_process_byte() 84 packet[2] & 0x08 ? REL_HWHEEL : REL_WHEEL, in ps2pp_process_byte() 297 input_set_capability(input_dev, EV_REL, REL_HWHEEL); in ps2pp_set_model_properties()
|
D | sermouse.c | 180 input_report_rel(dev, data & 0x80 ? REL_HWHEEL : REL_WHEEL, (data & 7) - (data & 8)); in sermouse_process_ms() 275 if (c & 0x20) set_bit(REL_HWHEEL, input_dev->relbit); in sermouse_connect()
|
D | sentelic.c | 835 input_report_rel(dev, REL_HWHEEL, lscroll - rscroll); in fsp_process_byte() 943 __set_bit(REL_HWHEEL, dev->relbit); in fsp_set_input_params()
|
D | psmouse-base.c | 178 input_report_rel(dev, REL_HWHEEL, in psmouse_process_byte() 191 input_report_rel(dev, REL_HWHEEL, wheel / 2); in psmouse_process_byte() 641 __set_bit(REL_HWHEEL, psmouse->dev->relbit); in im_explorer_detect()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 707 #define REL_HWHEEL 0x06 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 707 #define REL_HWHEEL 0x06 macro
|
/Linux-v4.19/Documentation/input/ |
D | event-codes.rst | 190 * REL_WHEEL, REL_HWHEEL: 371 further buttons of the device. REL_WHEEL and REL_HWHEEL should be used to report
|
/Linux-v4.19/drivers/input/keyboard/ |
D | atkbd.c | 526 input_report_rel(dev, REL_HWHEEL, hscroll); in atkbd_interrupt() 1109 BIT_MASK(REL_HWHEEL); in atkbd_set_device_attrs()
|