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

/linux-4.4.14/drivers/mtd/nand/
H A Dnand_ids.c26 struct nand_flash_dev nand_flash_ids[] = { variable in typeref:struct:nand_flash_dev
188 EXPORT_SYMBOL(nand_flash_ids); variable
H A Dnand_base.c3827 type = nand_flash_ids; nand_get_flash_type()
/linux-4.4.14/drivers/usb/storage/
H A Dsddr09.c158 static struct nand_flash_dev nand_flash_ids[] = { variable in typeref:struct:nand_flash_dev
187 for (i = 0; i < ARRAY_SIZE(nand_flash_ids); i++) nand_find_id()
188 if (nand_flash_ids[i].model_id == id) nand_find_id()
189 return &(nand_flash_ids[i]); nand_find_id()
/linux-4.4.14/include/linux/mtd/
H A Dnand.h832 extern struct nand_flash_dev nand_flash_ids[];

Completed in 376 milliseconds