Home
last modified time | relevance | path

Searched refs:JSIOCGAXES (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Djoystick.h60 #define JSIOCGAXES _IOR('j', 0x11, __u8) /* get number of axes */ macro
/linux-4.4.14/Documentation/input/
Djoystick-api.txt198 #define JSIOCGAXES /* get number of axes char */
208 ioctl (fd, JSIOCGAXES, &number_of_axes);
/linux-4.4.14/drivers/input/
Djoydev.c528 case JSIOCGAXES: in joydev_ioctl_common()
/linux-4.4.14/fs/
Dcompat_ioctl.c1387 COMPATIBLE_IOCTL(JSIOCGAXES)