Lines Matching +full:0 +full:x1300
34 #define JS_VERSION 0x020100
40 #define JS_EVENT_BUTTON 0x01 /* button pressed/released */
41 #define JS_EVENT_AXIS 0x02 /* joystick moved */
42 #define JS_EVENT_INIT 0x80 /* initial state of device */
55 #define JSIOCGVERSION _IOR('j', 0x01, __u32) /* get driver version */
57 #define JSIOCGAXES _IOR('j', 0x11, __u8) /* get number of axes */
58 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
59 #define JSIOCGNAME(len) _IOC(_IOC_READ, 'j', 0x13, len) /* get identifier string */
61 #define JSIOCSCORR _IOW('j', 0x21, struct js_corr) /* set correction values */
62 #define JSIOCGCORR _IOR('j', 0x22, struct js_corr) /* get correction values */
64 #define JSIOCSAXMAP _IOW('j', 0x31, __u8[ABS_CNT]) /* set axis mapping */
65 #define JSIOCGAXMAP _IOR('j', 0x32, __u8[ABS_CNT]) /* get axis mapping */
66 #define JSIOCSBTNMAP _IOW('j', 0x33, __u16[KEY_MAX - BTN_MISC + 1]) /* set button mapping */
67 #define JSIOCGBTNMAP _IOR('j', 0x34, __u16[KEY_MAX - BTN_MISC + 1]) /* get button mapping */
73 #define JS_CORR_NONE 0x00 /* returns raw values */
74 #define JS_CORR_BROKEN 0x01 /* broken line */
88 #define JS_FALSE 0
89 #define JS_X_0 0x01
90 #define JS_Y_0 0x02
91 #define JS_X_1 0x04
92 #define JS_Y_1 0x08
95 #define JS_DEF_TIMEOUT 0x1300
96 #define JS_DEF_CORR 0