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

/linux-4.4.14/drivers/mtd/nand/
H A Dtmio_nand.c105 struct tmio_nand { struct
122 #define mtd_to_tmio(m) container_of(m, struct tmio_nand, mtd)
130 struct tmio_nand *tmio = mtd_to_tmio(mtd); tmio_nand_hwcontrol()
162 struct tmio_nand *tmio = mtd_to_tmio(mtd); tmio_nand_dev_ready()
169 struct tmio_nand *tmio = __tmio; tmio_irq()
191 struct tmio_nand *tmio = mtd_to_tmio(mtd); tmio_nand_wait()
227 struct tmio_nand *tmio = mtd_to_tmio(mtd); tmio_nand_read_byte()
247 struct tmio_nand *tmio = mtd_to_tmio(mtd); tmio_nand_write_buf()
254 struct tmio_nand *tmio = mtd_to_tmio(mtd); tmio_nand_read_buf()
261 struct tmio_nand *tmio = mtd_to_tmio(mtd); tmio_nand_enable_hwecc()
271 struct tmio_nand *tmio = mtd_to_tmio(mtd); tmio_nand_calculate_ecc()
305 static int tmio_hw_init(struct platform_device *dev, struct tmio_nand *tmio) tmio_hw_init()
349 static void tmio_hw_stop(struct platform_device *dev, struct tmio_nand *tmio) tmio_hw_stop()
366 struct tmio_nand *tmio; tmio_probe()
457 struct tmio_nand *tmio = platform_get_drvdata(dev); tmio_remove()
H A DMakefile34 obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o

Completed in 65 milliseconds