synth_device       69 drivers/staging/speakup/devsynth.c static struct miscdevice synth_device = {
synth_device       80 drivers/staging/speakup/devsynth.c 	if (misc_register(&synth_device)) {
synth_device       94 drivers/staging/speakup/devsynth.c 	misc_deregister(&synth_device);
synth_device       33 drivers/staging/speakup/speakup_soft.c static struct miscdevice synth_device, synthu_device;
synth_device      377 drivers/staging/speakup/speakup_soft.c 	memset(&synth_device, 0, sizeof(synth_device));
synth_device      378 drivers/staging/speakup/speakup_soft.c 	synth_device.minor = SOFTSYNTH_MINOR;
synth_device      379 drivers/staging/speakup/speakup_soft.c 	synth_device.name = "softsynth";
synth_device      380 drivers/staging/speakup/speakup_soft.c 	synth_device.fops = &softsynth_fops;
synth_device      381 drivers/staging/speakup/speakup_soft.c 	if (misc_register(&synth_device)) {
synth_device      403 drivers/staging/speakup/speakup_soft.c 	misc_deregister(&synth_device);