Lines Matching refs:nand_chip

299 	struct nand_chip *this = mtd->priv;  in doc2000_write_byte()
311 struct nand_chip *this = mtd->priv; in doc2000_read_byte()
326 struct nand_chip *this = mtd->priv; in doc2000_writebuf()
343 struct nand_chip *this = mtd->priv; in doc2000_readbuf()
358 struct nand_chip *this = mtd->priv; in doc2000_readbuf_dword()
379 struct nand_chip *this = mtd->priv; in doc200x_ident_chip()
425 struct nand_chip *this = mtd->priv; in doc2000_count_chips()
445 static int doc200x_wait(struct mtd_info *mtd, struct nand_chip *this) in doc200x_wait()
461 struct nand_chip *this = mtd->priv; in doc2001_write_byte()
472 struct nand_chip *this = mtd->priv; in doc2001_read_byte()
486 struct nand_chip *this = mtd->priv; in doc2001_writebuf()
499 struct nand_chip *this = mtd->priv; in doc2001_readbuf()
516 struct nand_chip *this = mtd->priv; in doc2001plus_read_byte()
531 struct nand_chip *this = mtd->priv; in doc2001plus_writebuf()
549 struct nand_chip *this = mtd->priv; in doc2001plus_readbuf()
580 struct nand_chip *this = mtd->priv; in doc2001plus_select_chip()
607 struct nand_chip *this = mtd->priv; in doc200x_select_chip()
638 struct nand_chip *this = mtd->priv; in doc200x_hwcontrol()
661 struct nand_chip *this = mtd->priv; in doc2001plus_command()
767 struct nand_chip *this = mtd->priv; in doc200x_dev_ready()
807 struct nand_chip *this = mtd->priv; in doc200x_enable_hwecc()
826 struct nand_chip *this = mtd->priv; in doc2001plus_enable_hwecc()
846 struct nand_chip *this = mtd->priv; in doc200x_calculate_ecc()
907 struct nand_chip *this = mtd->priv; in doc200x_correct_data()
1007 struct nand_chip *this = mtd->priv; in find_media_headers()
1050 struct nand_chip *this = mtd->priv; in nftl_partscan()
1152 struct nand_chip *this = mtd->priv; in inftl_partscan()
1272 struct nand_chip *this = mtd->priv; in nftl_scan_bbt()
1310 struct nand_chip *this = mtd->priv; in inftl_scan_bbt()
1366 struct nand_chip *this = mtd->priv; in doc2000_init()
1382 struct nand_chip *this = mtd->priv; in doc2001_init()
1412 struct nand_chip *this = mtd->priv; in doc2001plus_init()
1434 struct nand_chip *nand; in doc_probe()
1563 sizeof(struct nand_chip) + sizeof(struct doc_priv) + (2 * sizeof(struct nand_bbt_descr)); in doc_probe()
1570 nand = (struct nand_chip *) (mtd + 1); in doc_probe()
1643 struct nand_chip *nand; in release_nanddoc()