Searched defs:nand_flash_ids (Results 1 - 2 of 2) sorted by relevance

/drivers/mtd/nand/
H A Dnand_ids.c24 struct nand_flash_dev nand_flash_ids[] = { variable in typeref:struct:nand_flash_dev
185 EXPORT_SYMBOL(nand_flash_ids); variable
/drivers/usb/storage/
H A Dsddr09.c157 static struct nand_flash_dev nand_flash_ids[] = { variable in typeref:struct:nand_flash_dev
186 for (i = 0; i < ARRAY_SIZE(nand_flash_ids); i++)
187 if (nand_flash_ids[i].model_id == id)
188 return &(nand_flash_ids[i]);

Completed in 147 milliseconds