| /OK3568_Linux_fs/kernel/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 | 21 uinput
|
| /OK3568_Linux_fs/buildroot/package/x11vnc/ |
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 15 src/uinput.c | 25 +++++++++++++++++++++---- 18 diff --git a/src/uinput.c b/src/uinput.c 20 --- a/src/uinput.c 21 +++ b/src/uinput.c 24 #include <linux/uinput.h>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/tslib/ |
| H A D | tslib_1.22.bb | 67 PACKAGES =+ "tslib-conf tslib-tests tslib-calibrate tslib-uinput" 71 DEBIAN_NOAUTONAME:tslib-uinput = "1" 80 FILES:tslib-uinput += "${bindir}/ts_uinput"
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ioctl.c | 1371 struct compat_ext4_new_group_input __user *uinput; in ext4_compat_ioctl() local 1375 uinput = compat_ptr(arg); in ext4_compat_ioctl() 1376 err = get_user(input.group, &uinput->group); in ext4_compat_ioctl() 1377 err |= get_user(input.block_bitmap, &uinput->block_bitmap); in ext4_compat_ioctl() 1378 err |= get_user(input.inode_bitmap, &uinput->inode_bitmap); in ext4_compat_ioctl() 1379 err |= get_user(input.inode_table, &uinput->inode_table); in ext4_compat_ioctl() 1380 err |= get_user(input.blocks_count, &uinput->blocks_count); in ext4_compat_ioctl() 1382 &uinput->reserved_blocks); in ext4_compat_ioctl()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
| H A D | lirc_options.conf | 23 uinput = False
|
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 21 #include <linux/uinput.h>
|
| /OK3568_Linux_fs/buildroot/package/lirc-tools/ |
| H A D | lirc-tools.mk | 19 LIRC_TOOLS_CONF_OPTS = --without-x --enable-devinput --enable-uinput
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/x11vnc/ |
| H A D | x11vnc_0.9.16.bb | 40 RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'fbdev', 'kernel-module-uinput', '', d…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-evemu/ |
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 24 #include <linux/uinput.h>
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | Makefile | 81 obj-$(CONFIG_INPUT_UINPUT) += uinput.o
|
| H A D | Kconfig | 507 subsystem accessible under char device 10:223 - /dev/input/uinput. 510 module will be called uinput.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/ |
| H A D | devfs-udev.rules | 54 KERNEL="uinput", NAME="misc/%k", SYMLINK="%k"
|
| H A D | udev.rules | 87 KERNEL=="uinput", NAME="input/%k"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/ |
| H A D | lirc_0.10.1.bb | 27 SYSTEMD_SERVICE:${PN} = "lircd.service lircmd.service lircd-setup.service lircd-uinput.service"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …x-v4l2-controls.h phantom.h kcmp.h i2c-dev.h fsl_hypervisor.h ppp_defs.h uinput.h coresight-stm.h …
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …x-v4l2-controls.h phantom.h kcmp.h i2c-dev.h fsl_hypervisor.h ppp_defs.h uinput.h coresight-stm.h …
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-base.bb | 85 kernel-module-uinput \
|
| /OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/ |
| H A D | modules.builtin.modinfo | |
| H A D | modules.builtin | |
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/ |
| H A D | ioctl-number.rst | 192 'U' 00-CF linux/uinput.h conflict!
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | devices.txt | 359 223 = /dev/input/uinput User level driver support for input
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |