Home
last modified time | relevance | path

Searched refs:mtd_dev (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/bcm63xx/
Ddev-flash.c49 static struct platform_device mtd_dev = { variable
119 return platform_device_register(&mtd_dev); in bcm63xx_flash_register()
/kernel/linux/linux-5.10/drivers/mtd/ubi/
Dbuild.c1124 static struct mtd_info * __init open_mtd_by_chdev(const char *mtd_dev) in open_mtd_by_chdev() argument
1131 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() argument
1172 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()
/kernel/liteos_a/fs/jffs2/
Djffs2.patch597 +#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 …]