Lines Matching full:ioctl
26 * - add UI_DEV_SETUP ioctl
27 * - add UI_ABS_SETUP ioctl
28 * - add UI_GET_VERSION ioctl
30 * - add UI_GET_SYSNAME ioctl
62 /* ioctl */
76 * This ioctl sets parameters for the input device to be created. It
81 * The ioctl takes a "struct uinput_setup" object as argument. The fields of
89 * This ioctl can be called multiple times and will overwrite previous values.
90 * If this ioctl fails with -EINVAL, it is recommended to use the old
92 * old kernel that does not support this ioctl.
94 * This ioctl may fail with -EINVAL if it is not supported or if you passed
111 * This ioctl sets one absolute axis information for the input device to be
115 * The ioctl takes a "struct uinput_abs_setup" object as argument. The fields
122 * UI_SET_ABSBIT, this ioctl will enable it.
124 * This ioctl can be called multiple times and will overwrite previous values.
125 * If this ioctl fails with -EINVAL, it is recommended to use the old
127 * old kernel that does not support this ioctl.
129 * This ioctl may fail with -EINVAL if it is not supported or if you passed
167 * the integer pointed to by the ioctl argument. The protocol version
188 * 3. Issue a UI_BEGIN_FF_UPLOAD ioctl, giving it the
193 * 5. Issue a UI_END_FF_UPLOAD ioctl, also giving it the
202 * 3. Issue a UI_BEGIN_FF_ERASE ioctl, giving it the
207 * 5. Issue a UI_END_FF_ERASE ioctl, also giving it the