Home
last modified time | relevance | path

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

/linux/drivers/hid/
A Duhid.c79 uhid->outq[uhid->head] = ev; in uhid_queue()
177 !uhid->report_running || !uhid->running, in __uhid_report_queue_and_wait()
179 if (!ret || !uhid->running || uhid->report_running) in __uhid_report_queue_and_wait()
619 uhid = kzalloc(sizeof(*uhid), GFP_KERNEL); in uhid_char_open()
666 if (uhid->head == uhid->tail) in uhid_char_read()
670 uhid->head != uhid->tail); in uhid_char_read()
679 if (uhid->head == uhid->tail) { in uhid_char_read()
687 kfree(uhid->outq[uhid->tail]); in uhid_char_read()
688 uhid->outq[uhid->tail] = NULL; in uhid_char_read()
744 ret = uhid_dev_input(uhid, &uhid->input_buf); in uhid_char_write()
[all …]
A DMakefile9 obj-$(CONFIG_UHID) += uhid.o
A DKconfig77 module will be called uhid.
/linux/samples/uhid/
A DMakefile2 userprogs-always-y += uhid-example
A D.gitignore2 /uhid-example
/linux/Documentation/hid/
A Dindex.rst15 uhid
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
/linux/samples/
A DMakefile27 subdir-$(CONFIG_SAMPLE_UHID) += uhid
/linux/include/linux/
A Dhid.h690 #define HID_USAGE_ID(uhid, utype, ucode) \ argument
691 .usage_hid = (uhid), .usage_type = (utype), .usage_code = (ucode)
/linux/Documentation/admin-guide/
A Ddevices.txt375 239 = /dev/uhid User-space I/O driver support for HID subsystem
/linux/
A DMAINTAINERS19487 F: drivers/hid/uhid.c
19488 F: include/uapi/linux/uhid.h

Completed in 42 milliseconds