Home
last modified time | relevance | path

Searched full:usbhid (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/drivers/hid/usbhid/
H A Dhid-core.c36 #include "usbhid.h"
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()
[all …]
H A DMakefile6 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 Dhiddev.c27 #include "usbhid.h"
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 DKconfig23 module will be called usbhid.
/openbmc/linux/drivers/hid/
H A Dhid-u2fzero.c22 #include "usbhid/usbhid.h"
272 struct usbhid_device *usbhid = hdev->driver_data; in u2fzero_fill_in_urb() local
281 if (!usbhid->urbout || !usbhid->urbin) in u2fzero_fill_in_urb()
284 ep = usb_pipe_endpoint(udev, usbhid->urbin->pipe); in u2fzero_fill_in_urb()
292 pipe_in = (usbhid->urbin->pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); in u2fzero_fill_in_urb()
H A DMakefile162 obj-$(CONFIG_USB_HID) += usbhid/
163 obj-$(CONFIG_USB_MOUSE) += usbhid/
164 obj-$(CONFIG_USB_KBD) += usbhid/
H A Dhid-holtek-kbd.c16 #include "usbhid/usbhid.h"
H A DKconfig28 usbhid (USB_HID) and hidp (BT_HIDP).
1098 Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
1315 Say Y here if you have a Alps touchpads over i2c-hid or usbhid
1362 source "drivers/hid/usbhid/Kconfig"
H A Dhid-uclogic-core.c20 #include "usbhid/usbhid.h"
H A Dhid-ntrig.c15 #include "usbhid/usbhid.h"
H A Dhid-lg4ff.c19 #include "usbhid/usbhid.h"
H A Dhid-lg.c24 #include "usbhid/usbhid.h"
H A Dhid-uclogic-params.c18 #include "usbhid/usbhid.h"
/openbmc/linux/Documentation/input/
H A Dinput.rst45 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.
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-common.txt20 usbhid: probe of
/openbmc/u-boot/board/freescale/m5373evb/
H A DREADME301 usbcore: registered new interface driver usbhid
302 drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver TCP cubic registered
/openbmc/linux/drivers/input/mouse/
H A Dsynaptics_usb.c17 * drivers/hid/usbhid/usbmouse.c by Vojtech Pavlik
30 * setting 0: one int endpoint for relative movement (used by usbhid.ko)
H A DKconfig434 with standard usbhid driver, this driver, together with its X.Org
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.rst173 USBHID USB Human Interface Device support is enabled.
/openbmc/linux/Documentation/hid/
H A Dhidintro.rst452 Quirks for USB devices can be specified while loading the usbhid module,
453 see ``modinfo usbhid``, although the proper fix should go into
H A Dintel-ish-hid.rst24 Using a analogy with a usbhid implementation, the ISH follows a similar model
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dsnps,dwc3.yaml253 avoid -EPROTO errors with usbhid on some devices (Hikey 970).
/openbmc/u-boot/doc/
H A DREADME.sifive-fu540269 [ 4.133645] usbcore: registered new interface driver usbhid
270 [ 4.138980] usbhid: USB HID core driver
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb226 kernel-module-usbhid \
/openbmc/linux/drivers/media/radio/
H A Dradio-mr800.c26 * in usbhid/hid-quirks.c

12