Searched refs:proc_root (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/sound/firewire/fireface/
H A Dff-proc.c56 ff->card->proc_root);
/linux-master/sound/core/
H A Dinfo.c491 card->proc_root = entry;
509 err = snd_info_register(card->proc_root);
513 if (!strcmp(card->id, card->proc_root->name))
518 p = proc_symlink(card->id, snd_proc_root->p, card->proc_root->name);
535 if (strcmp(card->id, card->proc_root->name))
538 card->proc_root->name);
551 if (card->proc_root)
552 proc_remove(card->proc_root->p);
555 if (card->proc_root)
556 snd_info_clear_entries(card->proc_root);
[all...]
H A Dpcm.c502 pcm->card->proc_root);
506 pstr->proc_root = entry;
507 entry = snd_info_create_card_entry(pcm->card, "info", pstr->proc_root);
512 pstr->proc_root);
524 snd_info_free_entry(pstr->proc_root);
525 pstr->proc_root = NULL;
538 substream->proc_root);
554 substream->pstr->proc_root);
558 substream->proc_root = entry;
H A Dcompress_offload.c1070 compr->card->proc_root);
1074 compr->proc_root = entry;
1077 compr->proc_root);
1090 snd_info_free_entry(compr->proc_root);
1091 compr->proc_root = NULL;
H A Dpcm_memory.c236 substream->proc_root);
244 substream->proc_root);
H A Dinit.c745 if (card->proc_root->name)
746 strscpy(card->id, card->proc_root->name, sizeof(card->id));
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-proc.c77 dg00x->card->proc_root);
/linux-master/fs/proc/
H A Droot.c193 pde_get(&proc_root);
194 root_inode = proc_get_inode(s, &proc_root);
319 stat->nlink = proc_root.nlink + nr_processes();
365 struct proc_dir_entry proc_root = { variable in typeref:struct:proc_dir_entry
373 .parent = &proc_root,
H A Dinternal.h280 extern struct proc_dir_entry proc_root;
H A Dproc_net.c369 netd->parent = &proc_root;
H A Dgeneric.c168 de = *ret ?: &proc_root;
416 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) {
/linux-master/sound/firewire/tascam/
H A Dtascam-proc.c73 tscm->card->proc_root);
/linux-master/sound/firewire/oxfw/
H A Doxfw-proc.c98 oxfw->card->proc_root);
/linux-master/sound/firewire/motu/
H A Dmotu-proc.c102 motu->card->proc_root);
/linux-master/sound/drivers/opl4/
H A Dopl4_proc.c90 entry = snd_info_create_card_entry(opl4->card, "opl4-mem", opl4->card->proc_root);
/linux-master/tools/perf/util/
H A Dutil.c483 char proc_root[32]; local
487 scnprintf(proc_root, sizeof(proc_root), "/proc/%d/root", pid);
488 ret = readlink(proc_root, buf, sizeof(buf) - 1);
/linux-master/sound/synth/emux/
H A Demux_proc.c98 entry = snd_info_create_card_entry(card, name, card->proc_root);
/linux-master/include/sound/
H A Dcompress_driver.h162 struct snd_info_entry *proc_root; member in struct:snd_compr
H A Dinfo.h133 *entryp = snd_info_create_card_entry(card, name, card->proc_root);
H A Dcore.h113 struct snd_info_entry *proc_root; /* root for soundcard specific files */ member in struct:snd_card
H A Dpcm.h490 struct snd_info_entry *proc_root; member in struct:snd_pcm_substream
512 struct snd_info_entry *proc_root; member in struct:snd_pcm_str
/linux-master/sound/firewire/bebob/
H A Dbebob_proc.c178 bebob->card->proc_root);
/linux-master/sound/firewire/fireworks/
H A Dfireworks_proc.c214 efw->card->proc_root);
/linux-master/sound/firewire/dice/
H A Ddice-proc.c300 dice->card->proc_root);
/linux-master/sound/pci/ac97/
H A Dac97_proc.c457 bus->card->proc_root);

Completed in 240 milliseconds

12