Home
last modified time | relevance | path

Searched full:ev_rel (Results 1 – 25 of 107) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-a4tech.c62 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()
H A Dhid-speedlink.c64 { HID_GD_X, EV_REL, 0 },
65 { HID_GD_Y, EV_REL, 1 },
H A Dhid-ezkey.c22 #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()
H A Dhid-lenovo.c207 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_cptkbd()
210 hid_map_usage(hi, usage, bit, max, EV_REL, REL_WHEEL); in lenovo_input_mapping_cptkbd()
225 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL); in lenovo_input_mapping_scrollpoint()
482 if (usage->type == EV_REL && (usage->code == REL_WHEEL || in lenovo_event_cptkbd()
1121 if (test_bit(EV_REL, hi->input->evbit)) { in lenovo_input_configured()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-common.c124 case EV_REL: in usbRead()
188 case EV_REL: in usbPrint()
191 ioctl(priv->fd, EVIOCGBIT(EV_REL, sizeof(bits)), bits); in usbPrint()
400 case EV_REL: in usbInit()
402 ioctl(priv->fd, EVIOCGBIT(EV_REL, sizeof(bits)), bits); in usbInit()
438 if (test_bit(EV_REL) && test_bit(EV_KEY)) in usbInit()
446 if (!(test_bit(EV_REL) && test_bit(EV_KEY)) in usbInit()
/OK3568_Linux_fs/kernel/Documentation/input/
H A Devent-codes.rst44 * EV_REL:
180 EV_REL section in Event codes
183 EV_REL events describe relative changes in a property. For example, a mouse may
186 instead of EV_REL codes.
188 A few EV_REL codes have special meanings:
H A Duinput.rst135 ioctl(fd, UI_SET_EVBIT, EV_REL);
159 emit(fd, EV_REL, REL_X, 5);
160 emit(fd, EV_REL, REL_Y, 5);
H A Dinput.rst271 Type is for example EV_REL for relative moment, EV_KEY for a keypress or
278 EV_REL, absolute new value for EV_ABS (joysticks ...), or 0 for EV_KEY for
H A Dinput-programming.rst180 In addition to EV_KEY, there are two more basic event types: EV_REL and
188 Having the device report EV_REL buttons is as simple as with EV_KEY, simply
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Dgpio-keys.yaml49 If linux,input-type is EV_ABS or EV_REL then this
51 EV_ABS/EV_REL axis will generate an event with a value of 0
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dgpio_mouse.c122 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()
H A Dpxa930_trkball.c205 input_set_capability(input, EV_REL, REL_X); in pxa930_trkball_probe()
206 input_set_capability(input, EV_REL, REL_Y); in pxa930_trkball_probe()
H A Dlifebook.c293 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()
H A Drpcmouse.c78 rpcmouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in rpcmouse_init()
H A Dlogips2pp.c291 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()
H A Damimouse.c109 dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in amimouse_probe()
H A Datarimouse.c130 atamouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in atamouse_init()
H A Dmaplemouse.c91 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in probe_maple_mouse()
/OK3568_Linux_fs/external/recovery/minui/
H A Devents.c83 * that only EV_KEY and EV_REL event types are ever needed. */ in ev_init()
84 if (!test_bit(EV_KEY, ev_bits) && !test_bit(EV_REL, ev_bits)) { in ev_init()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dev.c82 case EV_REL: in main()
144 case EV_REL: in main()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dxen-kbdfront.c310 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()
H A Dadxl34x.c228 .ev_code_x = ABS_X, /* EV_REL */
229 .ev_code_y = ABS_Y, /* EV_REL */
230 .ev_code_z = ABS_Z, /* EV_REL */
762 if (ac->pdata.ev_type == EV_REL) { in adxl34x_probe()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch32 return evemu_has_event(dev, EV_REL, REL_X) ||
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dgpio_keys_polled.c51 if (type == EV_REL) { in gpio_keys_button_event()
111 input_event(input, EV_REL, i, 0); in gpio_keys_polled_poll()
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Da3d.c311 BIT_MASK(EV_REL); in a3d_connect()
338 input_dev->evbit[0] |= BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in a3d_connect()

12345