/linux-6.1.9/drivers/hid/ |
D | hid-a4tech.c | 62 if (usage->type == EV_REL && usage->code == REL_WHEEL_HI_RES) { in a4_input_mapped() 85 if (usage->type == EV_REL && usage->code == REL_WHEEL_HI_RES) { in a4_event() 91 input_event(input, EV_REL, value ? REL_HWHEEL : in a4_event() 93 input_event(input, EV_REL, value ? REL_HWHEEL_HI_RES : in a4_event()
|
D | hid-speedlink.c | 64 { HID_GD_X, EV_REL, 0 }, 65 { HID_GD_Y, EV_REL, 1 },
|
D | hid-ezkey.c | 22 #define ez_map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c)) 55 if (usage->type == EV_REL && usage->code == REL_HWHEEL) { in ez_event()
|
D | hid-lenovo.c | 238 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_cptkbd() 241 hid_map_usage(hi, usage, bit, max, EV_REL, REL_WHEEL); in lenovo_input_mapping_cptkbd() 333 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_tpIIkbd() 336 hid_map_usage(hi, usage, bit, max, EV_REL, REL_WHEEL); in lenovo_input_mapping_tpIIkbd() 351 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_scrollpoint() 672 if (usage->type == EV_REL && (usage->code == REL_WHEEL || in lenovo_event_cptkbd() 1335 if (test_bit(EV_REL, hi->input->evbit)) { in lenovo_input_configured()
|
D | hid-cypress.c | 92 if (usage->type == EV_REL && usage->code == REL_WHEEL) in cp_input_mapped()
|
/linux-6.1.9/drivers/input/mouse/ |
D | gpio_mouse.c | 122 input_set_capability(input, EV_REL, REL_X); in gpio_mouse_probe() 123 input_set_capability(input, EV_REL, REL_Y); in gpio_mouse_probe()
|
D | pxa930_trkball.c | 204 input_set_capability(input, EV_REL, REL_X); in pxa930_trkball_probe() 205 input_set_capability(input, EV_REL, REL_Y); in pxa930_trkball_probe()
|
D | lifebook.c | 293 input_set_capability(dev2, EV_REL, REL_X); in lifebook_create_relative_device() 294 input_set_capability(dev2, EV_REL, REL_Y); in lifebook_create_relative_device()
|
D | atarimouse.c | 130 atamouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in atamouse_init()
|
D | rpcmouse.c | 78 rpcmouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in rpcmouse_init()
|
D | logips2pp.c | 291 input_set_capability(input_dev, EV_REL, REL_WHEEL); in ps2pp_set_model_properties() 294 input_set_capability(input_dev, EV_REL, REL_HWHEEL); in ps2pp_set_model_properties()
|
D | amimouse.c | 109 dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in amimouse_probe()
|
D | logibm.c | 137 logibm_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in logibm_init()
|
D | inport.c | 144 inport_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in inport_init()
|
D | maplemouse.c | 91 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in probe_maple_mouse()
|
/linux-6.1.9/Documentation/devicetree/bindings/input/ |
D | gpio-keys.yaml | 47 If linux,input-type is EV_ABS or EV_REL then this 49 EV_ABS/EV_REL axis will generate an event with a value of 0
|
D | input.yaml | 38 - 2 # EV_REL
|
/linux-6.1.9/drivers/input/misc/ |
D | xen-kbdfront.c | 310 input_set_capability(ptr, EV_REL, REL_X); in xenkbd_probe() 311 input_set_capability(ptr, EV_REL, REL_Y); in xenkbd_probe() 313 input_set_capability(ptr, EV_REL, REL_WHEEL); in xenkbd_probe()
|
/linux-6.1.9/Documentation/input/ |
D | uinput.rst | 135 ioctl(fd, UI_SET_EVBIT, EV_REL); 159 emit(fd, EV_REL, REL_X, 5); 160 emit(fd, EV_REL, REL_Y, 5);
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_lirc_mode2_user.c | 150 if (event.type == EV_REL && event.code == REL_Y && in main()
|
/linux-6.1.9/drivers/input/keyboard/ |
D | gpio_keys_polled.c | 51 if (type == EV_REL) { in gpio_keys_button_event() 111 input_event(input, EV_REL, i, 0); in gpio_keys_polled_poll()
|
D | pxa930_rotary.c | 140 __set_bit(EV_REL, input_dev->evbit); in pxa930_rotary_probe()
|
/linux-6.1.9/drivers/input/joystick/ |
D | a3d.c | 308 BIT_MASK(EV_REL); in a3d_connect() 335 input_dev->evbit[0] |= BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in a3d_connect()
|
D | warrior.c | 143 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) | in warrior_connect()
|
/linux-6.1.9/drivers/macintosh/ |
D | mac_hid.c | 50 mac_hid_emumouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in mac_hid_create_emumouse()
|