Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c1752 static int mtd_proc_show(struct seq_file *m, void *v) in mtd_proc_show() function
1769 return single_open(file, mtd_proc_show, NULL); in mtd_proc_open()
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c2466 static int mtd_proc_show(struct seq_file *m, void *v) in mtd_proc_show() function
2523 proc_mtd = proc_create_single("mtd", 0, NULL, mtd_proc_show); in init_mtd()