Searched refs:mtd_dev (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/bcm63xx/
H A Ddev-flash.c49 static struct platform_device mtd_dev = { variable in typeref:struct:platform_device
119 return platform_device_register(&mtd_dev);
/linux-master/drivers/mtd/ubi/
H A Dbuild.c836 * This function attaches MTD device @mtd_dev to UBI and assign @ubi_num number
1162 * @mtd_dev: MTD character device node path
1168 static struct mtd_info * __init open_mtd_by_chdev(const char *mtd_dev) argument
1175 err = kern_path(mtd_dev, LOOKUP_FOLLOW, &path);
1202 * @mtd_dev: name, character device node path, or MTD device device number
1204 * This function tries to open and MTD device described by @mtd_dev string,
1210 static struct mtd_info * __init open_mtd_device(const char *mtd_dev) argument
1216 mtd_num = simple_strtoul(mtd_dev, &endp, 0);
1217 if (*endp != '\0' || mtd_dev == endp) {
1222 mtd = get_mtd_device_nm(mtd_dev);
[all...]

Completed in 117 milliseconds