Searched refs:hidraw (Results 1 - 4 of 4) sorted by relevance

/drivers/hid/
H A Dhidraw.c38 #include <linux/hidraw.h>
43 static struct hidraw *hidraw_table[HIDRAW_MAX_DEVICES];
56 add_wait_queue(&list->hidraw->wait, &wait);
68 if (!list->hidraw->exist) {
81 remove_wait_queue(&list->hidraw->wait, &wait);
190 printk(KERN_WARNING "hidraw: pid %d passed too large report\n",
197 printk(KERN_WARNING "hidraw: pid %d passed too short report\n",
240 poll_wait(file, &list->hidraw->wait, wait);
243 if (!list->hidraw->exist)
251 struct hidraw *de
514 struct hidraw *hidraw = hid->hidraw; local
[all...]
H A DMakefile13 hid-$(CONFIG_HIDRAW) += hidraw.o
H A Dhid-core.c37 #include <linux/hidraw.h>
1250 hid_err(hdev, "claimed by neither input, hiddev nor hidraw\n");
1266 ((struct hidraw *)hdev->hidraw)->minor);
/drivers/hid/usbhid/
H A Dhid-core.c37 #include <linux/hidraw.h>

Completed in 176 milliseconds