Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dgpio-keys.yaml63 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 Dinput.yaml38 - 2 # EV_REL
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.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/sys/dev/syscons/
H A Dsysmouse.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/sys/dev/vt/
H A Dvt_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/sys/dev/hid/
H A Dhidmap.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()
H A Dhidmap.h134 HIDMAP_ANY((_page), (_usage), EV_REL, (_code)), \
H A Dhms.c308 hi->evtype == EV_REL && hi->code == REL_WHEEL) { in hms_attach()
/freebsd/sys/dev/evdev/
H A Devdev.c612 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 Devdev.h201 return (evdev_push_event(evdev, EV_REL, code, value)); in evdev_push_rel()
H A Dcdev.c687 case EV_REL: in evdev_ioctl_eviocgbit()
H A Dinput-event-codes.h52 #define EV_REL 0x02 macro
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c329 case EV_REL: in pci_vtinput_read_config_ev_bits()
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h40 #define EV_REL 0x02 macro
/freebsd/sys/dev/usb/input/
H A Dums.c722 evdev_support_event(sc->sc_evdev, EV_REL); in ums_attach()
/freebsd/sys/dev/atkbdc/
H A Dpsm.c1785 evdev_support_event(evdev_r, EV_REL);