Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Djoystick.h65 #define JSIOCGCORR _IOR('j', 0x22, struct js_corr) /* get correction values */ macro
/linux-4.1.27/Documentation/input/
Djoystick-api.txt203 #define JSIOCGCORR /* get correction values &js_corr */
246 Both JSIOCSCORR and JSIOCGCORR expect &js_corr to be able to hold
/linux-4.1.27/drivers/input/
Djoydev.c555 case JSIOCGCORR: in joydev_ioctl_common()