Home
last modified time | relevance | path

Searched full:uinput (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/input/
H A Duinput.rst2 uinput module
8 uinput is a kernel module that makes it possible to emulate input devices
9 from userspace. By writing to /dev/uinput (or /dev/input/uinput) device, a
19 linux/uinput.h
21 The uinput header defines ioctls to create, set up, and destroy virtual
28 create uinput devices and send events. libevdev is less error-prone than
29 accessing uinput directly, and should be considered for new software.
46 #include <linux/uinput.h>
66 int fd = open("/dev/uinput", O_WRONLY | O_NONBLOCK);
120 #include <linux/uinput.h>
[all …]
H A Dinput_uapi.rst18 uinput
/linux/include/uapi/linux/
H A Duinput.h87 * See below for a description of FF with uinput.
155 * UI_GET_SYSNAME - get the sysfs name of the created uinput device
164 * UI_GET_VERSION - Return version of uinput protocol
166 * This writes uinput protocol version implemented by the kernel into
168 * is hard-coded in the kernel and is independent of the uinput device.
175 * The uinput driver will generate a fake input event when one of
213 * This is the new event type, used only by uinput.
/linux/fs/ext4/
H A Dioctl.c1953 struct compat_ext4_new_group_input __user *uinput; in ext4_compat_ioctl() local
1957 uinput = compat_ptr(arg); in ext4_compat_ioctl()
1958 err = get_user(input.group, &uinput->group); in ext4_compat_ioctl()
1959 err |= get_user(input.block_bitmap, &uinput->block_bitmap); in ext4_compat_ioctl()
1960 err |= get_user(input.inode_bitmap, &uinput->inode_bitmap); in ext4_compat_ioctl()
1961 err |= get_user(input.inode_table, &uinput->inode_table); in ext4_compat_ioctl()
1962 err |= get_user(input.blocks_count, &uinput->blocks_count); in ext4_compat_ioctl()
1964 &uinput->reserved_blocks); in ext4_compat_ioctl()
/linux/drivers/leds/
H A Duleds.c7 * Based on uinput.c: Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst209 'U' 00-CF linux/uinput.h conflict!
/linux/drivers/hid/
H A Dhid-steam.c23 * the hidraw interface directly to create input devices (XTest, uinput...).
/linux/Documentation/admin-guide/
H A Ddevices.txt359 223 = /dev/input/uinput User level driver support for input
/linux/
H A DMAINTAINERS12335 F: include/uapi/linux/uinput.h