Searched refs:uhid (Results 1 – 22 of 22) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | uhid.c | 70 struct uhid_device *uhid = container_of(work, struct uhid_device, worker); in uhid_device_add_worker() local 73 ret = hid_add_device(uhid->hid); in uhid_device_add_worker() 75 hid_err(uhid->hid, "Cannot register HID device: error %d\n", ret); in uhid_device_add_worker() 87 uhid->running = false; in uhid_device_add_worker() 88 wake_up_interruptible(&uhid->report_wait); in uhid_device_add_worker() 92 static void uhid_queue(struct uhid_device *uhid, struct uhid_event *ev) in uhid_queue() argument 96 newhead = (uhid->head + 1) % UHID_BUFSIZE; in uhid_queue() 98 if (newhead != uhid->tail) { in uhid_queue() 99 uhid->outq[uhid->head] = ev; in uhid_queue() 100 uhid->head = newhead; in uhid_queue() [all …]
|
| H A D | Makefile | 9 obj-$(CONFIG_UHID) += uhid.o
|
| H A D | Kconfig | 77 module will be called uhid.
|
| /OK3568_Linux_fs/kernel/samples/uhid/ |
| H A D | Makefile | 2 userprogs-always-y += uhid-example
|
| H A D | .gitignore | 2 /uhid-example
|
| /OK3568_Linux_fs/kernel/Documentation/hid/ |
| H A D | index.rst | 15 uhid
|
| H A D | uhid.rst | 13 There is an example user-space application in ./samples/uhid/uhid-example.c 20 This is /dev/uhid by default. 23 device with the HID subsystem, then you need to open /dev/uhid once for each
|
| /OK3568_Linux_fs/kernel/samples/ |
| H A D | Makefile | 24 subdir-$(CONFIG_SAMPLE_UHID) += uhid
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hid.h | 687 #define HID_USAGE_ID(uhid, utype, ucode) \ argument 688 .usage_hid = (uhid), .usage_type = (utype), .usage_code = (ucode)
|
| /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 …irqnr.h fpga-dfl.h virtio_balloon.h i8k.h atm_idt77105.h if_alg.h jffs2.h uhid.h l2tp.h bcache.h i…
|
| /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 …irqnr.h fpga-dfl.h virtio_balloon.h i8k.h atm_idt77105.h if_alg.h jffs2.h uhid.h l2tp.h bcache.h i…
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 02_kbsd-input-devd.diff | 142 + {"uhid", ATTR_POINTER, "mouse"},
|
| /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/admin-guide/ |
| H A D | devices.txt | 375 239 = /dev/uhid User-space I/O driver support for HID subsystem
|
| /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 | |
| H A D | build.log | |
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 17969 F: drivers/hid/uhid.c 17970 F: include/uapi/linux/uhid.h
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 3995 -rw-r--r-- root root 4648 ./usr/include/linux/uhid.h
|
| H A D | buildhistory_filelist2.txt | 3996 -rw-r--r-- root root 4648 ./usr/include/linux/uhid.h
|