Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Djoystick.h61 #define JSIOCSCORR _IOW('j', 0x21, struct js_corr) /* set correction values */ macro
/Linux-v5.10/Documentation/input/joydev/
Djoystick-api.rst235 #define JSIOCSCORR /* set correction values &js_corr */
279 Both JSIOCSCORR and JSIOCGCORR expect &js_corr to be able to hold
/Linux-v5.10/drivers/input/
Djoydev.c542 case JSIOCSCORR: in joydev_ioctl_common()