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

/linux-4.4.14/drivers/mtd/maps/
H A Dpmcmsp-flash.c45 static struct mtd_info **msp_flash; variable in typeref:struct:mtd_info
78 msp_flash = kmalloc(fcnt * sizeof(struct map_info *), GFP_KERNEL); init_msp_flash()
79 if (!msp_flash) init_msp_flash()
173 msp_flash[i] = do_map_probe("cfi_probe", &msp_maps[i]); init_msp_flash()
174 if (msp_flash[i]) { init_msp_flash()
175 msp_flash[i]->owner = THIS_MODULE; init_msp_flash()
176 mtd_device_register(msp_flash[i], msp_parts[i], pcnt); init_msp_flash()
191 mtd_device_unregister(msp_flash[i]); init_msp_flash()
192 map_destroy(msp_flash[i]); init_msp_flash()
201 kfree(msp_flash); init_msp_flash()
210 mtd_device_unregister(msp_flash[i]); cleanup_msp_flash()
211 map_destroy(msp_flash[i]); cleanup_msp_flash()
219 kfree(msp_flash); cleanup_msp_flash()

Completed in 37 milliseconds