Searched refs:info_entry (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/
H A Dseq_device.c82 static struct snd_info_entry *info_entry; variable in typeref:struct:snd_info_entry
540 info_entry = snd_info_create_module_entry(THIS_MODULE, "drivers",
542 if (info_entry == NULL)
544 info_entry->content = SNDRV_INFO_CONTENT_TEXT;
545 info_entry->c.text.read = snd_seq_device_info;
546 if (snd_info_register(info_entry) < 0) {
547 snd_info_free_entry(info_entry);
558 snd_info_free_entry(info_entry);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/
H A Dseq_device.c82 static struct snd_info_entry *info_entry; variable in typeref:struct:snd_info_entry
540 info_entry = snd_info_create_module_entry(THIS_MODULE, "drivers",
542 if (info_entry == NULL)
544 info_entry->content = SNDRV_INFO_CONTENT_TEXT;
545 info_entry->c.text.read = snd_seq_device_info;
546 if (snd_info_register(info_entry) < 0) {
547 snd_info_free_entry(info_entry);
558 snd_info_free_entry(info_entry);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss.c271 static struct snd_info_entry *info_entry; variable in typeref:struct:snd_info_entry
301 info_entry = entry;
308 snd_info_free_entry(info_entry);
309 info_entry = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss.c271 static struct snd_info_entry *info_entry; variable in typeref:struct:snd_info_entry
301 info_entry = entry;
308 snd_info_free_entry(info_entry);
309 info_entry = NULL;

Completed in 112 milliseconds