Searched refs:uinput (Results 1 – 5 of 5) 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/fs/ext4/ |
H A D | ioctl.c | 1649 struct compat_ext4_new_group_input __user *uinput; in ext4_compat_ioctl() local 1653 uinput = compat_ptr(arg); in ext4_compat_ioctl() 1654 err = get_user(input.group, &uinput->group); in ext4_compat_ioctl() 1655 err |= get_user(input.block_bitmap, &uinput->block_bitmap); in ext4_compat_ioctl() 1656 err |= get_user(input.inode_bitmap, &uinput->inode_bitmap); in ext4_compat_ioctl() 1657 err |= get_user(input.inode_table, &uinput->inode_table); in ext4_compat_ioctl() 1658 err |= get_user(input.blocks_count, &uinput->blocks_count); in ext4_compat_ioctl() 1660 &uinput->reserved_blocks); in ext4_compat_ioctl()
|
/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 | 11453 F: include/uapi/linux/uinput.h
|