Searched refs:msp_parts (Results 1 – 1 of 1) sorted by relevance
46 static struct mtd_partition **msp_parts; variable82 msp_parts = kcalloc(fcnt, sizeof(*msp_parts), GFP_KERNEL); in init_msp_flash()83 if (!msp_parts) in init_msp_flash()104 msp_parts[i] = kcalloc(pcnt, sizeof(struct mtd_partition), in init_msp_flash()106 if (!msp_parts[i]) in init_msp_flash()115 kfree(msp_parts[i]); in init_msp_flash()137 kfree(msp_parts[i]); in init_msp_flash()145 kfree(msp_parts[i]); in init_msp_flash()160 kfree(msp_parts[i]); in init_msp_flash()164 msp_parts[i][j].size = size; in init_msp_flash()[all …]