Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_soft.c32 static struct miscdevice synth_device, synthu_device; variable
407 memset(&synthu_device, 0, sizeof(synthu_device)); in softsynth_probe()
408 synthu_device.minor = MISC_DYNAMIC_MINOR; in softsynth_probe()
409 synthu_device.name = "softsynthu"; in softsynth_probe()
410 synthu_device.fops = &softsynthu_fops; in softsynth_probe()
411 if (misc_register(&synthu_device)) { in softsynth_probe()
421 synthu_device.minor); in softsynth_probe()
428 misc_deregister(&synthu_device); in softsynth_release()