Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Djoystick.h62 #define JSIOCGCORR _IOR('j', 0x22, struct js_corr) /* get correction values */ macro
/Linux-v5.10/Documentation/input/joydev/
Djoystick-api.rst236 #define JSIOCGCORR /* get correction values &js_corr */
279 Both JSIOCSCORR and JSIOCGCORR expect &js_corr to be able to hold
/Linux-v5.10/drivers/input/
Djoydev.c553 case JSIOCGCORR: in joydev_ioctl_common()