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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnandsim.c411 static struct mtd_info *nsmtd; variable in typeref:struct:mtd_info
1236 nsmtd->ecc_stats.corrected, nsmtd->ecc_stats.failed);
1943 nsmtd = kzalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip)
1945 if (!nsmtd) {
1949 chip = (struct nand_chip *)(nsmtd + 1);
1950 nsmtd->priv = (void *)chip;
1989 nsmtd->owner = THIS_MODULE;
2000 if ((retval = nand_scan(nsmtd, 1)) != 0) {
2008 u_int32_t new_size = nsmtd
[all...]

Completed in 116 milliseconds