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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dgen_probe.c62 struct cfi_private *retcfi; local
139 retcfi = kmalloc(sizeof(struct cfi_private) + cfi.numchips * sizeof(struct flchip), GFP_KERNEL);
141 if (!retcfi) {
148 memcpy(retcfi, &cfi, sizeof(cfi));
149 memset(&retcfi->chips[0], 0, sizeof(struct flchip) * cfi.numchips);
153 struct flchip *pchip = &retcfi->chips[j++];
163 return retcfi;

Completed in 58 milliseconds