Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/
A Decc.c499 ctx->spare_databuf = kzalloc(total_buffer_size, GFP_KERNEL); in nand_ecc_init_req_tweaking()
500 if (!ctx->spare_databuf) in nand_ecc_init_req_tweaking()
503 ctx->spare_oobbuf = ctx->spare_databuf + ctx->page_buffer_size; in nand_ecc_init_req_tweaking()
511 kfree(ctx->spare_databuf); in nand_ecc_cleanup_req_tweaking()
537 tweak->databuf.in = ctx->spare_databuf; in nand_ecc_tweak_req()
/linux/include/linux/mtd/
A Dnand.h321 void *spare_databuf; member

Completed in 6 milliseconds