Home
last modified time | relevance | path

Searched refs:saa7114h_proc_root (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dswarm_saa7114h.c344 static struct proc_dir_entry *saa7114h_proc_root=NULL; variable
453 if (!saa7114h_proc_root || !decoder) in create_proc_decoder()
458 ent = create_proc_entry(name, S_IFREG|S_IRUGO|S_IWUSR, saa7114h_proc_root); in create_proc_decoder()
479 remove_proc_entry(name, saa7114h_proc_root); in destroy_proc_decoder()
485 saa7114h_proc_root = create_proc_entry("saa7114h", S_IFDIR, 0); in proc_saa7114h_create()
487 if (saa7114h_proc_root) in proc_saa7114h_create()
488 saa7114h_proc_root->owner = THIS_MODULE; in proc_saa7114h_create()