Lines Matching refs:UINPUT_IOCTL_BASE
94 #define UINPUT_IOCTL_BASE 'U' macro
95 #define UI_DEV_CREATE _IO(UINPUT_IOCTL_BASE, 1)
96 #define UI_DEV_DESTROY _IO(UINPUT_IOCTL_BASE, 2)
98 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int)
99 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int)
100 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int)
101 #define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int)
102 #define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int)
103 #define UI_SET_LEDBIT _IOW(UINPUT_IOCTL_BASE, 105, int)
104 #define UI_SET_SNDBIT _IOW(UINPUT_IOCTL_BASE, 106, int)
105 #define UI_SET_FFBIT _IOW(UINPUT_IOCTL_BASE, 107, int)
106 #define UI_SET_PHYS _IOW(UINPUT_IOCTL_BASE, 108, char*)
107 #define UI_SET_SWBIT _IOW(UINPUT_IOCTL_BASE, 109, int)
109 #define UI_BEGIN_FF_UPLOAD _IOWR(UINPUT_IOCTL_BASE, 200, struct uinput_ff_upload)
110 #define UI_END_FF_UPLOAD _IOW(UINPUT_IOCTL_BASE, 201, struct uinput_ff_upload)
111 #define UI_BEGIN_FF_ERASE _IOWR(UINPUT_IOCTL_BASE, 202, struct uinput_ff_erase)
112 #define UI_END_FF_ERASE _IOW(UINPUT_IOCTL_BASE, 203, struct uinput_ff_erase)