Lines Matching refs:nand_chip
105 struct nand_chip nand_chip; member
156 struct nand_chip *chip = mtd_to_nand(mtd); in read_byte()
182 struct nand_chip *chip = mtd_to_nand(mtd); in read_buf()
207 struct nand_chip *chip = mtd_to_nand(mtd); in nand_dev_ready()
258 struct nand_chip *chip = mtd_to_nand(mtd); in nand_command()
506 static int nand_rw_page(struct mtd_info *mtd, struct nand_chip *chip, in nand_rw_page()
657 struct nand_chip *chip, uint8_t *buf, int oob_required, int page) in nand_read_page_hwecc()
670 struct nand_chip *chip, const uint8_t *buf, int oob_required, in nand_write_page_hwecc()
690 struct nand_chip *chip, uint8_t *buf, int oob_required, int page) in nand_read_page_raw()
703 struct nand_chip *chip, const uint8_t *buf, in nand_write_page_raw()
722 static int nand_rw_oob(struct mtd_info *mtd, struct nand_chip *chip, in nand_rw_oob()
822 static int nand_read_oob(struct mtd_info *mtd, struct nand_chip *chip, in nand_read_oob()
840 static int nand_write_oob(struct mtd_info *mtd, struct nand_chip *chip, in nand_write_oob()
922 struct nand_chip *nand = &tegra->nand_chip; in tegra_probe()