Lines Matching refs:platform_device
64 struct platform_device *dev;
80 static struct platform_device *mtd_to_platdev(struct mtd_info *mtd) in mtd_to_platdev()
87 static void __iomem *ndregaddr(struct platform_device *dev, unsigned int reg) in ndregaddr()
95 static u32 txx9ndfmc_read(struct platform_device *dev, unsigned int reg) in txx9ndfmc_read()
100 static void txx9ndfmc_write(struct platform_device *dev, in txx9ndfmc_write()
108 struct platform_device *dev = mtd_to_platdev(mtd); in txx9ndfmc_read_byte()
116 struct platform_device *dev = mtd_to_platdev(mtd); in txx9ndfmc_write_buf()
128 struct platform_device *dev = mtd_to_platdev(mtd); in txx9ndfmc_read_buf()
140 struct platform_device *dev = txx9_priv->dev; in txx9ndfmc_cmd_ctrl()
169 struct platform_device *dev = mtd_to_platdev(mtd); in txx9ndfmc_dev_ready()
177 struct platform_device *dev = mtd_to_platdev(mtd); in txx9ndfmc_calculate_ecc()
217 struct platform_device *dev = mtd_to_platdev(mtd); in txx9ndfmc_enable_hwecc()
226 static void txx9ndfmc_initialize(struct platform_device *dev) in txx9ndfmc_initialize()
275 static int __init txx9ndfmc_probe(struct platform_device *dev) in txx9ndfmc_probe()
380 static int __exit txx9ndfmc_remove(struct platform_device *dev) in txx9ndfmc_remove()
405 static int txx9ndfmc_resume(struct platform_device *dev) in txx9ndfmc_resume()