Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhidraw.c35 static struct class *hidraw_class; variable
326 device_destroy(hidraw_class, in drop_ref()
535 dev->dev = device_create(hidraw_class, &hid->dev, MKDEV(hidraw_major, minor), in hidraw_connect()
589 hidraw_class = class_create(THIS_MODULE, "hidraw"); in hidraw_init()
590 if (IS_ERR(hidraw_class)) { in hidraw_init()
591 result = PTR_ERR(hidraw_class); in hidraw_init()
605 class_destroy(hidraw_class); in hidraw_init()
616 class_destroy(hidraw_class); in hidraw_exit()