Searched refs:proc_mtd (Results 1 – 2 of 2) sorted by relevance
1799 static struct proc_dir_entry *proc_mtd; variable1821 proc_mtd = proc_create("mtd", 0, NULL, &mtd_proc_ops); in init_mtd()1830 if (proc_mtd) in init_mtd()1846 if (proc_mtd) in cleanup_mtd()
2200 static struct proc_dir_entry *proc_mtd; variable2216 proc_mtd = proc_create_single("mtd", 0, NULL, mtd_proc_show); in init_mtd()2227 if (proc_mtd) in init_mtd()2241 if (proc_mtd) in cleanup_mtd()