cfi_ident          24 drivers/mtd/chips/cfi_probe.c static void print_cfi_ident(struct cfi_ident *);
cfi_ident         210 drivers/mtd/chips/cfi_probe.c 	cfi->cfiq = kmalloc(sizeof(struct cfi_ident) + num_erase_regions * 4, GFP_KERNEL);
cfi_ident         214 drivers/mtd/chips/cfi_probe.c 	memset(cfi->cfiq,0,sizeof(struct cfi_ident));
cfi_ident         222 drivers/mtd/chips/cfi_probe.c 	for (i=0; i<(sizeof(struct cfi_ident) + num_erase_regions * 4); i++)
cfi_ident         339 drivers/mtd/chips/cfi_probe.c static void print_cfi_ident(struct cfi_ident *cfip)
cfi_ident        1987 drivers/mtd/chips/jedec_probe.c 	cfi->cfiq = kmalloc(sizeof(struct cfi_ident) + num_erase_regions * 4, GFP_KERNEL);
cfi_ident        1993 drivers/mtd/chips/jedec_probe.c 	memset(cfi->cfiq, 0, sizeof(struct cfi_ident));
cfi_ident         282 include/linux/mtd/cfi.h 	struct cfi_ident *cfiq; /* For now only one. We insist that all devs