Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/
Ddsp56k.c104 static struct class *dsp56k_class; variable
507 dsp56k_class = class_create(THIS_MODULE, "dsp56k"); in dsp56k_init_driver()
508 if (IS_ERR(dsp56k_class)) { in dsp56k_init_driver()
509 err = PTR_ERR(dsp56k_class); in dsp56k_init_driver()
512 device_create(dsp56k_class, NULL, MKDEV(DSP56K_MAJOR, 0), NULL, in dsp56k_init_driver()
527 device_destroy(dsp56k_class, MKDEV(DSP56K_MAJOR, 0)); in dsp56k_cleanup_driver()
528 class_destroy(dsp56k_class); in dsp56k_cleanup_driver()