Home
last modified time | relevance | path

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

12

/Linux-v4.19/sound/core/
Dinfo.c522 card->proc_root = entry; in snd_info_card_create()
560 err = snd_info_register_recursive(card->proc_root); in snd_info_card_register()
564 if (!strcmp(card->id, card->proc_root->name)) in snd_info_card_register()
569 p = proc_symlink(card->id, snd_proc_root->p, card->proc_root->name); in snd_info_card_register()
586 if (strcmp(card->id, card->proc_root->name)) in snd_info_card_id_change()
589 card->proc_root->name); in snd_info_card_id_change()
604 if (card->proc_root) in snd_info_card_disconnect()
605 snd_info_disconnect(card->proc_root); in snd_info_card_disconnect()
617 snd_info_free_entry(card->proc_root); in snd_info_card_free()
618 card->proc_root = NULL; in snd_info_card_free()
Dpcm.c525 pcm->card->proc_root); in snd_pcm_stream_proc_init()
533 pstr->proc_root = entry; in snd_pcm_stream_proc_init()
534 entry = snd_info_create_card_entry(pcm->card, "info", pstr->proc_root); in snd_pcm_stream_proc_init()
546 pstr->proc_root); in snd_pcm_stream_proc_init()
570 snd_info_free_entry(pstr->proc_root); in snd_pcm_stream_proc_done()
571 pstr->proc_root = NULL; in snd_pcm_stream_proc_done()
585 substream->pstr->proc_root); in snd_pcm_substream_proc_init()
593 substream->proc_root = entry; in snd_pcm_substream_proc_init()
594 entry = snd_info_create_card_entry(card, "info", substream->proc_root); in snd_pcm_substream_proc_init()
605 substream->proc_root); in snd_pcm_substream_proc_init()
[all …]
Dpcm_memory.c201 …if ((entry = snd_info_create_card_entry(substream->pcm->card, "prealloc", substream->proc_root)) !… in preallocate_info_init()
212 …if ((entry = snd_info_create_card_entry(substream->pcm->card, "prealloc_max", substream->proc_root in preallocate_info_init()
Dcompress_offload.c1001 compr->card->proc_root); in snd_compress_proc_init()
1009 compr->proc_root = entry; in snd_compress_proc_init()
1012 compr->proc_root); in snd_compress_proc_init()
1030 snd_info_free_entry(compr->proc_root); in snd_compress_proc_done()
1031 compr->proc_root = NULL; in snd_compress_proc_done()
Dinit.c114 entry = snd_info_create_card_entry(card, "id", card->proc_root); in init_info_for_card()
645 if (card->proc_root->name) in snd_card_set_id_no_lock()
646 strlcpy(card->id, card->proc_root->name, sizeof(card->id)); in snd_card_set_id_no_lock()
/Linux-v4.19/fs/proc/
Droot.c151 stat->nlink = proc_root.nlink + nr_processes(); in proc_root_getattr()
197 struct proc_dir_entry proc_root = { variable
205 .parent = &proc_root,
Dinode.c519 pde_get(&proc_root); in proc_fill_super()
520 root_inode = proc_get_inode(s, &proc_root); in proc_fill_super()
Dinternal.h271 extern struct proc_dir_entry proc_root;
Dgeneric.c165 de = &proc_root; in __xlate_proc_name()
399 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) { in __proc_create()
Dproc_net.c327 netd->parent = &proc_root; in proc_net_ns_init()
/Linux-v4.19/sound/firewire/fireface/
Dff-proc.c52 ff->card->proc_root); in snd_ff_proc_init()
/Linux-v4.19/sound/firewire/digi00x/
Ddigi00x-proc.c78 dg00x->card->proc_root); in snd_dg00x_proc_init()
/Linux-v4.19/sound/firewire/tascam/
Dtascam-proc.c78 tscm->card->proc_root); in snd_tscm_proc_init()
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-proc.c103 oxfw->card->proc_root); in snd_oxfw_proc_init()
/Linux-v4.19/include/sound/
Dcompress_driver.h145 struct snd_info_entry *proc_root; member
Dinfo.h151 *entryp = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_proc_new()
Dcore.h122 struct snd_info_entry *proc_root; /* root for soundcard specific files */ member
Dpcm.h484 struct snd_info_entry *proc_root; member
514 struct snd_info_entry *proc_root; member
/Linux-v4.19/sound/firewire/motu/
Dmotu-proc.c107 motu->card->proc_root); in snd_motu_proc_init()
/Linux-v4.19/sound/drivers/opl4/
Dopl4_proc.c103 entry = snd_info_create_card_entry(opl4->card, "opl4-mem", opl4->card->proc_root); in snd_opl4_create_proc()
/Linux-v4.19/sound/synth/emux/
Demux_proc.c111 entry = snd_info_create_card_entry(card, name, card->proc_root); in snd_emux_proc_init()
/Linux-v4.19/sound/firewire/bebob/
Dbebob_proc.c183 bebob->card->proc_root); in snd_bebob_proc_init()
/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_proc.c219 efw->card->proc_root); in snd_efw_proc_init()
/Linux-v4.19/sound/firewire/dice/
Ddice-proc.c305 dice->card->proc_root); in snd_dice_create_proc()
/Linux-v4.19/sound/pci/ac97/
Dac97_proc.c476 if ((entry = snd_info_create_card_entry(bus->card, name, bus->card->proc_root)) != NULL) { in snd_ac97_bus_proc_init()

12