Searched refs:autcpu12_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 Dautcpu12.c42 static struct mtd_info *autcpu12_mtd = NULL; variable in typeref:struct:mtd_info
137 autcpu12_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip),
139 if (!autcpu12_mtd) {
154 this = (struct nand_chip *)(&autcpu12_mtd[1]);
157 memset(autcpu12_mtd, 0, sizeof(struct mtd_info));
161 autcpu12_mtd->priv = this;
162 autcpu12_mtd->owner = THIS_MODULE;
180 if (nand_scan(autcpu12_mtd, 1)) {
186 switch (autcpu12_mtd->size) {
188 add_mtd_partitions(autcpu12_mtd, partition_info16
[all...]

Completed in 65 milliseconds