Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhidraw.c43 static struct hidraw *hidraw_table[HIDRAW_MAX_DEVICES];
56 add_wait_queue(&list->hidraw->wait, &wait); in hidraw_read()
64 if (!list->hidraw->exist) { in hidraw_read()
81 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-thingm.c157 const int minor = ((struct hidraw *) rgb->tdev->hdev->hidraw)->minor; in thingm_init_rgb()
DMakefile12 hid-$(CONFIG_HIDRAW) += hidraw.o
DKconfig39 bool "/dev/hidraw raw HID device support"
47 event interface on /dev/hidraw.
69 special HID-drivers. You should use hidraw for that.
782 RGB colors, fade time and playing. The device is exposed through hidraw
Dhid-core.c1639 ((struct hidraw *)hdev->hidraw)->minor); in hid_connect()
/linux-4.1.27/include/linux/
Dhidraw.h19 struct hidraw { struct
40 struct hidraw *hidraw; argument
Dhid.h536 void *hidraw; member
/linux-4.1.27/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-4.1.27/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-4.1.27/samples/
DMakefile4 hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/
/linux-4.1.27/include/uapi/linux/
DKbuild146 header-y += hidraw.h
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt125 'H' 00-0F linux/hidraw.h conflict!