Lines Matching refs:nand_chip
100 struct nand_chip *this = mtd->priv; in cs553x_read_buf()
112 struct nand_chip *this = mtd->priv; in cs553x_write_buf()
124 struct nand_chip *this = mtd->priv; in cs553x_read_byte()
130 struct nand_chip *this = mtd->priv; in cs553x_write_byte()
143 struct nand_chip *this = mtd->priv; in cs553x_hwcontrol()
155 struct nand_chip *this = mtd->priv; in cs553x_device_ready()
164 struct nand_chip *this = mtd->priv; in cs_enable_hwecc()
173 struct nand_chip *this = mtd->priv; in cs_calculate_ecc()
189 struct nand_chip *this; in cs553x_init_one()
200 new_mtd = kzalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL); in cs553x_init_one()
207 this = (struct nand_chip *)(&new_mtd[1]); in cs553x_init_one()
334 struct nand_chip *this; in cs553x_cleanup()