Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-a4tech.c65 if (usage->type == EV_REL && usage->code == REL_WHEEL) in a4_input_mapped()
86 if (usage->type == EV_REL && usage->code == REL_WHEEL) { in a4_event()
93 REL_WHEEL, a4->delayed_value); in a4_event()
103 if (usage->code == REL_WHEEL && a4->hw_wheel) { in a4_event()
Dhid-ezkey.c37 case 0x231: ez_map_rel(REL_WHEEL); break; in ez_input_mapping()
60 input_event(input, usage->type, REL_WHEEL, -value); in ez_event()
Dhid-cypress.c95 if (usage->type == EV_REL && usage->code == REL_WHEEL) in cp_input_mapped()
121 if (usage->code == REL_WHEEL && (quirks & CP_2WHEEL_MOUSE_HACK_ON)) { in cp_event()
Dhid-microsoft.c88 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()
Dhid-magicmouse.c252 input_report_rel(input, REL_WHEEL, step_y); in magicmouse_emit_touch()
380 __set_bit(REL_WHEEL, input->relbit); in magicmouse_setup_input()
Dhid-lenovo.c164 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()
Dwacom_wac.c431 input_report_rel(input, REL_WHEEL, rw); in wacom_graphire_irq()
450 input_report_rel(pad_input, REL_WHEEL, rw); in wacom_graphire_irq()
957 input_report_rel(input, REL_WHEEL, ((data[7] & 0x80) >> 7) in wacom_intuos_general()
973 input_report_rel(input, REL_WHEEL, (data[8] & 0x01) in wacom_intuos_general()
3438 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_intuos()
3655 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_pen_input_capabilities()
4081 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_pad_input_capabilities()
Dhid-debug.c962 [REL_WHEEL] = "Wheel", [REL_MISC] = "Misc",
Dhid-logitech-hidpp.c2478 input_report_rel(mydata->input, REL_WHEEL, v); in m560_raw_event()
2503 __set_bit(REL_WHEEL, mydata->input->relbit); in m560_populate_input()
/linux-4.19.296/drivers/hid/usbhid/
Dusbmouse.c88 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-4.19.296/drivers/char/
Dsonypi.c798 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-4.19.296/include/uapi/linux/
Dinput-event-codes.h710 #define REL_WHEEL 0x08 macro
/linux-4.19.296/include/dt-bindings/input/
Dlinux-event-codes.h710 #define REL_WHEEL 0x08 macro
/linux-4.19.296/drivers/media/rc/
Dimon.c1337 input_report_rel(ictx->idev, REL_WHEEL, dir); in imon_mouse_event()
2013 BIT_MASK(REL_WHEEL); in imon_init_idev()