snd_proc_root      66 sound/core/info.c static struct snd_info_entry *snd_proc_root;
snd_proc_root     456 sound/core/info.c 	snd_proc_root = snd_info_create_entry("asound", NULL, THIS_MODULE);
snd_proc_root     457 sound/core/info.c 	if (!snd_proc_root)
snd_proc_root     459 sound/core/info.c 	snd_proc_root->mode = S_IFDIR | 0555;
snd_proc_root     460 sound/core/info.c 	snd_proc_root->p = proc_mkdir("asound", NULL);
snd_proc_root     461 sound/core/info.c 	if (!snd_proc_root->p)
snd_proc_root     482 sound/core/info.c 	snd_info_free_entry(snd_proc_root);
snd_proc_root     488 sound/core/info.c 	snd_info_free_entry(snd_proc_root);
snd_proc_root     543 sound/core/info.c 	p = proc_symlink(card->id, snd_proc_root->p, card->proc_root->name);
snd_proc_root     562 sound/core/info.c 						    snd_proc_root->p,
snd_proc_root     724 sound/core/info.c 		parent = snd_proc_root;
snd_proc_root     802 sound/core/info.c 	root = entry->parent == NULL ? snd_proc_root->p : entry->parent->p;