Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/sound/core/
H A Dinfo.c514 card->proc_root = entry; in snd_info_card_create()
532 err = snd_info_register(card->proc_root); in snd_info_card_register()
536 if (!strcmp(card->id, card->proc_root->name)) in snd_info_card_register()
541 p = proc_symlink(card->id, snd_proc_root->p, card->proc_root->name); in snd_info_card_register()
558 if (strcmp(card->id, card->proc_root->name)) in snd_info_card_id_change()
561 card->proc_root->name); in snd_info_card_id_change()
576 if (card->proc_root) in snd_info_card_disconnect()
577 snd_info_disconnect(card->proc_root); in snd_info_card_disconnect()
589 snd_info_free_entry(card->proc_root); in snd_info_card_free()
590 card->proc_root = NULL; in snd_info_card_free()
[all …]
H A Dpcm.c512 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()
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.c210 substream->proc_root); in preallocate_info_init()
218 substream->proc_root); in preallocate_info_init()
H A Dinit.c629 if (card->proc_root->name) in snd_card_set_id_no_lock()
630 strlcpy(card->id, card->proc_root->name, sizeof(card->id)); in snd_card_set_id_no_lock()
/OK3568_Linux_fs/kernel/fs/proc/
H A Droot.c196 pde_get(&proc_root); in proc_fill_super()
197 root_inode = proc_get_inode(s, &proc_root); in proc_fill_super()
315 stat->nlink = proc_root.nlink + nr_processes(); in proc_root_getattr()
361 struct proc_dir_entry proc_root = { variable
369 .parent = &proc_root,
H A Dinternal.h279 extern struct proc_dir_entry proc_root;
H A Dgeneric.c169 de = &proc_root; in __xlate_proc_name()
422 if (*parent == &proc_root && name_to_int(&qstr) != ~0U) { in __proc_create()
H A Dproc_net.c351 netd->parent = &proc_root; in proc_net_ns_init()
/OK3568_Linux_fs/kernel/sound/firewire/fireface/
H A Dff-proc.c56 ff->card->proc_root); in snd_ff_proc_init()
/OK3568_Linux_fs/kernel/sound/firewire/digi00x/
H A Ddigi00x-proc.c77 dg00x->card->proc_root); in snd_dg00x_proc_init()
/OK3568_Linux_fs/kernel/sound/firewire/tascam/
H A Dtascam-proc.c73 tscm->card->proc_root); in snd_tscm_proc_init()
/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H A Doxfw-proc.c98 oxfw->card->proc_root); in snd_oxfw_proc_init()
/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Dmotu-proc.c102 motu->card->proc_root); in snd_motu_proc_init()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/sound/
H A Dcompress_driver.h165 struct snd_info_entry *proc_root; member
H A Dinfo.h140 *entryp = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_proc_new()
H A Dcore.h112 struct snd_info_entry *proc_root; /* root for soundcard specific files */ member
H A Dpcm.h482 struct snd_info_entry *proc_root; member
504 struct snd_info_entry *proc_root; member
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Demux_proc.c98 entry = snd_info_create_card_entry(card, name, card->proc_root); in snd_emux_proc_init()
/OK3568_Linux_fs/kernel/sound/firewire/bebob/
H A Dbebob_proc.c178 bebob->card->proc_root); in snd_bebob_proc_init()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A Dfireworks_proc.c214 efw->card->proc_root); in snd_efw_proc_init()
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-proc.c300 dice->card->proc_root); in snd_dice_create_proc()
/OK3568_Linux_fs/kernel/sound/pci/ac97/
H A Dac97_proc.c457 bus->card->proc_root); in snd_ac97_bus_proc_init()
/OK3568_Linux_fs/kernel/drivers/mtd/rknand/
H A Drknand_base_ko.c69 #define NANDPROC_ROOT (&proc_root)

12