Lines Matching refs:nand_chip
302 struct nand_chip *this = mtd->priv; in doc2000_write_byte()
314 struct nand_chip *this = mtd->priv; in doc2000_read_byte()
329 struct nand_chip *this = mtd->priv; in doc2000_writebuf()
346 struct nand_chip *this = mtd->priv; in doc2000_readbuf()
361 struct nand_chip *this = mtd->priv; in doc2000_readbuf_dword()
382 struct nand_chip *this = mtd->priv; in doc200x_ident_chip()
428 struct nand_chip *this = mtd->priv; in doc2000_count_chips()
448 static int doc200x_wait(struct mtd_info *mtd, struct nand_chip *this) in doc200x_wait()
464 struct nand_chip *this = mtd->priv; in doc2001_write_byte()
475 struct nand_chip *this = mtd->priv; in doc2001_read_byte()
489 struct nand_chip *this = mtd->priv; in doc2001_writebuf()
502 struct nand_chip *this = mtd->priv; in doc2001_readbuf()
519 struct nand_chip *this = mtd->priv; in doc2001plus_read_byte()
534 struct nand_chip *this = mtd->priv; in doc2001plus_writebuf()
552 struct nand_chip *this = mtd->priv; in doc2001plus_readbuf()
583 struct nand_chip *this = mtd->priv; in doc2001plus_select_chip()
610 struct nand_chip *this = mtd->priv; in doc200x_select_chip()
641 struct nand_chip *this = mtd->priv; in doc200x_hwcontrol()
664 struct nand_chip *this = mtd->priv; in doc2001plus_command()
770 struct nand_chip *this = mtd->priv; in doc200x_dev_ready()
810 struct nand_chip *this = mtd->priv; in doc200x_enable_hwecc()
829 struct nand_chip *this = mtd->priv; in doc2001plus_enable_hwecc()
849 struct nand_chip *this = mtd->priv; in doc200x_calculate_ecc()
910 struct nand_chip *this = mtd->priv; in doc200x_correct_data()
1010 struct nand_chip *this = mtd->priv; in find_media_headers()
1053 struct nand_chip *this = mtd->priv; in nftl_partscan()
1155 struct nand_chip *this = mtd->priv; in inftl_partscan()
1275 struct nand_chip *this = mtd->priv; in nftl_scan_bbt()
1310 struct nand_chip *this = mtd->priv; in inftl_scan_bbt()
1363 struct nand_chip *this = mtd->priv; in doc2000_init()
1379 struct nand_chip *this = mtd->priv; in doc2001_init()
1409 struct nand_chip *this = mtd->priv; in doc2001plus_init()
1431 struct nand_chip *nand; in doc_probe()
1560 sizeof(struct nand_chip) + sizeof(struct doc_priv) + (2 * sizeof(struct nand_bbt_descr)); in doc_probe()
1567 nand = (struct nand_chip *) (mtd + 1); in doc_probe()
1642 struct nand_chip *nand; in release_nanddoc()