Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_soft.c31 static struct miscdevice synth_device, synthu_device; variable
388 memset(&synthu_device, 0, sizeof(synthu_device)); in softsynth_probe()
389 synthu_device.minor = MISC_DYNAMIC_MINOR; in softsynth_probe()
390 synthu_device.name = "softsynthu"; in softsynth_probe()
391 synthu_device.fops = &softsynthu_fops; in softsynth_probe()
392 if (misc_register(&synthu_device)) { in softsynth_probe()
401 synthu_device.minor); in softsynth_probe()
408 misc_deregister(&synthu_device); in softsynth_release()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds