Searched full:ev_rel (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-keys.yaml | 63 If linux,input-type is EV_ABS or EV_REL then this 65 EV_ABS/EV_REL axis will generate an event with a value of 0
|
H A D | input.yaml | 38 - 2 # EV_REL
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | btuinput.c | 352 ioctl(fd, UI_SET_EVBIT, EV_REL) < 0 || in uinput_open_mouse() 486 if ((x != 0 && uinput_write_event(fd, EV_REL, REL_X, x) < 0) || in uinput_rep_mouse() 487 (y != 0 && uinput_write_event(fd, EV_REL, REL_Y, y) < 0) || in uinput_rep_mouse() 488 (z != 0 && uinput_write_event(fd, EV_REL, REL_WHEEL, -z) < 0) || in uinput_rep_mouse() 489 (t != 0 && uinput_write_event(fd, EV_REL, REL_HWHEEL, t) < 0)) in uinput_rep_mouse()
|
/freebsd/sys/dev/syscons/ |
H A D | sysmouse.c | 73 evdev_support_event(sysmouse_evdev, EV_REL); in smdev_evdev_init() 94 evdev_push_event(sysmouse_evdev, EV_REL, REL_X, x); in smdev_evdev_write() 95 evdev_push_event(sysmouse_evdev, EV_REL, REL_Y, y); in smdev_evdev_write()
|
/freebsd/sys/dev/vt/ |
H A D | vt_sysmouse.c | 107 evdev_support_event(sysmouse_evdev, EV_REL); in sysmouse_evdev_init() 128 evdev_push_event(sysmouse_evdev, EV_REL, REL_X, x); in sysmouse_evdev_store() 129 evdev_push_event(sysmouse_evdev, EV_REL, REL_Y, y); in sysmouse_evdev_store()
|
/freebsd/sys/dev/hid/ |
H A D | hidmap.c | 233 data = hi->evtype == EV_REL in hidmap_intr() 259 if (data == (hi->evtype == EV_REL ? 0 : hi->last_val)) in hidmap_intr() 409 map[i].type == EV_REL || in hidmap_probe_hid_item() 578 case EV_REL: in hidmap_parse_hid_item() 579 evdev_support_event(hm->evdev, EV_REL); in hidmap_parse_hid_item()
|
H A D | hidmap.h | 134 HIDMAP_ANY((_page), (_usage), EV_REL, (_code)), \
|
H A D | hms.c | 308 hi->evtype == EV_REL && hi->code == REL_WHEEL) { in hms_attach()
|
/freebsd/sys/dev/evdev/ |
H A D | evdev.c | 612 case EV_REL: in evdev_check_event() 788 case EV_REL: in evdev_sparse_event() 996 case EV_REL: in evdev_inject_event()
|
H A D | evdev.h | 201 return (evdev_push_event(evdev, EV_REL, code, value)); in evdev_push_rel()
|
H A D | cdev.c | 687 case EV_REL: in evdev_ioctl_eviocgbit()
|
H A D | input-event-codes.h | 52 #define EV_REL 0x02 macro
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_input.c | 329 case EV_REL: in pci_vtinput_read_config_ev_bits()
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 40 #define EV_REL 0x02 macro
|
/freebsd/sys/dev/usb/input/ |
H A D | ums.c | 722 evdev_support_event(sc->sc_evdev, EV_REL); in ums_attach()
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 1785 evdev_support_event(evdev_r, EV_REL);
|