Searched refs:hidraw (Results 1 – 7 of 7) sorted by relevance
279 struct hidraw *dev; in hidraw_open()341 static void drop_ref(struct hidraw *hidraw, int exists_bit) in drop_ref() argument344 hidraw->exist = 0; in drop_ref()345 if (hidraw->open) { in drop_ref()352 --hidraw->open; in drop_ref()357 kfree(hidraw); in drop_ref()403 struct hidraw *dev; in hidraw_ioctl()552 struct hidraw *dev = hid->hidraw; in hidraw_report_event()582 struct hidraw *dev; in hidraw_connect()627 hid->hidraw = dev; in hidraw_connect()[all …]
348 minor = ((struct hidraw *) hdev->hidraw)->minor; in u2fzero_probe()
491 minor = ((struct hidraw *) hdev->hidraw)->minor; in hidled_probe()
15 hid-$(CONFIG_HIDRAW) += hidraw.o
1273 ((struct hidraw *)hdev->hidraw)->minor); in cp2112_probe()
46 bool "/dev/hidraw raw HID device support"53 event interface on /dev/hidraw.74 special HID-drivers. You should use hidraw for that.
2287 ((struct hidraw *)hdev->hidraw)->minor); in hid_connect()
Completed in 821 milliseconds