Home
last modified time | relevance | path

Searched refs:nand_chip (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/mtd/nand/
Dspia.c107 struct nand_chip *this; in spia_init()
110 spia_mtd = kmalloc (sizeof(struct mtd_info) + sizeof (struct nand_chip), in spia_init()
118 this = (struct nand_chip *) (&spia_mtd[1]); in spia_init()
122 memset((char *) this, 0, sizeof(struct nand_chip)); in spia_init()
179 struct nand_chip *this = (struct nand_chip *) &spia_mtd[1]; in spia_cleanup()
Dedb7312.c129 struct nand_chip *this; in ep7312_init()
137 sizeof(struct nand_chip), in ep7312_init()
153 this = (struct nand_chip *) (&ep7312_mtd[1]); in ep7312_init()
157 memset((char *) this, 0, sizeof(struct nand_chip)); in ep7312_init()
232 struct nand_chip *this = (struct nand_chip *) &ep7312_mtd[1]; in ep7312_cleanup()
Dautcpu12.c147 struct nand_chip *this; in autcpu12_init()
151 autcpu12_mtd = kmalloc (sizeof(struct mtd_info) + sizeof (struct nand_chip), in autcpu12_init()
168 this = (struct nand_chip *) (&autcpu12_mtd[1]); in autcpu12_init()
172 memset((char *) this, 0, sizeof(struct nand_chip)); in autcpu12_init()
243 struct nand_chip *this = (struct nand_chip *) &autcpu12_mtd[1]; in autcpu12_cleanup()
Dnand.c173 static int nand_write_page (struct mtd_info *mtd, struct nand_chip *this, int page, int col,
180 register struct nand_chip *this = mtd->priv; in nand_command()
272 static inline void nand_get_chip (struct nand_chip *this, struct mtd_info *mtd, int new_state, int … in nand_get_chip()
316 static int nand_wait(struct mtd_info *mtd, struct nand_chip *this, int state) in nand_wait()
356 static int nand_write_page (struct mtd_info *mtd, struct nand_chip *this, in nand_write_page()
556 struct nand_chip *this = mtd->priv; in nand_read_ecc()
732 struct nand_chip *this = mtd->priv; in nand_read_oob()
797 struct nand_chip *this = mtd->priv; in nand_write_ecc()
882 struct nand_chip *this = mtd->priv; in nand_write_oob()
982 struct nand_chip *this = mtd->priv; in nand_writev_ecc()
[all …]
/linux-2.4.37.9/include/linux/mtd/
Dnand.h160 struct nand_chip { struct
166 int (*waitfunc)(struct mtd_info *mtd, struct nand_chip *this, int state); argument