Home
last modified time | relevance | path

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

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