| /Linux-v5.4/sound/core/ |
| D | info.c | 516 card->proc_root = entry; in snd_info_card_create() 534 err = snd_info_register(card->proc_root); in snd_info_card_register() 538 if (!strcmp(card->id, card->proc_root->name)) in snd_info_card_register() 543 p = proc_symlink(card->id, snd_proc_root->p, card->proc_root->name); in snd_info_card_register() 560 if (strcmp(card->id, card->proc_root->name)) in snd_info_card_id_change() 563 card->proc_root->name); in snd_info_card_id_change() 578 if (card->proc_root) in snd_info_card_disconnect() 579 snd_info_disconnect(card->proc_root); in snd_info_card_disconnect() 591 snd_info_free_entry(card->proc_root); in snd_info_card_free() 592 card->proc_root = NULL; in snd_info_card_free() [all …]
|
| D | pcm.c | 512 pcm->card->proc_root); in snd_pcm_stream_proc_init() 516 pstr->proc_root = entry; in snd_pcm_stream_proc_init() 517 entry = snd_info_create_card_entry(pcm->card, "info", pstr->proc_root); in snd_pcm_stream_proc_init() 522 pstr->proc_root); in snd_pcm_stream_proc_init() 534 snd_info_free_entry(pstr->proc_root); in snd_pcm_stream_proc_done() 535 pstr->proc_root = NULL; in snd_pcm_stream_proc_done() 548 substream->proc_root); in create_substream_info_entry() 564 substream->pstr->proc_root); in snd_pcm_substream_proc_init() 568 substream->proc_root = entry; in snd_pcm_substream_proc_init()
|
| D | pcm_memory.c | 175 substream->proc_root); in preallocate_info_init() 183 substream->proc_root); in preallocate_info_init()
|
| D | compress_offload.c | 1039 compr->card->proc_root); in snd_compress_proc_init() 1043 compr->proc_root = entry; in snd_compress_proc_init() 1046 compr->proc_root); in snd_compress_proc_init() 1059 snd_info_free_entry(compr->proc_root); in snd_compress_proc_done() 1060 compr->proc_root = NULL; in snd_compress_proc_done()
|
| D | init.c | 623 if (card->proc_root->name) in snd_card_set_id_no_lock() 624 strlcpy(card->id, card->proc_root->name, sizeof(card->id)); in snd_card_set_id_no_lock()
|
| /Linux-v5.4/fs/proc/ |
| D | root.c | 125 pde_get(&proc_root); in proc_fill_super() 126 root_inode = proc_get_inode(s, &proc_root); in proc_fill_super() 242 stat->nlink = proc_root.nlink + nr_processes(); in proc_root_getattr() 288 struct proc_dir_entry proc_root = { variable 296 .parent = &proc_root,
|
| D | internal.h | 268 extern struct proc_dir_entry proc_root;
|
| D | generic.c | 166 de = &proc_root; in __xlate_proc_name() 400 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) { in __proc_create()
|
| D | proc_net.c | 348 netd->parent = &proc_root; in proc_net_ns_init()
|
| /Linux-v5.4/sound/firewire/fireface/ |
| D | ff-proc.c | 56 ff->card->proc_root); in snd_ff_proc_init()
|
| /Linux-v5.4/sound/firewire/digi00x/ |
| D | digi00x-proc.c | 77 dg00x->card->proc_root); in snd_dg00x_proc_init()
|
| /Linux-v5.4/sound/firewire/tascam/ |
| D | tascam-proc.c | 73 tscm->card->proc_root); in snd_tscm_proc_init()
|
| /Linux-v5.4/sound/firewire/oxfw/ |
| D | oxfw-proc.c | 98 oxfw->card->proc_root); in snd_oxfw_proc_init()
|
| /Linux-v5.4/sound/firewire/motu/ |
| D | motu-proc.c | 102 motu->card->proc_root); in snd_motu_proc_init()
|
| /Linux-v5.4/include/sound/ |
| D | compress_driver.h | 147 struct snd_info_entry *proc_root; member
|
| D | info.h | 135 *entryp = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_proc_new()
|
| D | core.h | 107 struct snd_info_entry *proc_root; /* root for soundcard specific files */ member
|
| D | pcm.h | 474 struct snd_info_entry *proc_root; member 495 struct snd_info_entry *proc_root; member
|
| /Linux-v5.4/sound/drivers/opl4/ |
| D | opl4_proc.c | 90 entry = snd_info_create_card_entry(opl4->card, "opl4-mem", opl4->card->proc_root); in snd_opl4_create_proc()
|
| /Linux-v5.4/sound/synth/emux/ |
| D | emux_proc.c | 98 entry = snd_info_create_card_entry(card, name, card->proc_root); in snd_emux_proc_init()
|
| /Linux-v5.4/sound/firewire/bebob/ |
| D | bebob_proc.c | 178 bebob->card->proc_root); in snd_bebob_proc_init()
|
| /Linux-v5.4/sound/firewire/fireworks/ |
| D | fireworks_proc.c | 214 efw->card->proc_root); in snd_efw_proc_init()
|
| /Linux-v5.4/sound/firewire/dice/ |
| D | dice-proc.c | 300 dice->card->proc_root); in snd_dice_create_proc()
|
| /Linux-v5.4/sound/pci/ac97/ |
| D | ac97_proc.c | 457 bus->card->proc_root); in snd_ac97_bus_proc_init()
|
| /Linux-v5.4/sound/core/oss/ |
| D | mixer_oss.c | 1231 mixer->card->proc_root); in snd_mixer_oss_proc_init()
|