synthu_device      33 drivers/staging/speakup/speakup_soft.c static struct miscdevice synth_device, synthu_device;
synthu_device     386 drivers/staging/speakup/speakup_soft.c 	memset(&synthu_device, 0, sizeof(synthu_device));
synthu_device     387 drivers/staging/speakup/speakup_soft.c 	synthu_device.minor = SOFTSYNTHU_MINOR;
synthu_device     388 drivers/staging/speakup/speakup_soft.c 	synthu_device.name = "softsynthu";
synthu_device     389 drivers/staging/speakup/speakup_soft.c 	synthu_device.fops = &softsynthu_fops;
synthu_device     390 drivers/staging/speakup/speakup_soft.c 	if (misc_register(&synthu_device)) {
synthu_device     404 drivers/staging/speakup/speakup_soft.c 	misc_deregister(&synthu_device);