Searched refs:nand_flash_ids (Results 1 – 4 of 4) sorted by relevance
25 struct nand_flash_dev nand_flash_ids[] = { variable
5684 type = nand_flash_ids; in nand_detect()
146 static struct nand_flash_dev nand_flash_ids[] = { variable175 for (i = 0; i < ARRAY_SIZE(nand_flash_ids); i++) in nand_find_id()176 if (nand_flash_ids[i].model_id == id) in nand_find_id()177 return &(nand_flash_ids[i]); in nand_find_id()
1542 extern struct nand_flash_dev nand_flash_ids[];