Searched refs:proc_root (Results 1 - 25 of 44) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_proc.c134 remove_proc_entry(drm_proc_list[i].name, minor->proc_root);
160 minor->proc_root = proc_mkdir(name, root);
161 if (!minor->proc_root) {
167 minor->proc_root, minor);
170 minor->proc_root = NULL;
198 minor->proc_root);
222 if (!root || !minor->proc_root)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_proc.c134 remove_proc_entry(drm_proc_list[i].name, minor->proc_root);
160 minor->proc_root = proc_mkdir(name, root);
161 if (!minor->proc_root) {
167 minor->proc_root, minor);
170 minor->proc_root = NULL;
198 minor->proc_root);
222 if (!root || !minor->proc_root)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/proc/
H A Droot.c144 stat->nlink = proc_root.nlink + nr_processes();
195 struct proc_dir_entry proc_root = { variable in typeref:struct:proc_dir_entry
204 .parent = &proc_root,
H A Dinternal.h14 extern struct proc_dir_entry proc_root;
H A Dinode.c467 pde_get(&proc_root);
468 root_inode = proc_get_inode(s, PROC_ROOT_INO, &proc_root);
481 pde_put(&proc_root);
H A Dproc_net.c208 netd->parent = &proc_root;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/proc/
H A Droot.c144 stat->nlink = proc_root.nlink + nr_processes();
195 struct proc_dir_entry proc_root = { variable in typeref:struct:proc_dir_entry
204 .parent = &proc_root,
H A Dinternal.h14 extern struct proc_dir_entry proc_root;
H A Dinode.c467 pde_get(&proc_root);
468 root_inode = proc_get_inode(s, PROC_ROOT_INO, &proc_root);
481 pde_put(&proc_root);
H A Dproc_net.c208 netd->parent = &proc_root;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dperfcntr.c203 proc_root_ptr = &proc_root ;
262 proc_root_ptr = &proc_root ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dperfcntr.c203 proc_root_ptr = &proc_root ;
262 proc_root_ptr = &proc_root ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/
H A Dinfo.c615 card->proc_root = entry;
630 if (!strcmp(card->id, card->proc_root->name))
633 p = proc_symlink(card->id, snd_proc_root, card->proc_root->name);
650 if (strcmp(card->id, card->proc_root->name))
653 card->proc_root->name);
670 if (card->proc_root)
671 snd_info_disconnect(card->proc_root);
683 snd_info_free_entry(card->proc_root);
684 card->proc_root = NULL;
891 * The parent is assumed as card->proc_root
[all...]
H A Dpcm.c498 if ((entry = snd_info_create_card_entry(pcm->card, name, pcm->card->proc_root)) == NULL)
505 pstr->proc_root = entry;
507 if ((entry = snd_info_create_card_entry(pcm->card, "info", pstr->proc_root)) != NULL) {
518 pstr->proc_root)) != NULL) {
541 snd_info_free_entry(pstr->proc_root);
542 pstr->proc_root = NULL;
555 if ((entry = snd_info_create_card_entry(card, name, substream->pstr->proc_root)) == NULL)
562 substream->proc_root = entry;
564 if ((entry = snd_info_create_card_entry(card, "info", substream->proc_root)) != NULL) {
574 if ((entry = snd_info_create_card_entry(card, "hw_params", substream->proc_root)) !
[all...]
H A Dpcm_memory.c208 if ((entry = snd_info_create_card_entry(substream->pcm->card, "prealloc", substream->proc_root)) != NULL) {
219 if ((entry = snd_info_create_card_entry(substream->pcm->card, "prealloc_max", substream->proc_root)) != NULL) {
H A Dinit.c115 if ((entry = snd_info_create_card_entry(card, "id", card->proc_root)) == NULL) {
524 strcpy(card->id, card->proc_root->name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/
H A Dinfo.c615 card->proc_root = entry;
630 if (!strcmp(card->id, card->proc_root->name))
633 p = proc_symlink(card->id, snd_proc_root, card->proc_root->name);
650 if (strcmp(card->id, card->proc_root->name))
653 card->proc_root->name);
670 if (card->proc_root)
671 snd_info_disconnect(card->proc_root);
683 snd_info_free_entry(card->proc_root);
684 card->proc_root = NULL;
891 * The parent is assumed as card->proc_root
[all...]
H A Dpcm.c498 if ((entry = snd_info_create_card_entry(pcm->card, name, pcm->card->proc_root)) == NULL)
505 pstr->proc_root = entry;
507 if ((entry = snd_info_create_card_entry(pcm->card, "info", pstr->proc_root)) != NULL) {
518 pstr->proc_root)) != NULL) {
541 snd_info_free_entry(pstr->proc_root);
542 pstr->proc_root = NULL;
555 if ((entry = snd_info_create_card_entry(card, name, substream->pstr->proc_root)) == NULL)
562 substream->proc_root = entry;
564 if ((entry = snd_info_create_card_entry(card, "info", substream->proc_root)) != NULL) {
574 if ((entry = snd_info_create_card_entry(card, "hw_params", substream->proc_root)) !
[all...]
H A Dpcm_memory.c208 if ((entry = snd_info_create_card_entry(substream->pcm->card, "prealloc", substream->proc_root)) != NULL) {
219 if ((entry = snd_info_create_card_entry(substream->pcm->card, "prealloc_max", substream->proc_root)) != NULL) {
H A Dinit.c115 if ((entry = snd_info_create_card_entry(card, "id", card->proc_root)) == NULL) {
524 strcpy(card->id, card->proc_root->name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/synth/emux/
H A Demux_proc.c74 entry = snd_info_create_card_entry(card, name, card->proc_root);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_proc.c104 entry = snd_info_create_card_entry(opl4->card, "opl4-mem", opl4->card->proc_root);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_proc.c104 entry = snd_info_create_card_entry(opl4->card, "opl4-mem", opl4->card->proc_root);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/synth/emux/
H A Demux_proc.c74 entry = snd_info_create_card_entry(card, name, card->proc_root);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dcore.h124 struct snd_info_entry *proc_root; /* root for soundcard specific files */ member in struct:snd_card

Completed in 240 milliseconds

12