Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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 Dhid-magicmouse.c275 input_report_rel(input, REL_WHEEL, step_y); in magicmouse_emit_touch()
428 __set_bit(REL_WHEEL, input->relbit); in magicmouse_setup_input()
H A Dhid-lenovo.c210 hid_map_usage(hi, usage, bit, max, EV_REL, REL_WHEEL); in lenovo_input_mapping_cptkbd()
482 if (usage->type == EV_REL && (usage->code == REL_WHEEL || in lenovo_event_cptkbd()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dsermouse.c146 input_report_rel(dev, REL_WHEEL, (data & 8) - (data & 7)); in sermouse_process_ms()
168 input_report_rel(dev, data & 0x80 ? REL_HWHEEL : REL_WHEEL, (data & 7) - (data & 8)); in sermouse_process_ms()
262 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.c195 input_report_rel(rel_dev, REL_WHEEL, -(s8)((u8) z)); in vmmouse_report_events()
470 input_set_capability(rel_dev, EV_REL, REL_WHEEL); in vmmouse_init()
H A Dpsmouse-base.c163 input_report_rel(dev, REL_WHEEL, -(s8) packet[3]); in psmouse_process_byte()
170 input_report_rel(dev, REL_WHEEL, in psmouse_process_byte()
189 input_report_rel(dev, REL_WHEEL, -wheel); in psmouse_process_byte()
199 input_report_rel(dev, REL_WHEEL, -(s8) packet[3]); in psmouse_process_byte()
564 __set_bit(REL_WHEEL, psmouse->dev->relbit); in genius_detect()
595 __set_bit(REL_WHEEL, psmouse->dev->relbit); in intellimouse_detect()
638 __set_bit(REL_WHEEL, psmouse->dev->relbit); in im_explorer_detect()
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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/staging/unisys/visorinput/
H A Dvisorinput.c393 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()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-common.c136 case REL_WHEEL: in usbRead()
210 case REL_WHEEL: in usbPrint()
/OK3568_Linux_fs/kernel/Documentation/input/
H A Devent-codes.rst190 * REL_WHEEL, REL_HWHEEL:
208 will be emitted in addition to REL_WHEEL or REL_HWHEEL. The REL_WHEEL
211 is a multiple of 120 at the time of an emulated REL_WHEEL or REL_HWHEEL
390 further buttons of the device. REL_WHEEL and REL_HWHEEL should be used to report
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dev.c158 case REL_WHEEL: in main()
/OK3568_Linux_fs/kernel/drivers/char/
H A Dsonypi.c784 input_report_rel(jog_dev, REL_WHEEL, 1); in sonypi_report_input_event()
790 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput-event-codes.h709 #define REL_WHEEL 0x08 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput-event-codes.h709 #define REL_WHEEL 0x08 macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h673 #define REL_WHEEL 0x08 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h640 #define REL_WHEEL 0x08 macro
/OK3568_Linux_fs/kernel/drivers/input/
H A Dmousedev.c216 case REL_WHEEL: in mousedev_rel_event()
1016 .relbit = { BIT_MASK(REL_WHEEL) },

12