Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/speakup/
Dspeakup_soft.c43 static struct miscdevice synth_device; variable
322 memset(&synth_device, 0, sizeof(synth_device)); in softsynth_probe()
323 synth_device.minor = SOFTSYNTH_MINOR; in softsynth_probe()
324 synth_device.name = "softsynth"; in softsynth_probe()
325 synth_device.fops = &softsynth_fops; in softsynth_probe()
326 if (misc_register(&synth_device)) { in softsynth_probe()
338 misc_deregister(&synth_device); in softsynth_release()
Ddevsynth.c68 static struct miscdevice synth_device = { variable
79 if (misc_register(&synth_device)) in speakup_register_devsynth()
93 misc_deregister(&synth_device); in speakup_unregister_devsynth()