Home
last modified time | relevance | path

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

/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()
243 poll_wait(file, &list->hidraw->wait, wait); in hidraw_poll()
246 if (!list->hidraw->exist) in hidraw_poll()
254 struct hidraw *dev; in hidraw_open()
269 list->hidraw = hidraw_table[minor]; in hidraw_open()
308 struct hidraw *dev; in hidraw_release()
322 if (list->hidraw->exist) { in hidraw_release()
[all …]
DMakefile15 hid-$(CONFIG_HIDRAW) += hidraw.o
DKconfig38 bool "/dev/hidraw raw HID device support"
46 event interface on /dev/hidraw.
68 special HID-drivers. You should use hidraw for that.
682 RGB colors, fade time and playing. The device is exposed through hidraw
Dhid-core.c1485 ((struct hidraw *)hdev->hidraw)->minor); in hid_connect()