Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/maps/
Dpmcmsp-flash.c46 static struct mtd_partition **msp_parts; variable
82 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 …]