nand_flash_ids     67 drivers/mtd/nand/raw/internals.h extern struct nand_flash_dev nand_flash_ids[];
nand_flash_ids   4711 drivers/mtd/nand/raw/nand_base.c 		type = nand_flash_ids;
nand_flash_ids     23 drivers/mtd/nand/raw/nand_ids.c struct nand_flash_dev nand_flash_ids[] = {
nand_flash_ids    147 drivers/usb/storage/sddr09.c static struct nand_flash_dev nand_flash_ids[] = {
nand_flash_ids    176 drivers/usb/storage/sddr09.c 	for (i = 0; i < ARRAY_SIZE(nand_flash_ids); i++)
nand_flash_ids    177 drivers/usb/storage/sddr09.c 		if (nand_flash_ids[i].model_id == id)
nand_flash_ids    178 drivers/usb/storage/sddr09.c 			return &(nand_flash_ids[i]);