Home
last modified time | relevance | path

Searched refs:EV_REL (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/sys/dev/syscons/
HDsysmouse.c73 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-13-stable/usr.sbin/bluetooth/bthidd/
HDbtuinput.c352 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-13-stable/sys/dev/vt/
HDvt_sysmouse.c107 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-13-stable/sys/dev/hid/
HDhidmap.c233 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()
HDhidmap.h134 HIDMAP_ANY((_page), (_usage), EV_REL, (_code)), \
/freebsd-13-stable/sys/dev/evdev/
HDevdev.h208 return (evdev_push_event(evdev, EV_REL, code, value)); in evdev_push_rel()
HDevdev.c612 case EV_REL: in evdev_check_event()
788 case EV_REL: in evdev_sparse_event()
996 case EV_REL: in evdev_inject_event()
HDinput-event-codes.h52 #define EV_REL 0x02 macro
HDcdev.c687 case EV_REL: in evdev_ioctl_eviocgbit()
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/input/
HDlinux-event-codes.h40 #define EV_REL 0x02 macro
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_virtio_input.c330 case EV_REL: in pci_vtinput_read_config_ev_bits()
/freebsd-13-stable/sys/dev/usb/input/
HDums.c722 evdev_support_event(sc->sc_evdev, EV_REL); in ums_attach()
/freebsd-13-stable/sys/dev/atkbdc/
HDpsm.c1777 evdev_support_event(evdev_r, EV_REL);