Home
last modified time | relevance | path

Searched refs:spinand_to_mtd (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/mtd/nand/spi/
Dcore.c308 struct mtd_info *mtd = spinand_to_mtd(spinand); in spinand_ondie_ecc_finish_io_req()
381 struct mtd_info *mtd = spinand_to_mtd(spinand); in spinand_read_from_cache_op()
456 struct mtd_info *mtd = spinand_to_mtd(spinand); in spinand_write_to_cache_op()
1391 struct mtd_info *mtd = spinand_to_mtd(spinand); in spinand_init()
1520 mtd = spinand_to_mtd(spinand); in spinand_probe()
1546 mtd = spinand_to_mtd(spinand); in spinand_remove()
/linux-6.12.1/include/linux/mtd/
Dspinand.h491 static inline struct mtd_info *spinand_to_mtd(struct spinand_device *spinand) in spinand_to_mtd() function