Searched refs:mtd_dev (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/bcm63xx/ |
H A D | dev-flash.c | 49 static struct platform_device mtd_dev = { variable 119 return platform_device_register(&mtd_dev); in bcm63xx_flash_register()
|
/kernel/linux/linux-6.6/arch/mips/bcm63xx/ |
H A D | dev-flash.c | 49 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/ |
H A D | build.c | 828 * This function attaches MTD device @mtd_dev to UBI and assign @ubi_num number 1141 * @mtd_dev: MTD character device node path 1147 static struct mtd_info * __init open_mtd_by_chdev(const char *mtd_dev) in open_mtd_by_chdev() argument 1154 err = kern_path(mtd_dev, LOOKUP_FOLLOW, &path); in open_mtd_by_chdev() 1181 * @mtd_dev: name, character device node path, or MTD device device number 1183 * This function tries to open and MTD device described by @mtd_dev string, 1189 static struct mtd_info * __init open_mtd_device(const char *mtd_dev) in open_mtd_device() argument 1195 mtd_num = simple_strtoul(mtd_dev, &endp, 0); in open_mtd_device() 1196 if (*endp != '\0' || mtd_dev == endp) { in open_mtd_device() 1201 mtd = get_mtd_device_nm(mtd_dev); in open_mtd_device() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | build.c | 829 * This function attaches MTD device @mtd_dev to UBI and assign @ubi_num number 1147 * @mtd_dev: MTD character device node path 1153 static struct mtd_info * __init open_mtd_by_chdev(const char *mtd_dev) in open_mtd_by_chdev() argument 1160 err = kern_path(mtd_dev, LOOKUP_FOLLOW, &path); in open_mtd_by_chdev() 1187 * @mtd_dev: name, character device node path, or MTD device device number 1189 * This function tries to open and MTD device described by @mtd_dev string, 1195 static struct mtd_info * __init open_mtd_device(const char *mtd_dev) in open_mtd_device() argument 1201 mtd_num = simple_strtoul(mtd_dev, &endp, 0); in open_mtd_device() 1202 if (*endp != '\0' || mtd_dev == endp) { in open_mtd_device() 1207 mtd = get_mtd_device_nm(mtd_dev); in open_mtd_device() [all...] |
Completed in 4 milliseconds