Searched refs:uinput (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/Documentation/input/ |
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 …]
|
D | input_uapi.rst | 21 uinput
|
/Linux-v4.19/fs/ext4/ |
D | ioctl.c | 1082 struct compat_ext4_new_group_input __user *uinput; in ext4_compat_ioctl() local 1086 uinput = compat_ptr(arg); in ext4_compat_ioctl() 1087 err = get_user(input.group, &uinput->group); in ext4_compat_ioctl() 1088 err |= get_user(input.block_bitmap, &uinput->block_bitmap); in ext4_compat_ioctl() 1089 err |= get_user(input.inode_bitmap, &uinput->inode_bitmap); in ext4_compat_ioctl() 1090 err |= get_user(input.inode_table, &uinput->inode_table); in ext4_compat_ioctl() 1091 err |= get_user(input.blocks_count, &uinput->blocks_count); in ext4_compat_ioctl() 1093 &uinput->reserved_blocks); in ext4_compat_ioctl()
|
/Linux-v4.19/drivers/input/misc/ |
D | Makefile | 78 obj-$(CONFIG_INPUT_UINPUT) += uinput.o
|
D | Kconfig | 509 subsystem accessible under char device 10:223 - /dev/input/uinput. 512 module will be called uinput.
|
/Linux-v4.19/Documentation/ioctl/ |
D | ioctl-number.txt | 183 'U' 00-CF linux/uinput.h conflict!
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.txt | 359 223 = /dev/input/uinput User level driver support for input
|