Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Djoystick.h64 #define JSIOCSCORR _IOW('j', 0x21, struct js_corr) /* set correction values */ macro
/linux-4.1.27/Documentation/input/
Djoystick-api.txt202 #define JSIOCSCORR /* set correction values &js_corr */
246 Both JSIOCSCORR and JSIOCGCORR expect &js_corr to be able to hold
/linux-4.1.27/drivers/input/
Djoydev.c544 case JSIOCSCORR: in joydev_ioctl_common()