Home
last modified time | relevance | path

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

/u-boot/board/emulation/common/
A Dqemu_mtdparts.c63 mtd = get_mtd_device_nm("nor0"); in board_mtdparts_default()
70 mtd = get_mtd_device_nm("nor1"); in board_mtdparts_default()
A Dqemu_dfu.c61 mtd = get_mtd_device_nm("nor0"); in set_dfu_alt_info()
/u-boot/board/st/common/
A Dstm32mp_mtdparts.c126 mtd = get_mtd_device_nm("nand0"); in board_mtdparts_default()
138 mtd = get_mtd_device_nm("spi-nand0"); in board_mtdparts_default()
A Dstm32mp_dfu.c132 mtd = get_mtd_device_nm("nor0"); in set_dfu_alt_info()
137 mtd = get_mtd_device_nm("nand0"); in set_dfu_alt_info()
141 mtd = get_mtd_device_nm("spi-nand0"); in set_dfu_alt_info()
/u-boot/drivers/mtd/
A Dmtd_uboot.c284 mtd = get_mtd_device_nm(mtd_name); in mtd_probe_devices()
297 mtd = get_mtd_device_nm(linux_name); in mtd_probe_devices()
A Dmtdcore.c779 struct mtd_info *get_mtd_device_nm(const char *name) in get_mtd_device_nm() function
807 EXPORT_SYMBOL_GPL(get_mtd_device_nm);
/u-boot/drivers/dfu/
A Ddfu_mtd.c258 mtd = get_mtd_device_nm(devstr); in dfu_fill_entity_mtd()
/u-boot/cmd/
A Dmtd.c28 mtd = get_mtd_device_nm(name); in get_mtd_by_name()
A Dubi.c517 mtd = get_mtd_device_nm(part_name); in ubi_part()
A Dmtdparts.c312 *mtd = get_mtd_device_nm(mtd_dev); in get_mtd_info()
/u-boot/include/linux/mtd/
A Dmtd.h521 extern struct mtd_info *get_mtd_device_nm(const char *name);
/u-boot/drivers/mtd/ubi/
A Dbuild.c1230 mtd = get_mtd_device_nm(mtd_dev); in open_mtd_device()
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.c605 mtd = get_mtd_device_nm(mtd_id); in init_device()

Completed in 47 milliseconds