/Linux-v4.19/drivers/hid/ |
D | hid-a4tech.c | 41 if (usage->type == EV_REL && usage->code == REL_WHEEL) in a4_input_mapped() 63 if (usage->type == EV_REL && usage->code == REL_WHEEL) { in a4_event() 70 REL_WHEEL, a4->delayed_value); in a4_event() 80 if (usage->code == REL_WHEEL && a4->hw_wheel) { in a4_event()
|
D | hid-ezkey.c | 37 case 0x231: ez_map_rel(REL_WHEEL); break; in ez_input_mapping() 60 input_event(input, usage->type, REL_WHEEL, -value); in ez_event()
|
D | hid-cypress.c | 63 if (usage->type == EV_REL && usage->code == REL_WHEEL) in cp_input_mapped() 89 if (usage->code == REL_WHEEL && (quirks & CP_2WHEEL_MOUSE_HACK_ON)) { in cp_event()
|
D | hid-microsoft.c | 88 hid_map_usage_clear(hi, usage, bit, max, EV_REL, REL_WHEEL); in ms_ergonomy_kb_quirk() 223 input_report_rel(input, REL_WHEEL, step); in ms_event() 226 input_report_rel(input, REL_WHEEL, -step); in ms_event()
|
D | hid-magicmouse.c | 252 input_report_rel(input, REL_WHEEL, step_y); in magicmouse_emit_touch() 380 __set_bit(REL_WHEEL, input->relbit); in magicmouse_setup_input()
|
D | hid-lenovo.c | 164 hid_map_usage(hi, usage, bit, max, EV_REL, REL_WHEEL); in lenovo_input_mapping_cptkbd() 366 if (usage->type == EV_REL && (usage->code == REL_WHEEL || in lenovo_event_cptkbd()
|
D | wacom_wac.c | 393 input_report_rel(input, REL_WHEEL, rw); in wacom_graphire_irq() 412 input_report_rel(pad_input, REL_WHEEL, rw); in wacom_graphire_irq() 917 input_report_rel(input, REL_WHEEL, ((data[7] & 0x80) >> 7) in wacom_intuos_general() 933 input_report_rel(input, REL_WHEEL, (data[8] & 0x01) in wacom_intuos_general() 3319 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_intuos() 3518 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_pen_input_capabilities() 3942 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_pad_input_capabilities()
|
/Linux-v4.19/drivers/input/mouse/ |
D | sermouse.c | 158 input_report_rel(dev, REL_WHEEL, (data & 8) - (data & 7)); in sermouse_process_ms() 180 input_report_rel(dev, data & 0x80 ? REL_HWHEEL : REL_WHEEL, (data & 7) - (data & 8)); in sermouse_process_ms() 274 if (c & 0x10) set_bit(REL_WHEEL, input_dev->relbit); in sermouse_connect()
|
D | maplemouse.c | 44 input_report_rel(dev, REL_WHEEL, relz); in dc_mouse_callback() 94 BIT_MASK(REL_WHEEL); in probe_maple_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() 294 input_set_capability(input_dev, EV_REL, REL_WHEEL); in ps2pp_set_model_properties()
|
D | vmmouse.c | 198 input_report_rel(rel_dev, REL_WHEEL, -(s8)((u8) z)); in vmmouse_report_events() 473 input_set_capability(rel_dev, EV_REL, REL_WHEEL); in vmmouse_init()
|
D | psmouse-base.c | 167 input_report_rel(dev, REL_WHEEL, -(s8) packet[3]); in psmouse_process_byte() 174 input_report_rel(dev, REL_WHEEL, in psmouse_process_byte() 193 input_report_rel(dev, REL_WHEEL, -wheel); in psmouse_process_byte() 203 input_report_rel(dev, REL_WHEEL, -(s8) packet[3]); in psmouse_process_byte() 566 __set_bit(REL_WHEEL, psmouse->dev->relbit); in genius_detect() 597 __set_bit(REL_WHEEL, psmouse->dev->relbit); in intellimouse_detect() 640 __set_bit(REL_WHEEL, psmouse->dev->relbit); in im_explorer_detect()
|
D | sentelic.c | 833 input_report_rel(dev, REL_WHEEL, in fsp_process_byte() 942 __set_bit(REL_WHEEL, dev->relbit); in fsp_set_input_params()
|
/Linux-v4.19/drivers/hid/usbhid/ |
D | usbmouse.c | 88 input_report_rel(dev, REL_WHEEL, data[3]); in usb_mouse_irq() 185 input_dev->relbit[0] |= BIT_MASK(REL_WHEEL); in usb_mouse_probe()
|
/Linux-v4.19/drivers/input/misc/ |
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-v4.19/drivers/staging/unisys/visorinput/ |
D | visorinput.c | 393 input_set_capability(visorinput_dev, EV_REL, REL_WHEEL); in setup_client_mouse() 680 input_report_rel(visorinput_dev, REL_WHEEL, 1); in visorinput_channel_interrupt() 684 input_report_rel(visorinput_dev, REL_WHEEL, -1); in visorinput_channel_interrupt()
|
/Linux-v4.19/drivers/input/tablet/ |
D | wacom_serial4.c | 364 input_report_rel(wacom->dev, REL_WHEEL, z); in wacom_handle_packet() 573 __set_bit(REL_WHEEL, input_dev->relbit); in wacom_connect()
|
D | aiptek.c | 331 REL_X, REL_Y, REL_WHEEL, 501 input_report_rel(inputdev, REL_WHEEL, in aiptek_irq()
|
/Linux-v4.19/drivers/char/ |
D | sonypi.c | 798 input_report_rel(jog_dev, REL_WHEEL, 1); in sonypi_report_input_event() 804 input_report_rel(jog_dev, REL_WHEEL, -1); in sonypi_report_input_event() 1180 jog_dev->relbit[0] = BIT_MASK(REL_WHEEL); in sonypi_create_input_devices()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 709 #define REL_WHEEL 0x08 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 709 #define REL_WHEEL 0x08 macro
|
/Linux-v4.19/drivers/input/ |
D | mousedev.c | 219 case REL_WHEEL: in mousedev_rel_event() 1019 .relbit = { BIT_MASK(REL_WHEEL) },
|
/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 | 524 input_report_rel(dev, REL_WHEEL, in atkbd_interrupt() 1108 input_dev->relbit[0] = BIT_MASK(REL_WHEEL) | in atkbd_set_device_attrs()
|
/Linux-v4.19/net/bluetooth/hidp/ |
D | core.c | 221 input_report_rel(dev, REL_WHEEL, sdata[3]); in hidp_input_report() 695 input->relbit[0] |= BIT_MASK(REL_WHEEL); in hidp_setup_input()
|