Searched refs:js_corr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | joystick.h | 61 #define JSIOCSCORR _IOW('j', 0x21, struct js_corr) /* set correction values */ 62 #define JSIOCGCORR _IOR('j', 0x22, struct js_corr) /* get correction values */ 76 struct js_corr { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | joystick.h | 61 #define JSIOCSCORR _IOW('j', 0x21, struct js_corr) /* set correction values */ 62 #define JSIOCGCORR _IOR('j', 0x22, struct js_corr) /* get correction values */ 76 struct js_corr { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | joystick.h | 61 #define JSIOCSCORR _IOW('j', 0x21, struct js_corr) /* set correction values */ 62 #define JSIOCGCORR _IOR('j', 0x22, struct js_corr) /* get correction values */ 76 struct js_corr { struct
|
| /OK3568_Linux_fs/kernel/Documentation/input/joydev/ |
| H A D | joystick-api.rst | 235 #define JSIOCSCORR /* set correction values &js_corr */ 236 #define JSIOCGCORR /* get correction values &js_corr */ 279 Both JSIOCSCORR and JSIOCGCORR expect &js_corr to be able to hold 280 information for all axis. That is, struct js_corr corr[MAX_AXIS]; 282 struct js_corr is defined as:: 284 struct js_corr {
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | joydev.c | 47 struct js_corr corr[ABS_CNT]; 69 static int joydev_correct(int value, struct js_corr *corr) in joydev_correct()
|