Searched refs:usbhid (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/hid/usbhid/ |
D | hid-core.c | 80 static void hid_cancel_delayed_stuff(struct usbhid_device *usbhid); 87 struct usbhid_device *usbhid = hid->driver_data; in hid_start_in() local 89 spin_lock_irqsave(&usbhid->lock, flags); in hid_start_in() 90 if (test_bit(HID_IN_POLLING, &usbhid->iofl) && in hid_start_in() 91 !test_bit(HID_DISCONNECTED, &usbhid->iofl) && in hid_start_in() 92 !test_bit(HID_SUSPENDED, &usbhid->iofl) && in hid_start_in() 93 !test_and_set_bit(HID_IN_RUNNING, &usbhid->iofl)) { in hid_start_in() 94 rc = usb_submit_urb(usbhid->urbin, GFP_ATOMIC); in hid_start_in() 96 clear_bit(HID_IN_RUNNING, &usbhid->iofl); in hid_start_in() 98 set_bit(HID_NO_BANDWIDTH, &usbhid->iofl); in hid_start_in() [all …]
|
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
|
D | hiddev.c | 641 struct usbhid_device *usbhid = hid->driver_data; in hiddev_ioctl() local 648 dinfo.ifnum = usbhid->ifnum; in hiddev_ioctl() 888 struct usbhid_device *usbhid = hid->driver_data; in hiddev_connect() local 913 retval = usb_register_dev(usbhid->intf, &hiddev_class); in hiddev_connect() 927 hiddev->minor = usbhid->intf->minor; in hiddev_connect() 940 struct usbhid_device *usbhid = hid->driver_data; in hiddev_disconnect() local 942 usb_deregister_dev(usbhid->intf, &hiddev_class); in hiddev_disconnect()
|
D | Kconfig | 22 module will be called usbhid.
|
/Linux-v4.19/drivers/hid/ |
D | Makefile | 124 obj-$(CONFIG_USB_HID) += usbhid/ 125 obj-$(CONFIG_USB_MOUSE) += usbhid/ 126 obj-$(CONFIG_USB_KBD) += usbhid/
|
D | Kconfig | 20 usbhid (USB_HID) and hidp (BT_HIDP). 889 Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid 1079 Say Y here if you have a Alps touchpads over i2c-hid or usbhid 1086 source "drivers/hid/usbhid/Kconfig"
|
/Linux-v4.19/Documentation/input/ |
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.
|
/Linux-v4.19/Documentation/hid/ |
D | intel-ish-hid.txt | 22 Using a analogy with a usbhid implementation, the ISH follows a similar model
|
/Linux-v4.19/drivers/input/mouse/ |
D | Kconfig | 440 with standard usbhid driver, this driver, together with its X.Org
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | power-management.rst | 278 autosuspend there are still problems. For example, the usbhid driver,
|
/Linux-v4.19/Documentation/trace/ |
D | histogram.rst | 574 hid_irq_in+0xc2/0x260 [usbhid] 592 hid_irq_in+0xc2/0x260 [usbhid]
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4688 usbhid.mousepoll= 4691 usbhid.jspoll= 4694 usbhid.kbpoll=
|
/Linux-v4.19/ |
D | MAINTAINERS | 15143 F: drivers/hid/usbhid/
|