Home
last modified time | relevance | path

Searched refs:EVIOCGABS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/evdev/
H A Dcdev.c513 case EVIOCGABS(0) ... EVIOCGABS(ABS_MAX): in evdev_ioctl()
517 memcpy(data, &evdev->ev_absinfo[cmd - EVIOCGABS(0)], in evdev_ioctl()
H A Dinput.h101 #define EVIOCGABS(abs) _IOR(EVDEV_IOC_MAGIC, 0x40 + (abs), struct input_absinfo) /* get abs value/… macro
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c376 if (ioctl(sc->vsc_fd, EVIOCGABS(sc->vsc_config.subsel), &abs) < 0) { in pci_vtinput_read_config_abs_info()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp595 unsigned IOCTL_EVIOCGABS = EVIOCGABS(0);
H A Dsanitizer_common_interceptors_ioctl.inc153 _(EVIOCGABS, WRITE, struct_input_absinfo_sz); // fixup