Searched refs:data_cache (Results 1 – 4 of 4) sorted by relevance
201 …this->data_cache = kmalloc (sizeof(u_char) * (autcpu12_mtd->oobblock + autcpu12_mtd->oobsize), GFP… in autcpu12_init()202 if (!this->data_cache) { in autcpu12_init()224 kfree (this->data_cache); in autcpu12_init()253 kfree (this->data_cache); in autcpu12_cleanup()
193 …this->data_cache = kmalloc (sizeof(u_char) * (ep7312_mtd->oobblock + ep7312_mtd->oobsize), GFP_KER… in ep7312_init()194 if (!this->data_cache) { in ep7312_init()239 kfree (this->data_cache); in ep7312_cleanup()
156 this->data_cache = kmalloc (sizeof(u_char) * (spia_mtd->oobblock + spia_mtd->oobsize), GFP_KERNEL); in spia_init()157 if (!this->data_cache) { in spia_init()
179 u_char *data_cache; member