Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c1798 static struct proc_dir_entry *proc_mtd; variable
1820 proc_mtd = proc_create("mtd", 0, NULL, &mtd_proc_ops); in init_mtd()
1829 if (proc_mtd) in init_mtd()
1845 if (proc_mtd) in cleanup_mtd()
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c2507 static struct proc_dir_entry *proc_mtd; variable
2523 proc_mtd = proc_create_single("mtd", 0, NULL, mtd_proc_show); in init_mtd()
2536 if (proc_mtd) in init_mtd()
2551 if (proc_mtd) in cleanup_mtd()