| /OK3568_Linux_fs/kernel/drivers/hid/usbhid/ |
| H A D | hid-core.c | 77 static void hid_cancel_delayed_stuff(struct usbhid_device *usbhid); 84 struct usbhid_device *usbhid = hid->driver_data; in hid_start_in() local 86 spin_lock_irqsave(&usbhid->lock, flags); in hid_start_in() 87 if (test_bit(HID_IN_POLLING, &usbhid->iofl) && in hid_start_in() 88 !test_bit(HID_DISCONNECTED, &usbhid->iofl) && in hid_start_in() 89 !test_bit(HID_SUSPENDED, &usbhid->iofl) && in hid_start_in() 90 !test_and_set_bit(HID_IN_RUNNING, &usbhid->iofl)) { in hid_start_in() 91 rc = usb_submit_urb(usbhid->urbin, GFP_ATOMIC); in hid_start_in() 93 clear_bit(HID_IN_RUNNING, &usbhid->iofl); in hid_start_in() 95 set_bit(HID_NO_BANDWIDTH, &usbhid->iofl); in hid_start_in() [all …]
|
| H A D | Makefile | 6 usbhid-y := hid-core.o 7 usbhid-$(CONFIG_USB_HIDDEV) += hiddev.o 8 usbhid-$(CONFIG_HID_PID) += hid-pidff.o 10 obj-$(CONFIG_USB_HID) += usbhid.o
|
| H A D | hiddev.c | 641 struct usbhid_device *usbhid = hid->driver_data; in hiddev_ioctl() local 648 dinfo.ifnum = usbhid->ifnum; in hiddev_ioctl() 878 struct usbhid_device *usbhid = hid->driver_data; in hiddev_connect() local 903 retval = usb_register_dev(usbhid->intf, &hiddev_class); in hiddev_connect() 917 hiddev->minor = usbhid->intf->minor; in hiddev_connect() 930 struct usbhid_device *usbhid = hid->driver_data; in hiddev_disconnect() local 932 usb_deregister_dev(usbhid->intf, &hiddev_class); in hiddev_disconnect()
|
| H A D | Kconfig | 23 module will be called usbhid.
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-u2fzero.c | 252 struct usbhid_device *usbhid = hdev->driver_data; in u2fzero_fill_in_urb() local 261 if (!usbhid->urbout || !usbhid->urbin) in u2fzero_fill_in_urb() 264 ep = usb_pipe_endpoint(udev, usbhid->urbin->pipe); in u2fzero_fill_in_urb() 272 pipe_in = (usbhid->urbin->pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); in u2fzero_fill_in_urb()
|
| H A D | Makefile | 139 obj-$(CONFIG_USB_HID) += usbhid/ 140 obj-$(CONFIG_USB_MOUSE) += usbhid/ 141 obj-$(CONFIG_USB_KBD) += usbhid/
|
| H A D | Kconfig | 21 usbhid (USB_HID) and hidp (BT_HIDP). 986 Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid 1192 Say Y here if you have a Alps touchpads over i2c-hid or usbhid 1210 source "drivers/hid/usbhid/Kconfig"
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | input.rst | 45 usbhid 194 The usage of the usbhid module is very simple, it takes no parameters, 206 other use when the big usbhid wouldn't be a good choice, there is the 209 all do. If you don't have any strong reason to use this module, use usbhid 217 Use usbhid instead if there isn't any special reason to use this.
|
| /OK3568_Linux_fs/u-boot/board/freescale/m5373evb/ |
| H A D | README | 301 usbcore: registered new interface driver usbhid 302 drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver TCP cubic registered
|
| /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/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-base.bb | 238 kernel-module-usbhid \
|
| /OK3568_Linux_fs/kernel/Documentation/hid/ |
| H A D | intel-ish-hid.rst | 24 Using a analogy with a usbhid implementation, the ISH follows a similar model
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | Kconfig | 440 with standard usbhid driver, this driver, together with its X.Org
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | power-management.rst | 278 autosuspend there are still problems. For example, the usbhid driver,
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | histogram.rst | 562 hid_irq_in+0xc2/0x260 [usbhid] 580 hid_irq_in+0xc2/0x260 [usbhid]
|
| /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/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5828 usbhid.mousepoll= 5831 usbhid.jspoll= 5834 usbhid.kbpoll=
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 18123 F: drivers/hid/usbhid/
|