Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-roccat-pyra.c33 static struct class *pyra_class; variable
424 retval = roccat_connect(pyra_class, hdev, in pyra_init_specials()
593 pyra_class = class_create(THIS_MODULE, "pyra"); in pyra_init()
594 if (IS_ERR(pyra_class)) in pyra_init()
595 return PTR_ERR(pyra_class); in pyra_init()
596 pyra_class->dev_groups = pyra_groups; in pyra_init()
600 class_destroy(pyra_class); in pyra_init()
607 class_destroy(pyra_class); in pyra_exit()