Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Dtmio_nand.c104 struct tmio_nand { struct
122 static inline struct tmio_nand *mtd_to_tmio(struct mtd_info *mtd) in mtd_to_tmio() argument
124 return container_of(mtd_to_nand(mtd), struct tmio_nand, chip); in mtd_to_tmio()
133 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_hwcontrol()
164 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_dev_ready()
171 struct tmio_nand *tmio = __tmio; in tmio_irq()
188 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(nand_chip)); in tmio_nand_wait()
225 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_read_byte()
245 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_write_buf()
252 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_read_buf()
[all …]
DMakefile26 obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o