Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Djoystick.h57 #define JSIOCGAXES _IOR('j', 0x11, __u8) /* get number of axes */ macro
/Linux-v4.19/Documentation/input/joydev/
Djoystick-api.rst231 #define JSIOCGAXES /* get number of axes char */
241 ioctl (fd, JSIOCGAXES, &number_of_axes);
/Linux-v4.19/drivers/input/
Djoydev.c540 case JSIOCGAXES: in joydev_ioctl_common()
/Linux-v4.19/fs/
Dcompat_ioctl.c1222 COMPATIBLE_IOCTL(JSIOCGAXES)