Searched refs:mtd_dev (Results 1 – 3 of 3) sorted by relevance
49 static struct platform_device mtd_dev = { variable119 return platform_device_register(&mtd_dev); in bcm63xx_flash_register()
1124 static struct mtd_info * __init open_mtd_by_chdev(const char *mtd_dev) in open_mtd_by_chdev() argument1131 err = kern_path(mtd_dev, LOOKUP_FOLLOW, &path); in open_mtd_by_chdev()1166 static struct mtd_info * __init open_mtd_device(const char *mtd_dev) in open_mtd_device() argument1172 mtd_num = simple_strtoul(mtd_dev, &endp, 0); in open_mtd_device()1173 if (*endp != '\0' || mtd_dev == endp) { in open_mtd_device()1178 mtd = get_mtd_device_nm(mtd_dev); in open_mtd_device()1181 mtd = open_mtd_by_chdev(mtd_dev); in open_mtd_device()
597 +#include <mtd_dev.h>1099 +#include <mtd_dev.h>2141 +#include "mtd_dev.h"3569 +#include "mtd_dev.h"4102 +#include "mtd_dev.h"4457 +#include <mtd_dev.h>4769 +#include <mtd_dev.h>5139 +#include <mtd_dev.h>5295 +#include <mtd_dev.h>5562 +#include "mtd_dev.h"[all …]