Home
last modified time | relevance | path

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

12

/openbmc/linux/sound/core/
H A Dinfo.c513 card->proc_root = entry; in snd_info_card_create()
531 err = snd_info_register(card->proc_root); in snd_info_card_register()
560 card->proc_root->name); in snd_info_card_id_change()
574 if (card->proc_root) in snd_info_card_disconnect()
575 proc_remove(card->proc_root->p); in snd_info_card_disconnect()
578 if (card->proc_root) in snd_info_card_disconnect()
579 snd_info_clear_entries(card->proc_root); in snd_info_card_disconnect()
581 card->proc_root = NULL; in snd_info_card_disconnect()
593 snd_info_free_entry(card->proc_root); in snd_info_card_free()
594 card->proc_root = NULL; in snd_info_card_free()
[all …]
H A Dpcm.c515 pcm->card->proc_root); in snd_pcm_stream_proc_init()
519 pstr->proc_root = entry; in snd_pcm_stream_proc_init()
520 entry = snd_info_create_card_entry(pcm->card, "info", pstr->proc_root); in snd_pcm_stream_proc_init()
525 pstr->proc_root); in snd_pcm_stream_proc_init()
537 snd_info_free_entry(pstr->proc_root); in snd_pcm_stream_proc_done()
538 pstr->proc_root = NULL; in snd_pcm_stream_proc_done()
551 substream->proc_root); in create_substream_info_entry()
567 substream->pstr->proc_root); in snd_pcm_substream_proc_init()
571 substream->proc_root = entry; in snd_pcm_substream_proc_init()
H A Dcompress_offload.c1112 compr->card->proc_root); in snd_compress_proc_init()
1116 compr->proc_root = entry; in snd_compress_proc_init()
1119 compr->proc_root); in snd_compress_proc_init()
1132 snd_info_free_entry(compr->proc_root); in snd_compress_proc_done()
1133 compr->proc_root = NULL; in snd_compress_proc_done()
H A Dpcm_memory.c242 substream->proc_root); in preallocate_info_init()
250 substream->proc_root); in preallocate_info_init()
H A Dinit.c761 if (card->proc_root->name) in snd_card_set_id_no_lock()
762 strscpy(card->id, card->proc_root->name, sizeof(card->id)); in snd_card_set_id_no_lock()
/openbmc/linux/fs/proc/
H A Droot.c193 pde_get(&proc_root); in proc_fill_super()
194 root_inode = proc_get_inode(s, &proc_root); in proc_fill_super()
319 stat->nlink = proc_root.nlink + nr_processes(); in proc_root_getattr()
365 struct proc_dir_entry proc_root = { variable
373 .parent = &proc_root,
H A Dinternal.h280 extern struct proc_dir_entry proc_root;
H A Dproc_net.c369 netd->parent = &proc_root; in proc_net_ns_init()
H A Dgeneric.c168 de = *ret ?: &proc_root; in __xlate_proc_name()
416 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) { in __proc_create()
/openbmc/linux/tools/perf/util/
H A Dutil.c483 char proc_root[32]; in filename_with_chroot() local
487 scnprintf(proc_root, sizeof(proc_root), "/proc/%d/root", pid); in filename_with_chroot()
488 ret = readlink(proc_root, buf, sizeof(buf) - 1); in filename_with_chroot()
/openbmc/linux/sound/firewire/fireface/
H A Dff-proc.c56 ff->card->proc_root); in snd_ff_proc_init()
/openbmc/linux/sound/firewire/digi00x/
H A Ddigi00x-proc.c77 dg00x->card->proc_root); in snd_dg00x_proc_init()
/openbmc/linux/sound/firewire/tascam/
H A Dtascam-proc.c73 tscm->card->proc_root); in snd_tscm_proc_init()
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-proc.c98 oxfw->card->proc_root); in snd_oxfw_proc_init()
/openbmc/linux/sound/firewire/motu/
H A Dmotu-proc.c102 motu->card->proc_root); in snd_motu_proc_init()
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_proc.c90 entry = snd_info_create_card_entry(opl4->card, "opl4-mem", opl4->card->proc_root); in snd_opl4_create_proc()
/openbmc/linux/include/sound/
H A Dcompress_driver.h162 struct snd_info_entry *proc_root; member
H A Dinfo.h133 *entryp = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_proc_new()
H A Dcore.h113 struct snd_info_entry *proc_root; /* root for soundcard specific files */ member
H A Dpcm.h483 struct snd_info_entry *proc_root; member
505 struct snd_info_entry *proc_root; member
/openbmc/linux/sound/synth/emux/
H A Demux_proc.c98 entry = snd_info_create_card_entry(card, name, card->proc_root); in snd_emux_proc_init()
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_proc.c178 bebob->card->proc_root); in snd_bebob_proc_init()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_proc.c214 efw->card->proc_root); in snd_efw_proc_init()
/openbmc/linux/sound/firewire/dice/
H A Ddice-proc.c300 dice->card->proc_root); in snd_dice_create_proc()
/openbmc/linux/sound/pci/ac97/
H A Dac97_proc.c457 bus->card->proc_root); in snd_ac97_bus_proc_init()

12