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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_device.c83 static struct snd_info_entry *info_entry; variable in typeref:struct:snd_info_entry
542 info_entry = snd_info_create_module_entry(THIS_MODULE, "drivers",
544 if (info_entry == NULL)
546 info_entry->content = SNDRV_INFO_CONTENT_TEXT;
547 info_entry->c.text.read = snd_seq_device_info;
548 if (snd_info_register(info_entry) < 0) {
549 snd_info_free_entry(info_entry);
560 snd_info_free_entry(info_entry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss.c268 static struct snd_info_entry *info_entry; variable in typeref:struct:snd_info_entry
298 info_entry = entry;
305 snd_info_free_entry(info_entry);
306 info_entry = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dccio-dma.c1423 struct proc_dir_entry *info_entry, *bitmap_entry; local
1452 info_entry = create_proc_entry(MODULE_NAME, 0, proc_runway_root);
1453 if (info_entry)
1454 info_entry->proc_fops = &ccio_proc_info_fops;
H A Dsba_iommu.c1768 struct proc_dir_entry *info_entry, *bitmap_entry, *root; local
1846 info_entry = create_proc_entry("sba_iommu", 0, root);
1849 if (info_entry)
1850 info_entry->proc_fops = &sba_proc_fops;

Completed in 174 milliseconds