Home
last modified time | relevance | path

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

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