Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/speakup/
Dspeakup_soft.c33 static struct miscdevice synth_device, synthu_device; variable
377 memset(&synth_device, 0, sizeof(synth_device)); in softsynth_probe()
378 synth_device.minor = SOFTSYNTH_MINOR; in softsynth_probe()
379 synth_device.name = "softsynth"; in softsynth_probe()
380 synth_device.fops = &softsynth_fops; in softsynth_probe()
381 if (misc_register(&synth_device)) { in softsynth_probe()
403 misc_deregister(&synth_device); in softsynth_release()
Ddevsynth.c69 static struct miscdevice synth_device = { variable
80 if (misc_register(&synth_device)) { in speakup_register_devsynth()
94 misc_deregister(&synth_device); in speakup_unregister_devsynth()