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