Home
last modified time | relevance | path

Searched refs:JSIOCGAXES (Results 1 – 4 of 4) 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()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch442 +pub const JSIOCGAXES: u32 = 2147576337;