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

/linux-4.4.14/drivers/mtd/nand/
H A Dnand_ids.c169 struct nand_manufacturers nand_manuf_ids[] = { variable in typeref:struct:nand_manufacturers
187 EXPORT_SYMBOL(nand_manuf_ids); variable
H A Dnand_base.c3875 for (maf_idx = 0; nand_manuf_ids[maf_idx].id != 0x0; maf_idx++) { nand_get_flash_type()
3876 if (nand_manuf_ids[maf_idx].id == *maf_id) nand_get_flash_type()
3891 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, mtd->name); nand_get_flash_type()
3925 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, nand_get_flash_type()
3928 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, nand_get_flash_type()
3931 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, nand_get_flash_type()
/linux-4.4.14/include/linux/mtd/
H A Dnand.h833 extern struct nand_manufacturers nand_manuf_ids[];

Completed in 247 milliseconds