Searched refs:autcpu12_mtd (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dautcpu12.c44 static struct mtd_info *autcpu12_mtd = NULL; variable in typeref:struct:mtd_info
139 autcpu12_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip),
141 if (!autcpu12_mtd) {
156 this = (struct nand_chip *)(&autcpu12_mtd[1]);
159 memset(autcpu12_mtd, 0, sizeof(struct mtd_info));
163 autcpu12_mtd->priv = this;
164 autcpu12_mtd->owner = THIS_MODULE;
182 if (nand_scan(autcpu12_mtd, 1)) {
188 switch (autcpu12_mtd->size) {
190 add_mtd_partitions(autcpu12_mtd, partition_info16
[all...]

Completed in 141 milliseconds