Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hid/
A Dhid-roccat-ryos.c31 static struct class *ryos_class; variable
109 retval = roccat_connect(ryos_class, hdev, in ryos_init_specials()
219 ryos_class = class_create(THIS_MODULE, "ryos"); in ryos_init()
220 if (IS_ERR(ryos_class)) in ryos_init()
221 return PTR_ERR(ryos_class); in ryos_init()
222 ryos_class->dev_groups = ryos_groups; in ryos_init()
226 class_destroy(ryos_class); in ryos_init()
233 class_destroy(ryos_class); in ryos_exit()

Completed in 3 milliseconds