Home
last modified time | relevance | path

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

/drivers/hid/
A Dhidraw.c279 struct hidraw *dev; in hidraw_open()
341 static void drop_ref(struct hidraw *hidraw, int exists_bit) in drop_ref() argument
344 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 …]
A Dhid-u2fzero.c348 minor = ((struct hidraw *) hdev->hidraw)->minor; in u2fzero_probe()
A Dhid-led.c491 minor = ((struct hidraw *) hdev->hidraw)->minor; in hidled_probe()
A DMakefile15 hid-$(CONFIG_HIDRAW) += hidraw.o
A Dhid-cp2112.c1273 ((struct hidraw *)hdev->hidraw)->minor); in cp2112_probe()
A DKconfig46 bool "/dev/hidraw raw HID device support"
53 event interface on /dev/hidraw.
74 special HID-drivers. You should use hidraw for that.
A Dhid-core.c2287 ((struct hidraw *)hdev->hidraw)->minor); in hid_connect()

Completed in 821 milliseconds