Home
last modified time | relevance | path

Searched refs:hidraw (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhidraw.c44 static struct hidraw *hidraw_table[HIDRAW_MAX_DEVICES];
57 add_wait_queue(&list->hidraw->wait, &wait); in hidraw_read()
65 if (!list->hidraw->exist) { in hidraw_read()
82 remove_wait_queue(&list->hidraw->wait, &wait); in hidraw_read()
261 poll_wait(file, &list->hidraw->wait, wait); in hidraw_poll()
264 if (!list->hidraw->exist) in hidraw_poll()
272 struct hidraw *dev; in hidraw_open()
304 list->hidraw = hidraw_table[minor]; in hidraw_open()
326 static void drop_ref(struct hidraw *hidraw, int exists_bit) in drop_ref() argument
329 hidraw->exist = 0; in drop_ref()
[all …]
Dhid-led.c494 minor = ((struct hidraw *) hdev->hidraw)->minor; in hidled_probe()
DMakefile13 hid-$(CONFIG_HIDRAW) += hidraw.o
Dhid-cp2112.c1317 ((struct hidraw *)hdev->hidraw)->minor); in cp2112_probe()
DKconfig39 bool "/dev/hidraw raw HID device support"
47 event interface on /dev/hidraw.
69 special HID-drivers. You should use hidraw for that.
Dhid-core.c1723 ((struct hidraw *)hdev->hidraw)->minor); in hid_connect()
/Linux-v4.19/include/linux/
Dhidraw.h19 struct hidraw { struct
40 struct hidraw *hidraw; argument
Dhid.h597 void *hidraw; member
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid3 Symlink : /sys/class/hidraw/hidraw<num>/device/report_descriptor
14 Symlink : /sys/class/hidraw/hidraw<num>/device/country
/Linux-v4.19/Documentation/hid/
Dhidraw.txt4 The hidraw driver provides a raw interface to USB and Bluetooth Human
22 A benefit of hidraw is that its use by userspace applications is independent
25 use the HID specification, hidraw will be expanded to add support for these
29 create hidraw device nodes. Udev will typically create the device nodes
31 and udev rule-dependent, applications should use libudev to locate hidraw
114 and all the ioctls for hidraw. The code may be used by anyone for any
116 hidraw.
/Linux-v4.19/samples/
DMakefile4 hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
/Linux-v4.19/Documentation/ioctl/
Dioctl-number.txt128 'H' 00-0F linux/hidraw.h conflict!