/linux-4.1.27/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() 69 input_event(input, EV_REL, value ? REL_HWHEEL : in a4_event()
|
D | hid-speedlink.c | 67 { HID_GD_X, EV_REL, 0 }, 68 { HID_GD_Y, EV_REL, 1 },
|
D | hid-ezkey.c | 25 #define ez_map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c)) 58 if (usage->type == EV_REL && usage->code == REL_HWHEEL) { in ez_event()
|
D | hid-cypress.c | 64 if (usage->type == EV_REL && usage->code == REL_WHEEL) in cp_input_mapped()
|
D | hid-microsoft.c | 95 hid_map_usage_clear(hi, usage, bit, max, EV_REL, REL_WHEEL); in ms_ergonomy_kb_quirk()
|
D | hid-lenovo.c | 120 hid_map_usage(hi, usage, bit, max, EV_REL, 0x06); in lenovo_input_mapping_cptkbd() 123 hid_map_usage(hi, usage, bit, max, EV_REL, 0x08); in lenovo_input_mapping_cptkbd()
|
D | hid-debug.c | 730 [EV_REL] = "Relative", [EV_ABS] = "Absolute", 1015 [EV_REL] = relatives, [EV_ABS] = absolutes,
|
D | hid-lg.c | 615 usage->type == EV_REL || usage->type == EV_ABS)) in lg_input_mapped()
|
D | hid-magicmouse.c | 375 __set_bit(EV_REL, input->evbit); in magicmouse_setup_input()
|
D | hid-apple.c | 356 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in apple_input_mapped()
|
D | hid-ntrig.c | 557 if (usage->type == EV_KEY || usage->type == EV_REL in ntrig_input_mapped()
|
D | wacom_wac.c | 2153 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_intuos() 2271 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_pentouch_input_capabilities() 2488 input_set_capability(input_dev, EV_REL, REL_WHEEL); in wacom_setup_pad_input_capabilities()
|
D | hid-logitech-hidpp.c | 718 __clear_bit(EV_REL, input_dev->evbit); in wtp_populate_input()
|
D | hid-input.c | 64 #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c))
|
/linux-4.1.27/drivers/input/mouse/ |
D | gpio_mouse.c | 115 input_set_capability(input, EV_REL, REL_X); in gpio_mouse_probe() 116 input_set_capability(input, EV_REL, REL_Y); in gpio_mouse_probe()
|
D | pxa930_trkball.c | 210 input_set_capability(input, EV_REL, REL_X); in pxa930_trkball_probe() 211 input_set_capability(input, EV_REL, REL_Y); in pxa930_trkball_probe()
|
D | atarimouse.c | 135 atamouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in atamouse_init()
|
D | rpcmouse.c | 81 rpcmouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in rpcmouse_init()
|
D | amimouse.c | 113 dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in amimouse_probe()
|
D | logibm.c | 156 logibm_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in logibm_init()
|
D | maplemouse.c | 91 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in probe_maple_mouse()
|
D | inport.c | 163 inport_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in inport_init()
|
D | lifebook.c | 297 dev2->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in lifebook_create_relative_device()
|
D | alps.c | 1355 input_set_capability(dev3, EV_REL, REL_X); in alps_register_bare_ps2_mouse() 1356 input_set_capability(dev3, EV_REL, REL_Y); in alps_register_bare_ps2_mouse() 2870 __clear_bit(EV_REL, dev1->evbit); in alps_init() 2888 dev1->evbit[BIT_WORD(EV_REL)] |= BIT_MASK(EV_REL); in alps_init() 2936 input_set_capability(dev2, EV_REL, REL_X); in alps_init() 2937 input_set_capability(dev2, EV_REL, REL_Y); in alps_init()
|
D | sermouse.c | 268 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in sermouse_connect()
|
D | focaltech.c | 322 __clear_bit(EV_REL, dev->evbit); in focaltech_set_input_params()
|
D | vmmouse.c | 490 input_set_capability(rel_dev, EV_REL, REL_WHEEL); in vmmouse_init()
|
D | vsxxxaa.c | 491 __set_bit(EV_REL, input_dev->evbit); in vsxxxaa_connect()
|
D | synaptics_i2c.c | 511 __set_bit(EV_REL, input->evbit); in synaptics_i2c_set_input_params()
|
D | synaptics_usb.c | 387 __set_bit(EV_REL, input_dev->evbit); in synusb_probe()
|
D | elantech.c | 1178 __clear_bit(EV_REL, dev->evbit); in elantech_set_input_params() 1695 tp_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in elantech_init()
|
D | synaptics.c | 1184 __set_bit(EV_REL, dev->evbit); in set_input_params() 1242 __clear_bit(EV_REL, dev->evbit); in set_input_params()
|
D | cypress_ps2.c | 408 __clear_bit(EV_REL, input->evbit); in cypress_set_input_params()
|
D | sentelic.c | 966 __clear_bit(EV_REL, dev->evbit); in fsp_set_input_params()
|
D | hgpk.c | 563 __set_bit(EV_REL, input->evbit); in hgpk_setup_input_device()
|
D | psmouse-base.c | 718 __set_bit(EV_REL, input_dev->evbit); in psmouse_apply_defaults()
|
/linux-4.1.27/drivers/input/misc/ |
D | xen-kbdfront.c | 174 input_set_capability(ptr, EV_REL, REL_X); in xenkbd_probe() 175 input_set_capability(ptr, EV_REL, REL_Y); in xenkbd_probe() 177 input_set_capability(ptr, EV_REL, REL_WHEEL); in xenkbd_probe()
|
D | ati_remote2.c | 336 input_event(idev, EV_REL, REL_X, (s8) data[1]); in ati_remote2_input_mouse() 337 input_event(idev, EV_REL, REL_Y, (s8) data[2]); in ati_remote2_input_mouse() 585 idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP) | BIT_MASK(EV_REL); in ati_remote2_input_init()
|
D | rotary_encoder.c | 229 input->evbit[0] = BIT_MASK(EV_REL); in rotary_encoder_probe()
|
D | bfin_rotary.c | 209 __set_bit(EV_REL, input->evbit); in bfin_rotary_probe()
|
D | powermate.c | 368 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) | in powermate_probe()
|
D | adxl34x.c | 762 if (ac->pdata.ev_type == EV_REL) { in adxl34x_probe()
|
/linux-4.1.27/drivers/input/joystick/ |
D | a3d.c | 327 BIT_MASK(EV_REL); in a3d_connect() 354 input_dev->evbit[0] |= BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in a3d_connect()
|
D | warrior.c | 162 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) | in warrior_connect()
|
D | gamecon.c | 855 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in gc_setup_pad()
|
/linux-4.1.27/Documentation/input/ |
D | event-codes.txt | 34 * EV_REL: 150 EV_REL: 152 EV_REL events describe relative changes in a property. For example, a mouse may 155 instead of EV_REL codes. 157 A few EV_REL codes have special meanings:
|
D | input-programming.txt | 182 In addition to EV_KEY, there are two more basic event types: EV_REL and 190 Having the device report EV_REL buttons is as simple as with EV_KEY, simply
|
D | input.txt | 281 Type is for example EV_REL for relative moment, EV_KEY for a keypress or 288 EV_REL, absolute new value for EV_ABS (joysticks ...), or 0 for EV_KEY for
|
/linux-4.1.27/drivers/macintosh/ |
D | mac_hid.c | 49 mac_hid_emumouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in mac_hid_create_emumouse()
|
D | adbhid.c | 848 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in adbhid_input_register()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | pxa930_rotary.c | 145 __set_bit(EV_REL, input_dev->evbit); in pxa930_rotary_probe()
|
D | goldfish_events.c | 159 events_import_bits(edev, input_dev->relbit, EV_REL, REL_MAX); in events_probe()
|
D | hil_kbd.c | 366 input_dev->evbit[0] = BIT_MASK(EV_REL); in hil_dev_pointer_setup()
|
D | pxa27x_keypad.c | 797 input_dev->evbit[0] |= BIT_MASK(EV_REL); in pxa27x_keypad_probe()
|
D | atkbd.c | 1107 input_dev->evbit[0] |= BIT_MASK(EV_REL); in atkbd_set_device_attrs()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | usbmouse.c | 180 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in usb_mouse_probe()
|
/linux-4.1.27/drivers/input/ |
D | mousedev.c | 369 case EV_REL: in mousedev_event() 1010 .evbit = { BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) }, 1018 .evbit = { BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) },
|
D | input.c | 320 case EV_REL: in input_get_disposition() 1156 if (test_bit(EV_REL, dev->evbit)) in input_devices_seq_show() 1601 if (test_bit(EV_REL, dev->evbit)) in input_dev_uevent() 1916 case EV_REL: in input_set_capability() 1994 if (test_bit(EV_REL, dev->evbit)) { in input_estimate_events_per_packet()
|
D | evdev.c | 688 case EV_REL: bits = dev->relbit; len = REL_MAX; break; in handle_eviocgbit()
|
/linux-4.1.27/include/linux/ |
D | input.h | 394 input_event(dev, EV_REL, code, value); in input_report_rel()
|
D | hid.h | 881 case EV_REL: in hid_map_usage()
|
/linux-4.1.27/drivers/media/rc/ |
D | ir-mce_kbd-decoder.c | 381 set_bit(EV_REL, idev->evbit); in ir_mce_kbd_register()
|
D | ati_remote.c | 735 idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in ati_remote_input_init()
|
D | imon.c | 2029 idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP) | BIT_MASK(EV_REL); in imon_init_idev()
|
/linux-4.1.27/drivers/virtio/ |
D | virtio_input.c | 269 virtinput_cfg_bits(vi, VIRTIO_INPUT_CFG_EV_BITS, EV_REL, in virtinput_probe()
|
/linux-4.1.27/drivers/input/tablet/ |
D | wacom_serial4.c | 544 BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS) | BIT_MASK(EV_REL); in wacom_connect()
|
D | aiptek.c | 330 EV_KEY, EV_ABS, EV_REL, EV_MSC,
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 180 #define EV_REL 0x02 macro
|
/linux-4.1.27/drivers/char/ |
D | sonypi.c | 1178 jog_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in sonypi_create_input_devices()
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | core.c | 688 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in hidp_setup_input()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | cyttsp4_core.c | 1888 __set_bit(EV_REL, md->input->evbit); in cyttsp4_setup_input_device()
|
/linux-4.1.27/drivers/platform/x86/ |
D | sony-laptop.c | 517 input_set_capability(jog_dev, EV_REL, REL_WHEEL); in sony_laptop_setup_input()
|