Home
last modified time | relevance | path

Searched refs:get_mtd_device_nm (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtd_uboot.c299 mtd = get_mtd_device_nm(mtd_name); in mtd_probe_devices()
312 mtd = get_mtd_device_nm(linux_name); in mtd_probe_devices()
H A Dmtdcore.c780 struct mtd_info *get_mtd_device_nm(const char *name) in get_mtd_device_nm() function
808 EXPORT_SYMBOL_GPL(get_mtd_device_nm);
/rk3399_rockchip-uboot/cmd/
H A Djffs2.c165 struct mtd_info *mtd = get_mtd_device_nm(CONFIG_JFFS2_DEV); in mtd_device_validate()
297 mtd = get_mtd_device_nm(CONFIG_JFFS2_DEV); in get_part_sector_size_nor()
H A Dmtd.c255 mtd = get_mtd_device_nm(mtd_name); in do_mtd()
H A Dubi.c494 ubi_dev.mtd_info = get_mtd_device_nm(mtd_dev); in ubi_part()
H A Dmtdparts.c310 *mtd = get_mtd_device_nm(mtd_dev); in get_mtd_info()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h527 extern struct mtd_info *get_mtd_device_nm(const char *name);
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dbuild.c1229 mtd = get_mtd_device_nm(mtd_dev); in open_mtd_device()
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_1pass.c405 mtd = get_mtd_device_nm(CONFIG_JFFS2_DEV); in get_fl_mem_norflash()