Searched refs:hidraw (Results 1 – 18 of 18) sorted by relevance
36 static struct hidraw *hidraw_table[HIDRAW_MAX_DEVICES];49 add_wait_queue(&list->hidraw->wait, &wait); in hidraw_read()57 if (!list->hidraw->exist) { in hidraw_read()74 remove_wait_queue(&list->hidraw->wait, &wait); in hidraw_read()254 poll_wait(file, &list->hidraw->wait, wait); in hidraw_poll()257 if (!list->hidraw->exist) in hidraw_poll()265 struct hidraw *dev; in hidraw_open()297 list->hidraw = hidraw_table[minor]; in hidraw_open()319 static void drop_ref(struct hidraw *hidraw, int exists_bit) in drop_ref() argument322 hidraw->exist = 0; in drop_ref()[all …]
349 minor = ((struct hidraw *) hdev->hidraw)->minor; in u2fzero_probe()
491 minor = ((struct hidraw *) hdev->hidraw)->minor; in hidled_probe()
874 ((struct hidraw *)hdev->hidraw)->minor); in mcp2221_probe()
967 ((struct hidraw *)hdev->hidraw)->minor); in ft260_probe()
13 hid-$(CONFIG_HIDRAW) += hidraw.o
1315 ((struct hidraw *)hdev->hidraw)->minor); in cp2112_probe()
39 bool "/dev/hidraw raw HID device support"46 event interface on /dev/hidraw.67 special HID-drivers. You should use hidraw for that.
2204 ((struct hidraw *)hdev->hidraw)->minor); in hid_connect()
11 struct hidraw { struct32 struct hidraw *hidraw; argument
626 void *hidraw; member
3 What: /sys/class/hidraw/hidraw<num>/device/report_descriptor14 What: /sys/class/hidraw/hidraw<num>/device/country
5 The hidraw driver provides a raw interface to USB and Bluetooth Human23 A benefit of hidraw is that its use by userspace applications is independent24 of the underlying hardware type. Currently, hidraw is implemented for USB26 use the HID specification, hidraw will be expanded to add support for these30 create hidraw device nodes. Udev will typically create the device nodes32 and udev rule-dependent, applications should use libudev to locate hidraw174 and all the ioctls for hidraw. The code may be used by anyone for any176 hidraw.
11 hidraw
35 `liquidctl`_) can be used to run "detect fans" command through hidraw interface.37 The driver coexists with userspace tools that access the device through hidraw
9 subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw
155 bool "hidraw sample"
140 'H' 00-0F linux/hidraw.h conflict!