Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/hid/
H A 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()
H A 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()
H A Dhid-cypress.c93 set_bit(REL_HWHEEL, *bit); in cp_input_mapped()
121 input_event(input, usage->type, REL_HWHEEL, value); in cp_event()
H A Dhid-lenovo.c207 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_cptkbd()
225 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_scrollpoint()
483 usage->code == REL_HWHEEL)) { in lenovo_event_cptkbd()
H A Dhid-magicmouse.c267 input_report_rel(input, REL_HWHEEL, -step_x); in magicmouse_emit_touch()
429 __set_bit(REL_HWHEEL, input->relbit); in magicmouse_setup_input()
H A Dhid-apple.c308 usage->code == REL_HWHEEL) { in apple_event()
401 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in apple_input_mapped()
H A Dhid-lg.c747 if ((drv_data->quirks & LG_INVERT_HWHEEL) && usage->code == REL_HWHEEL) { in lg_event()
H A Dhid-logitech-hidpp.c2743 input_report_rel(hidpp->input, REL_HWHEEL, -1); in m560_raw_event()
2747 input_report_rel(hidpp->input, REL_HWHEEL, 1); in m560_raw_event()
2783 __set_bit(REL_HWHEEL, input_dev->relbit); in m560_populate_input()
3005 input_report_rel(hidpp->input, REL_HWHEEL, hvalue); in hidpp10_wheel_raw_event()
3018 __set_bit(REL_HWHEEL, input_dev->relbit); in hidpp10_wheel_populate_input()
H A Dhid-input.c1040 set_bit(REL_HWHEEL, input->relbit); in hidinput_configure_usage()
1261 code = REL_HWHEEL; in hidinput_handle_scroll()
H A Dhid-debug.c951 [REL_HWHEEL] = "HWheel", [REL_DIAL] = "Dial",
/OK3568_Linux_fs/kernel/drivers/input/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()
294 input_set_capability(input_dev, EV_REL, REL_HWHEEL); in ps2pp_set_model_properties()
H A Dsermouse.c168 input_report_rel(dev, data & 0x80 ? REL_HWHEEL : REL_WHEEL, (data & 7) - (data & 8)); in sermouse_process_ms()
263 if (c & 0x20) set_bit(REL_HWHEEL, input_dev->relbit); in sermouse_connect()
H A 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()
H A Dpsmouse-base.c174 input_report_rel(dev, REL_HWHEEL, in psmouse_process_byte()
187 input_report_rel(dev, REL_HWHEEL, wheel / 2); in psmouse_process_byte()
639 __set_bit(REL_HWHEEL, psmouse->dev->relbit); in im_explorer_detect()
/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
209 and REL_HWHEEL may be an approximation based on the high-resolution
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/external/xserver/hw/dmx/examples/
H A Dev.c152 case REL_HWHEEL: in main()
/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.h707 #define REL_HWHEEL 0x06 macro
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-common.c204 case REL_HWHEEL: in usbPrint()
/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.h707 #define REL_HWHEEL 0x06 macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h671 #define REL_HWHEEL 0x06 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h638 #define REL_HWHEEL 0x06 macro
H A Dlinux-event-codes.h797 #define REL_HWHEEL 0x06 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h797 #define REL_HWHEEL 0x06 macro
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Datkbd.c565 input_report_rel(dev, REL_HWHEEL, hscroll); in atkbd_interrupt()
1184 BIT_MASK(REL_HWHEEL); in atkbd_set_device_attrs()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dbma2xx.c39 #define HIGH_G_INTERRUPT REL_HWHEEL

12