Searched refs:cmx270_nand_mtd (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dcmx270_nand.c36 static struct mtd_info *cmx270_nand_mtd; variable in typeref:struct:mtd_info
179 cmx270_nand_mtd = kzalloc(sizeof(struct mtd_info) +
182 if (!cmx270_nand_mtd) {
196 this = (struct nand_chip *)(&cmx270_nand_mtd[1]);
199 cmx270_nand_mtd->owner = THIS_MODULE;
200 cmx270_nand_mtd->priv = this;
219 if (nand_scan (cmx270_nand_mtd, 1)) {
226 mtd_parts_nb = parse_mtd_partitions(cmx270_nand_mtd, part_probes,
241 ret = add_mtd_partitions(cmx270_nand_mtd, mtd_parts, mtd_parts_nb);
251 kfree(cmx270_nand_mtd);
[all...]

Completed in 60 milliseconds