Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhidraw.c35 static const struct class hidraw_class = { variable
334 device_destroy(&hidraw_class, in drop_ref()
577 dev->dev = device_create(&hidraw_class, &hid->dev, MKDEV(hidraw_major, minor), in hidraw_connect()
631 result = class_register(&hidraw_class); in hidraw_init()
645 class_unregister(&hidraw_class); in hidraw_init()
656 class_unregister(&hidraw_class); in hidraw_exit()