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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 76 milliseconds