Searched full:uinput (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/input/ |
H A D | uinput.rst | 2 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 D | input_uapi.rst | 18 uinput
|
/linux/include/uapi/linux/ |
H A D | uinput.h | 87 * 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 D | ioctl.c | 1953 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 D | uleds.c | 7 * Based on uinput.c: Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
|
/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 209 'U' 00-CF linux/uinput.h conflict!
|
/linux/drivers/hid/ |
H A D | hid-steam.c | 23 * the hidraw interface directly to create input devices (XTest, uinput...).
|
/linux/Documentation/admin-guide/ |
H A D | devices.txt | 359 223 = /dev/input/uinput User level driver support for input
|
/linux/ |
H A D | MAINTAINERS | 12335 F: include/uapi/linux/uinput.h
|