Searched refs:nand_ecc_restore_req (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/mtd/nand/ |
D | ecc-sw-bch.c | 353 nand_ecc_restore_req(&engine_conf->req_ctx, req); in nand_ecc_sw_bch_finish_io_req() 382 nand_ecc_restore_req(&engine_conf->req_ctx, req); in nand_ecc_sw_bch_finish_io_req()
|
D | ecc-mxic.c | 623 nand_ecc_restore_req(&ctx->req_ctx, req); in mxic_ecc_finish_io_req_external() 654 nand_ecc_restore_req(&ctx->req_ctx, req); in mxic_ecc_finish_io_req_external() 662 nand_ecc_restore_req(&ctx->req_ctx, req); in mxic_ecc_finish_io_req_external() 721 nand_ecc_restore_req(&ctx->req_ctx, req); in mxic_ecc_finish_io_req_pipelined()
|
D | ecc-sw-hamming.c | 607 nand_ecc_restore_req(&engine_conf->req_ctx, req); in nand_ecc_sw_hamming_finish_io_req() 636 nand_ecc_restore_req(&engine_conf->req_ctx, req); in nand_ecc_sw_hamming_finish_io_req()
|
D | ecc.c | 568 void nand_ecc_restore_req(struct nand_ecc_req_tweak_ctx *ctx, in nand_ecc_restore_req() function 592 EXPORT_SYMBOL_GPL(nand_ecc_restore_req);
|
/linux-6.6.21/include/linux/mtd/ |
D | nand.h | 376 void nand_ecc_restore_req(struct nand_ecc_req_tweak_ctx *ctx,
|