Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Ddsp56k.c104 static const struct class dsp56k_class = { variable
509 err = class_register(&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_unregister(&dsp56k_class); in dsp56k_cleanup_driver()