Home
last modified time | relevance | path

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

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