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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhidraw.c37 #include <linux/hidraw.h>
42 static struct hidraw *hidraw_table[HIDRAW_MAX_DEVICES];
55 add_wait_queue(&list->hidraw->wait, &wait);
67 if (!list->hidraw->exist) {
80 remove_wait_queue(&list->hidraw->wait, &wait);
126 printk(KERN_WARNING "hidraw: pid %d passed too large report\n",
133 printk(KERN_WARNING "hidraw: pid %d passed too short report\n",
162 poll_wait(file, &list->hidraw->wait, wait);
165 if (!list->hidraw->exist)
173 struct hidraw *de
419 struct hidraw *hidraw = hid->hidraw; local
[all...]
H A DMakefile12 hid-$(CONFIG_HIDRAW) += hidraw.o
H A Dhid-core.c34 #include <linux/hidraw.h>
1179 "hidraw\n");
1195 ((struct hidraw *)hdev->hidraw)->minor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhidraw.h48 struct hidraw { struct
68 struct hidraw *hidraw; member in struct:hidraw_list
H A Dhid.h486 void *hidraw; member in struct:hid_device
506 /* handler for raw output data, used by hidraw */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dcore.c43 #include <linux/hidraw.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-core.c37 #include <linux/hidraw.h>

Completed in 64 milliseconds