Home
last modified time | relevance | path

Searched refs:EVIOCSCLOCKID (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/evdev/
H A Dinput.h111 #define EVIOCSCLOCKID _IOW(EVDEV_IOC_MAGIC, 0xa0, int) /* Set clockid to be used for timestamps */ macro
H A Dcdev.c562 case EVIOCSCLOCKID: in evdev_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c3481 case EVIOCSCLOCKID: { in linux_ioctl_evdev()
3496 error = fo_ioctl(fp, EVIOCSCLOCKID, &clock, td->td_ucred, td); in linux_ioctl_evdev()