Home
last modified time | relevance | path

Searched refs:hiddev (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/hid/usbhid/
A Dhiddev.c44 struct hiddev *hiddev; member
143 struct hiddev *hiddev = hid->hiddev; in hiddev_send_event() local
256 list->hiddev = hiddev; in __hiddev_open()
279 hiddev->open--; in __hiddev_open()
291 struct hiddev *hiddev; in hiddev_open() local
299 hiddev = hid->hiddev; in hiddev_open()
302 res = hiddev->exist ? __hiddev_open(hiddev, file) : -ENODEV; in hiddev_open()
597 struct hiddev *hiddev = list->hiddev; in hiddev_ioctl() local
877 struct hiddev *hiddev; in hiddev_connect() local
900 hid->hiddev = hiddev; in hiddev_connect()
[all …]
A DMakefile7 usbhid-$(CONFIG_USB_HIDDEV) += hiddev.o
A DKconfig36 bool "/dev/hiddev raw HID device support"
A D.hid-core.o.cmd1095 include/linux/hiddev.h \
1096 include/uapi/linux/hiddev.h \
/linux/Documentation/hid/
A Dhiddev.rst19 * the hiddev interface, which provides fairly raw HID events
27 --> hiddev.c ----> POWER / MONITOR CONTROL
36 The hiddev interface is a char interface using the normal USB major,
57 So you point your hiddev compliant user-space program at the correct
60 Assuming that you have a hiddev compliant user-space program, of
71 The hiddev API uses a read() interface, and a set of ioctl() calls.
84 returns to hiddev.c the individual usages that have changed within
85 the report. In its basic mode, the hiddev will make these individual
95 within <linux/hiddev.h>, along with some other useful #defines and
110 Gets the version code out of the hiddev driver.
A Dindex.rst10 hiddev
A Dhidraw.rst6 Interface Devices (HIDs). It differs from hiddev in that reports sent and
17 descriptors. Because hiddev parses reports which are sent and received
19 communication with these non-conformant devices is impossible using hiddev.
/linux/include/linux/
A Dhiddev.h23 struct hiddev { struct
A Dhid.h603 void *hiddev; /* The hiddev structure */ member
/linux/Documentation/input/
A Dinput.rst191 the hiddev interface was designed. See Documentation/hid/hiddev.rst
/linux/drivers/hid/
A Dhid-core.c1982 ((struct hiddev *)hdev->hiddev)->minor); in hid_connect()
A D.hid-core.o.cmd1027 include/linux/hiddev.h \
1029 include/uapi/linux/hiddev.h \
A DKconfig50 There is also a /dev/hiddev configuration option in the USB HID
51 configuration menu. In comparison to hiddev, this device does not process
/linux/Documentation/userspace-api/ioctl/
A Dioctl-number.rst137 'H' 00-7F linux/hiddev.h conflict!
/linux/
A DMAINTAINERS19638 F: Documentation/hid/hiddev.rst

Completed in 53 milliseconds