Searched refs:nand_chip (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dat91_nand.c33 struct nand_chip nand_chip; member in struct:at91_nand_host
44 struct nand_chip *nand_chip = mtd->priv; local
45 struct at91_nand_host *host = nand_chip->priv;
61 struct nand_chip *nand_chip = mtd->priv; local
62 struct at91_nand_host *host = nand_chip->priv;
96 struct nand_chip *nand_chip; local
[all...]
H A Dedb7312.c83 struct nand_chip *chip = mtd->priv;
115 struct nand_chip *this;
122 ep7312_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL);
137 this = (struct nand_chip *)(&ep7312_mtd[1]);
141 memset(this, 0, sizeof(struct nand_chip));
196 struct nand_chip *this = (struct nand_chip *)&ep7312_mtd[1];
H A Dh1910.c67 struct nand_chip *chip = mtd->priv;
82 struct nand_chip *this;
98 h1910_nand_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL);
106 this = (struct nand_chip *)(&h1910_nand_mtd[1]);
110 memset(this, 0, sizeof(struct nand_chip));
166 struct nand_chip *this = (struct nand_chip *)&h1910_nand_mtd[1];
H A Dspia.c93 struct nand_chip *chip = mtd->priv;
113 struct nand_chip *this;
116 spia_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL);
123 this = (struct nand_chip *)(&spia_mtd[1]);
127 memset(this, 0, sizeof(struct nand_chip));
H A Dcmx270_nand.c69 struct nand_chip *this = mtd->priv;
77 struct nand_chip *this = mtd->priv;
86 struct nand_chip *this = mtd->priv;
95 struct nand_chip *this = mtd->priv;
122 struct nand_chip* this = mtd->priv;
165 struct nand_chip *this;
173 sizeof(struct nand_chip),
188 this = (struct nand_chip *)(&cmx270_nand_mtd[1]);
H A Dts7250.c94 struct nand_chip *chip = mtd->priv;
124 struct nand_chip *this;
133 ts7250_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL);
140 this = (struct nand_chip *)(&ts7250_mtd[1]);
144 memset(this, 0, sizeof(struct nand_chip));
H A Dau1550nd.c56 struct nand_chip *this = mtd->priv;
71 struct nand_chip *this = mtd->priv;
85 struct nand_chip *this = mtd->priv;
101 struct nand_chip *this = mtd->priv;
115 struct nand_chip *this = mtd->priv;
132 struct nand_chip *this = mtd->priv;
151 struct nand_chip *this = mtd->priv;
170 struct nand_chip *this = mtd->priv;
192 struct nand_chip *this = mtd->priv;
214 struct nand_chip *thi
[all...]
H A Dcs553x_nand.c97 struct nand_chip *this = mtd->priv;
109 struct nand_chip *this = mtd->priv;
121 struct nand_chip *this = mtd->priv;
127 struct nand_chip *this = mtd->priv;
140 struct nand_chip *this = mtd->priv;
152 struct nand_chip *this = mtd->priv;
161 struct nand_chip *this = mtd->priv;
170 struct nand_chip *this = mtd->priv;
186 struct nand_chip *this;
197 new_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNE
[all...]
H A Dams-delta.c64 struct nand_chip *this = mtd->priv;
77 struct nand_chip *this = mtd->priv;
156 struct nand_chip *this;
161 sizeof(struct nand_chip), GFP_KERNEL);
171 this = (struct nand_chip *) (&ams_delta_mtd[1]);
175 memset(this, 0, sizeof(struct nand_chip));
H A Dppchameleonevb.c114 struct nand_chip *chip = mtd->priv;
146 struct nand_chip *chip = mtd->priv;
204 struct nand_chip *this;
215 ppchameleon_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL);
230 this = (struct nand_chip *)(&ppchameleon_mtd[1]);
234 memset(this, 0, sizeof(struct nand_chip));
315 ppchameleonevb_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL);
334 this = (struct nand_chip *)(&ppchameleonevb_mtd[1]);
338 memset(this, 0, sizeof(struct nand_chip));
419 struct nand_chip *thi
[all...]
H A Dautcpu12.c101 struct nand_chip *chip = mtd->priv;
135 struct nand_chip *this;
139 autcpu12_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip),
156 this = (struct nand_chip *)(&autcpu12_mtd[1]);
160 memset(this, 0, sizeof(struct nand_chip));
H A Dtoto.c89 struct nand_chip *chip = mtd->priv;
121 struct nand_chip *this;
125 toto_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL);
133 this = (struct nand_chip *)(&toto_mtd[1]);
137 memset(this, 0, sizeof(struct nand_chip));
H A Dnand_base.c84 static int nand_get_device(struct nand_chip *chip, struct mtd_info *mtd,
104 struct nand_chip *chip = mtd->priv;
132 struct nand_chip *chip = mtd->priv;
145 struct nand_chip *chip = mtd->priv;
158 struct nand_chip *chip = mtd->priv;
171 struct nand_chip *chip = mtd->priv;
196 struct nand_chip *chip = mtd->priv;
213 struct nand_chip *chip = mtd->priv;
230 struct nand_chip *chip = mtd->priv;
249 struct nand_chip *chi
[all...]
H A Ddiskonchip.c308 struct nand_chip *this = mtd->priv;
320 struct nand_chip *this = mtd->priv;
335 struct nand_chip *this = mtd->priv;
352 struct nand_chip *this = mtd->priv;
367 struct nand_chip *this = mtd->priv;
388 struct nand_chip *this = mtd->priv;
401 struct nand_chip *this = mtd->priv;
447 struct nand_chip *this = mtd->priv;
467 static int doc200x_wait(struct mtd_info *mtd, struct nand_chip *this)
483 struct nand_chip *thi
[all...]
H A Dsharpsl.c89 struct nand_chip *chip = mtd->priv;
157 struct nand_chip *this;
162 sharpsl_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL);
177 this = (struct nand_chip *)(&sharpsl_mtd[1]);
181 memset(this, 0, sizeof(struct nand_chip));
H A Drtc_from4.c173 struct nand_chip *chip = (mtd->priv);
195 struct nand_chip *this = mtd->priv;
247 struct nand_chip *this = mtd->priv;
406 static int rtc_from4_errstat(struct mtd_info *mtd, struct nand_chip *this,
478 struct nand_chip *this;
483 rtc_from4_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL);
490 this = (struct nand_chip *)(&rtc_from4_mtd[1]);
494 memset(this, 0, sizeof(struct nand_chip));
H A Dnand_bbt.c149 struct nand_chip *this = mtd->priv;
213 struct nand_chip *this = mtd->priv;
285 struct nand_chip *this = mtd->priv;
374 struct nand_chip *this = mtd->priv;
463 struct nand_chip *this = mtd->priv;
563 struct nand_chip *this = mtd->priv;
758 struct nand_chip *this = mtd->priv;
779 struct nand_chip *this = mtd->priv;
891 struct nand_chip *this = mtd->priv;
956 struct nand_chip *thi
[all...]
H A Dndfc.c31 struct nand_chip chip;
49 struct nand_chip *nandchip = mtd->priv;
151 struct nand_chip *chip = &mtd->chip;
H A Dexcite_nandflash.c90 struct nand_chip board_chip;
167 struct nand_chip *board_chip; /* private flash chip data */
H A Dnandsim.c467 struct nand_chip *chip = (struct nand_chip *)mtd->priv;
1586 struct nandsim *ns = (struct nandsim *)((struct nand_chip *)mtd->priv)->priv;
1659 struct nandsim *ns = (struct nandsim *)((struct nand_chip *)mtd->priv)->priv;
1810 struct nandsim *ns = ((struct nand_chip *)mtd->priv)->priv;
1828 struct nand_chip *chip = (struct nand_chip *)mtd->priv;
1837 struct nandsim *ns = (struct nandsim *)((struct nand_chip *)mtd->priv)->priv;
1864 struct nandsim *ns = (struct nandsim *)((struct nand_chip *)mtd->priv)->priv;
1885 buf[i] = ((struct nand_chip *)mt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h237 struct nand_chip;
248 struct nand_chip *active;
294 struct nand_chip *chip,
297 struct nand_chip *chip,
300 struct nand_chip *chip,
304 struct nand_chip *chip,
308 struct nand_chip *chip,
311 struct nand_chip *chip,
315 struct nand_chip *chip,
335 * struct nand_chip
393 struct nand_chip { struct
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dnandflash.c88 struct nand_chip *this;
92 crisv32_mtd = kmalloc (sizeof(struct mtd_info) + sizeof (struct nand_chip),
110 this = (struct nand_chip *) (&crisv32_mtd[1]);
124 memset((char *) this, 0, sizeof(struct nand_chip));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_priv.h57 struct nand_chip chip;
H A Dbrcmnand_47xx.c238 int brcmnand_ctrl_verify_ecc(struct nand_chip *chip, int state)
285 int brcmnand_cache_is_valid(struct mtd_info *mtd, struct nand_chip *chip, int state)
314 int brcmnand_spare_is_valid(struct mtd_info *mtd, struct nand_chip *chip, int state)
364 static int brcmnand_get_device(struct nand_chip *chip, struct mtd_info *mtd, int new_state)
395 brcmnand_get_device_bcm4706(struct nand_chip *chip, struct mtd_info *mtd, int new_state)
414 struct nand_chip *chip = mtd->priv;
434 struct nand_chip *chip, uint8_t *buf, uint8_t *oob, uint32_t offset)
492 static int brcmnand_posted_read_cache(struct mtd_info *mtd, struct nand_chip *chip,
555 static int brcmnand_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip,
592 static uint8_t *brcmnand_transfer_oob(struct nand_chip *chi
[all...]
H A Dbrcmnand_bbt.c204 struct nand_chip *this = mtd->priv;
284 struct nand_chip *this = mtd->priv;
360 struct nand_chip *this = mtd->priv;
451 struct nand_chip *this = mtd->priv;
541 struct nand_chip *this = mtd->priv;
641 struct nand_chip *this = mtd->priv;
836 struct nand_chip *this = mtd->priv;
857 struct nand_chip *this = mtd->priv;
969 struct nand_chip *this = mtd->priv;
1035 struct nand_chip *thi
[all...]

Completed in 356 milliseconds

12