Home
last modified time | relevance | path

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

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