Searched refs:synthu_device (Results 1 – 2 of 2) sorted by relevance
32 static struct miscdevice synth_device, synthu_device; variable407 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()
138 static struct miscdevice synthu_device = { variable156 if (misc_register(&synthu_device)) { in speakup_register_devsynth()160 MISC_MAJOR, synthu_device.minor); in speakup_register_devsynth()175 misc_deregister(&synthu_device); in speakup_unregister_devsynth()
Completed in 5 milliseconds