Home
last modified time | relevance | path

Searched refs:REL_WHEEL (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/hid/
H A Dhid-ezkey.c34 case 0x231: ez_map_rel(REL_WHEEL); break; in ez_input_mapping()
57 input_event(input, usage->type, REL_WHEEL, -value); in ez_event()
H A Dhid-cypress.c92 if (usage->type == EV_REL && usage->code == REL_WHEEL) in cp_input_mapped()
118 if (usage->code == REL_WHEEL && (quirks & CP_2WHEEL_MOUSE_HACK_ON)) { in cp_event()
H A Dhid-microsoft.c115 hid_map_usage_clear(hi, usage, bit, max, EV_REL, REL_WHEEL); in ms_ergonomy_kb_quirk()
250 input_report_rel(input, REL_WHEEL, step); in ms_event()
253 input_report_rel(input, REL_WHEEL, -step); in ms_event()
H A Dhid-a4tech.c92 REL_WHEEL, a4->delayed_value); in a4_event()
H A Dwacom_wac.c427 input_report_rel(input, REL_WHEEL, rw); in wacom_graphire_irq()
446 input_report_rel(pad_input, REL_WHEEL, rw); in wacom_graphire_irq()
968 input_report_rel(input, REL_WHEEL, ((data[7] & 0x80) >> 7) in wacom_intuos_general()
984 input_report_rel(input, REL_WHEEL, (data[8] & 0x01) in wacom_intuos_general()
2066 set_bit(REL_WHEEL, input->relbit); in wacom_wac_pad_usage_mapping()
2213 lowres_code = REL_WHEEL; in wacom_wac_pad_event()
3616 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_intuos()
3833 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_pen_input_capabilities()
4276 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_pad_input_capabilities()
H A Dhid-magicmouse.c313 input_report_rel(input, REL_WHEEL, step_y); in magicmouse_emit_touch()
574 __set_bit(REL_WHEEL, input->relbit); in magicmouse_setup_input()
H A Dhid-logitech-hidpp.c593 input_report_rel(input_dev, REL_WHEEL, low_res_value); in hidpp_scroll_counter_handle_scroll()
3320 __set_bit(REL_WHEEL, input_dev->relbit); in m560_populate_input()
3539 input_report_rel(hidpp->input, REL_WHEEL, value); in hidpp10_wheel_raw_event()
3552 __set_bit(REL_WHEEL, input_dev->relbit); in hidpp10_wheel_populate_input()
H A Dhid-input.c919 set_bit(REL_WHEEL, input->relbit); in hidinput_configure_usage()
1509 code = REL_WHEEL; in hidinput_handle_scroll()
H A Dhid-debug.c3503 [REL_WHEEL] = "Wheel", [REL_MISC] = "Misc",
/linux/drivers/input/mouse/
H A Dsermouse.c143 input_report_rel(dev, REL_WHEEL, (data & 8) - (data & 7)); in sermouse_process_ms()
165 input_report_rel(dev, data & 0x80 ? REL_HWHEEL : REL_WHEEL, (data & 7) - (data & 8)); in sermouse_process_ms()
259 if (c & 0x10) set_bit(REL_WHEEL, input_dev->relbit); in sermouse_connect()
H A Dmaplemouse.c45 input_report_rel(dev, REL_WHEEL, relz); in dc_mouse_callback()
95 BIT_MASK(REL_WHEEL); in probe_maple_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()
291 input_set_capability(input_dev, EV_REL, REL_WHEEL); in ps2pp_set_model_properties()
H A Dvmmouse.c169 input_report_rel(rel_dev, REL_WHEEL, -(s8)((u8) z)); in vmmouse_report_events()
451 input_set_capability(rel_dev, EV_REL, REL_WHEEL); in vmmouse_init()
H A Dsentelic.c820 input_report_rel(dev, REL_WHEEL, in fsp_process_byte()
929 __set_bit(REL_WHEEL, dev->relbit); in fsp_set_input_params()
/linux/drivers/hid/usbhid/
H A Dusbmouse.c76 input_report_rel(dev, REL_WHEEL, data[3]); in usb_mouse_irq()
173 input_dev->relbit[0] |= BIT_MASK(REL_WHEEL); in usb_mouse_probe()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py751 assert evdev.has(libevdev.EV_REL.REL_WHEEL)
767 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL, 1))
776 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL, -1))
787 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL, 3))
853 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL, -3))
930 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_WHEEL, 1))
/linux/drivers/input/misc/
H A Dxen-kbdfront.c72 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/drivers/input/tablet/
H A Dwacom_serial4.c361 input_report_rel(wacom->dev, REL_WHEEL, z); in wacom_handle_packet()
570 __set_bit(REL_WHEEL, input_dev->relbit); in wacom_connect()
/linux/Documentation/input/
H A Devent-codes.rst194 * REL_WHEEL, REL_HWHEEL:
212 will be emitted in addition to REL_WHEEL or REL_HWHEEL. The REL_WHEEL
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/drivers/char/
H A Dsonypi.c785 input_report_rel(jog_dev, REL_WHEEL, 1); in sonypi_report_input_event()
791 input_report_rel(jog_dev, REL_WHEEL, -1); in sonypi_report_input_event()
1166 jog_dev->relbit[0] = BIT_MASK(REL_WHEEL); in sonypi_create_input_devices()
/linux/drivers/input/
H A Dmousedev.c216 case REL_WHEEL: in mousedev_rel_event()
1016 .relbit = { BIT_MASK(REL_WHEEL) },
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h852 #define REL_WHEEL 0x08
824 #define REL_WHEEL global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h852 #define REL_WHEEL 0x08 macro
/linux/net/bluetooth/hidp/
H A Dcore.c226 input_report_rel(dev, REL_WHEEL, sdata[3]); in hidp_input_report()
700 input->relbit[0] |= BIT_MASK(REL_WHEEL); in hidp_setup_input()
/linux/Documentation/hid/
H A Dhidintro.rst367 # Event code 8 (REL_WHEEL)