Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dpmcmsp-flash.c45 static struct mtd_info **msp_flash; variable
78 msp_flash = kcalloc(fcnt, sizeof(*msp_flash), GFP_KERNEL); in init_msp_flash()
79 if (!msp_flash) in init_msp_flash()
171 msp_flash[i] = do_map_probe("cfi_probe", &msp_maps[i]); in init_msp_flash()
172 if (msp_flash[i]) { in init_msp_flash()
173 msp_flash[i]->owner = THIS_MODULE; in init_msp_flash()
174 mtd_device_register(msp_flash[i], msp_parts[i], pcnt); in init_msp_flash()
189 mtd_device_unregister(msp_flash[i]); in init_msp_flash()
190 map_destroy(msp_flash[ in init_msp_flash()
[all...]

Completed in 1 milliseconds