Searched refs:usbhid (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/hid/usbhid/ |
D | hid-core.c | 75 static void hid_cancel_delayed_stuff(struct usbhid_device *usbhid); 82 struct usbhid_device *usbhid = hid->driver_data; in hid_start_in() local 84 spin_lock_irqsave(&usbhid->lock, flags); in hid_start_in() 86 !test_bit(HID_DISCONNECTED, &usbhid->iofl) && in hid_start_in() 87 !test_bit(HID_SUSPENDED, &usbhid->iofl) && in hid_start_in() 88 !test_and_set_bit(HID_IN_RUNNING, &usbhid->iofl)) { in hid_start_in() 89 rc = usb_submit_urb(usbhid->urbin, GFP_ATOMIC); in hid_start_in() 91 clear_bit(HID_IN_RUNNING, &usbhid->iofl); in hid_start_in() 93 set_bit(HID_NO_BANDWIDTH, &usbhid->iofl); in hid_start_in() 95 clear_bit(HID_NO_BANDWIDTH, &usbhid->iofl); in hid_start_in() [all …]
|
D | Makefile | 5 usbhid-y := hid-core.o hid-quirks.o 6 usbhid-$(CONFIG_USB_HIDDEV) += hiddev.o 7 usbhid-$(CONFIG_HID_PID) += hid-pidff.o 9 obj-$(CONFIG_USB_HID) += usbhid.o
|
D | hiddev.c | 643 struct usbhid_device *usbhid = hid->driver_data; in hiddev_ioctl() local 650 dinfo.ifnum = usbhid->ifnum; in hiddev_ioctl() 881 struct usbhid_device *usbhid = hid->driver_data; in hiddev_connect() local 906 retval = usb_register_dev(usbhid->intf, &hiddev_class); in hiddev_connect() 924 struct usbhid_device *usbhid = hid->driver_data; in hiddev_disconnect() local 926 usb_deregister_dev(usbhid->intf, &hiddev_class); in hiddev_disconnect()
|
D | Kconfig | 22 module will be called usbhid.
|
/linux-4.4.14/drivers/hid/ |
D | Makefile | 108 obj-$(CONFIG_USB_HID) += usbhid/ 109 obj-$(CONFIG_USB_MOUSE) += usbhid/ 110 obj-$(CONFIG_USB_KBD) += usbhid/
|
D | Kconfig | 20 usbhid (USB_HID) and hidp (BT_HIDP). 746 Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid 927 source "drivers/hid/usbhid/Kconfig"
|
/linux-4.4.14/Documentation/input/ |
D | input.txt | 63 usbhid 100 3.1.1 usbhid 102 usbhid is the largest and most complex driver of the whole suite. It 117 The usage of the usbhid module is very simple, it takes no parameters, 128 other use when the big usbhid wouldn't be a good choice, there is the 131 all do. If you don't have any strong reason to use this module, use usbhid 138 Use usbhid instead if there isn't any special reason to use this.
|
/linux-4.4.14/drivers/input/mouse/ |
D | Kconfig | 402 with standard usbhid driver, this driver, together with its X.Org
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 273 autosuspend there are still problems. For example, the usbhid driver,
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 3897 usbhid.mousepoll=
|
/linux-4.4.14/ |
D | MAINTAINERS | 11124 F: drivers/hid/usbhid/
|