Searched refs:mtd_proc_show (Results 1 – 2 of 2) sorted by relevance
1752 static int mtd_proc_show(struct seq_file *m, void *v) in mtd_proc_show() function1769 return single_open(file, mtd_proc_show, NULL); in mtd_proc_open()
2466 static int mtd_proc_show(struct seq_file *m, void *v) in mtd_proc_show() function2523 proc_mtd = proc_create_single("mtd", 0, NULL, mtd_proc_show); in init_mtd()