info_entry        256 sound/core/seq/oss/seq_oss.c static struct snd_info_entry *info_entry;
info_entry        286 sound/core/seq/oss/seq_oss.c 	info_entry = entry;
info_entry        293 sound/core/seq/oss/seq_oss.c 	snd_info_free_entry(info_entry);
info_entry        294 sound/core/seq/oss/seq_oss.c 	info_entry = NULL;
info_entry         61 sound/core/seq_device.c static struct snd_info_entry *info_entry;
info_entry        264 sound/core/seq_device.c 	info_entry = snd_info_create_module_entry(THIS_MODULE, "drivers",
info_entry        266 sound/core/seq_device.c 	if (info_entry == NULL)
info_entry        268 sound/core/seq_device.c 	info_entry->content = SNDRV_INFO_CONTENT_TEXT;
info_entry        269 sound/core/seq_device.c 	info_entry->c.text.read = snd_seq_device_info;
info_entry        270 sound/core/seq_device.c 	if (snd_info_register(info_entry) < 0) {
info_entry        271 sound/core/seq_device.c 		snd_info_free_entry(info_entry);
info_entry        297 sound/core/seq_device.c 	snd_info_free_entry(info_entry);