Home
last modified time | relevance | path

Searched refs:uhid (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/hid/
H A Duhid.c70 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 WRITE_ONCE(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 DMakefile11 obj-$(CONFIG_UHID) += uhid.o
H A DKconfig81 module will be called uhid.
/openbmc/linux/samples/uhid/
H A DMakefile2 userprogs-always-y += uhid-example
H A D.gitignore2 /uhid-example
/openbmc/linux/Documentation/hid/
H A Dindex.rst17 uhid
H A Duhid.rst13 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
/openbmc/linux/samples/
H A DMakefile29 subdir-$(CONFIG_SAMPLE_UHID) += uhid
/openbmc/linux/include/linux/
H A Dhid.h754 #define HID_USAGE_ID(uhid, utype, ucode) \ argument
755 .usage_hid = (uhid), .usage_type = (utype), .usage_code = (ucode)
/openbmc/linux/Documentation/admin-guide/
H A Ddevices.txt375 239 = /dev/uhid User-space I/O driver support for HID subsystem
/openbmc/linux/
H A DMAINTAINERS22102 F: drivers/hid/uhid.c
22103 F: include/uapi/linux/uhid.h
H A Dopengrok0.0.log[all...]
H A Dopengrok2.0.log[all...]
H A Dopengrok1.0.log[all...]
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt3996 -rw-r--r-- root root 4648 ./usr/include/linux/uhid.h
H A Dbuildhistory_filelist1.txt3995 -rw-r--r-- root root 4648 ./usr/include/linux/uhid.h
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]