Home
last modified time | relevance | path

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

12

/Linux-v6.1/sound/core/
Dinfo.c513 card->proc_root = entry; in snd_info_card_create()
531 err = snd_info_register(card->proc_root); in snd_info_card_register()
535 if (!strcmp(card->id, card->proc_root->name)) in snd_info_card_register()
540 p = proc_symlink(card->id, snd_proc_root->p, card->proc_root->name); in snd_info_card_register()
557 if (strcmp(card->id, card->proc_root->name)) in snd_info_card_id_change()
560 card->proc_root->name); in snd_info_card_id_change()
575 if (card->proc_root) in snd_info_card_disconnect()
576 snd_info_disconnect(card->proc_root); in snd_info_card_disconnect()
588 snd_info_free_entry(card->proc_root); in snd_info_card_free()
589 card->proc_root = NULL; in snd_info_card_free()
[all …]
Dpcm.c514 pcm->card->proc_root); in snd_pcm_stream_proc_init()
518 pstr->proc_root = entry; in snd_pcm_stream_proc_init()
519 entry = snd_info_create_card_entry(pcm->card, "info", pstr->proc_root); in snd_pcm_stream_proc_init()
524 pstr->proc_root); in snd_pcm_stream_proc_init()
536 snd_info_free_entry(pstr->proc_root); in snd_pcm_stream_proc_done()
537 pstr->proc_root = NULL; in snd_pcm_stream_proc_done()
550 substream->proc_root); in create_substream_info_entry()
566 substream->pstr->proc_root); in snd_pcm_substream_proc_init()
570 substream->proc_root = entry; in snd_pcm_substream_proc_init()
Dcompress_offload.c1109 compr->card->proc_root); in snd_compress_proc_init()
1113 compr->proc_root = entry; in snd_compress_proc_init()
1116 compr->proc_root); in snd_compress_proc_init()
1129 snd_info_free_entry(compr->proc_root); in snd_compress_proc_done()
1130 compr->proc_root = NULL; in snd_compress_proc_done()
Dpcm_memory.c214 substream->proc_root); in preallocate_info_init()
222 substream->proc_root); in preallocate_info_init()
Dinit.c760 if (card->proc_root->name) in snd_card_set_id_no_lock()
761 strscpy(card->id, card->proc_root->name, sizeof(card->id)); in snd_card_set_id_no_lock()
/Linux-v6.1/fs/proc/
Droot.c193 pde_get(&proc_root); in proc_fill_super()
194 root_inode = proc_get_inode(s, &proc_root); in proc_fill_super()
318 stat->nlink = proc_root.nlink + nr_processes(); in proc_root_getattr()
364 struct proc_dir_entry proc_root = { variable
372 .parent = &proc_root,
Dinternal.h280 extern struct proc_dir_entry proc_root;
Dproc_net.c368 netd->parent = &proc_root; in proc_net_ns_init()
Dgeneric.c169 de = *ret ?: &proc_root; in __xlate_proc_name()
417 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) { in __proc_create()
/Linux-v6.1/tools/perf/util/
Dutil.c481 char proc_root[32]; in filename_with_chroot() local
485 scnprintf(proc_root, sizeof(proc_root), "/proc/%d/root", pid); in filename_with_chroot()
486 ret = readlink(proc_root, buf, sizeof(buf) - 1); in filename_with_chroot()
/Linux-v6.1/sound/firewire/fireface/
Dff-proc.c56 ff->card->proc_root); in snd_ff_proc_init()
/Linux-v6.1/sound/firewire/digi00x/
Ddigi00x-proc.c77 dg00x->card->proc_root); in snd_dg00x_proc_init()
/Linux-v6.1/sound/firewire/tascam/
Dtascam-proc.c73 tscm->card->proc_root); in snd_tscm_proc_init()
/Linux-v6.1/sound/firewire/motu/
Dmotu-proc.c102 motu->card->proc_root); in snd_motu_proc_init()
/Linux-v6.1/sound/firewire/oxfw/
Doxfw-proc.c98 oxfw->card->proc_root); in snd_oxfw_proc_init()
/Linux-v6.1/sound/drivers/opl4/
Dopl4_proc.c90 entry = snd_info_create_card_entry(opl4->card, "opl4-mem", opl4->card->proc_root); in snd_opl4_create_proc()
/Linux-v6.1/include/sound/
Dcompress_driver.h162 struct snd_info_entry *proc_root; member
Dinfo.h135 *entryp = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_proc_new()
Dcore.h113 struct snd_info_entry *proc_root; /* root for soundcard specific files */ member
Dpcm.h485 struct snd_info_entry *proc_root; member
507 struct snd_info_entry *proc_root; member
/Linux-v6.1/sound/synth/emux/
Demux_proc.c98 entry = snd_info_create_card_entry(card, name, card->proc_root); in snd_emux_proc_init()
/Linux-v6.1/sound/firewire/bebob/
Dbebob_proc.c178 bebob->card->proc_root); in snd_bebob_proc_init()
/Linux-v6.1/sound/firewire/fireworks/
Dfireworks_proc.c214 efw->card->proc_root); in snd_efw_proc_init()
/Linux-v6.1/sound/firewire/dice/
Ddice-proc.c300 dice->card->proc_root); in snd_dice_create_proc()
/Linux-v6.1/sound/pci/ac97/
Dac97_proc.c457 bus->card->proc_root); in snd_ac97_bus_proc_init()

12