Lines Matching defs:msp_flash
45 static struct mtd_info **msp_flash;
78 msp_flash = kcalloc(fcnt, sizeof(*msp_flash), GFP_KERNEL);
79 if (!msp_flash)
171 msp_flash[i] = do_map_probe("cfi_probe", &msp_maps[i]);
172 if (msp_flash[i]) {
173 msp_flash[i]->owner = THIS_MODULE;
174 mtd_device_register(msp_flash[i], msp_parts[i], pcnt);
189 mtd_device_unregister(msp_flash[i]);
190 map_destroy(msp_flash[i]);
199 kfree(msp_flash);
208 mtd_device_unregister(msp_flash[i]);
209 map_destroy(msp_flash[i]);
217 kfree(msp_flash);