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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_ids.c144 struct nand_manufacturers nand_manuf_ids[] = { variable in typeref:struct:nand_manufacturers
157 EXPORT_SYMBOL(nand_manuf_ids); variable
H A Dnand_base.c2915 for (maf_idx = 0; nand_manuf_ids[maf_idx].id != 0x0; maf_idx++) {
2916 if (nand_manuf_ids[maf_idx].id == *maf_id)
2927 dev_id, nand_manuf_ids[maf_idx].name, mtd->name);
3008 nand_manuf_ids[maf_idx].name, type->name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dnand.h485 extern struct nand_manufacturers nand_manuf_ids[];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Ddoc2000.c385 for (j = 0; nand_manuf_ids[j].id != 0x0; j++) {
386 if (nand_manuf_ids[j].id == mfr)
392 nand_manuf_ids[j].name, nand_flash_ids[i].name);
H A Ddoc2001.c209 for (j = 0; nand_manuf_ids[j].id != 0x0; j++) {
210 if (nand_manuf_ids[j].id == mfr)
215 mfr, id, nand_manuf_ids[j].name, nand_flash_ids[i].name);
H A Ddoc2001plus.c318 for (j = 0; nand_manuf_ids[j].id != 0x0; j++) {
319 if (nand_manuf_ids[j].id == mfr)
324 nand_manuf_ids[j].name, nand_flash_ids[i].name);

Completed in 90 milliseconds