Lines Matching refs:nand_chip
104 struct nand_chip nand_chip; member
155 struct nand_chip *chip = mtd_to_nand(mtd); in read_byte()
181 struct nand_chip *chip = mtd_to_nand(mtd); in read_buf()
206 struct nand_chip *chip = mtd_to_nand(mtd); in nand_dev_ready()
257 struct nand_chip *chip = mtd_to_nand(mtd); in nand_command()
505 static int nand_rw_page(struct mtd_info *mtd, struct nand_chip *chip, in nand_rw_page()
656 struct nand_chip *chip, uint8_t *buf, int oob_required, int page) in nand_read_page_hwecc()
669 struct nand_chip *chip, const uint8_t *buf, int oob_required, in nand_write_page_hwecc()
689 struct nand_chip *chip, uint8_t *buf, int oob_required, int page) in nand_read_page_raw()
702 struct nand_chip *chip, const uint8_t *buf, in nand_write_page_raw()
721 static int nand_rw_oob(struct mtd_info *mtd, struct nand_chip *chip, in nand_rw_oob()
821 static int nand_read_oob(struct mtd_info *mtd, struct nand_chip *chip, in nand_read_oob()
839 static int nand_write_oob(struct mtd_info *mtd, struct nand_chip *chip, in nand_write_oob()
921 struct nand_chip *nand = &tegra->nand_chip; in tegra_probe()