Searched refs:synthu_device (Results 1 – 1 of 1) sorted by relevance
31 static struct miscdevice synth_device, synthu_device; variable388 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()