Symbol: cleanup_ctx
drivers/mtd/nand/ecc-mxic.c
728
.cleanup_ctx = mxic_ecc_cleanup_ctx,
drivers/mtd/nand/ecc-mxic.c
735
.cleanup_ctx = mxic_ecc_cleanup_ctx,
drivers/mtd/nand/ecc-realtek.c
385
.cleanup_ctx = rtl_ecc_cleanup_ctx,
drivers/mtd/nand/ecc-sw-bch.c
389
.cleanup_ctx = nand_ecc_sw_bch_cleanup_ctx,
drivers/mtd/nand/ecc-sw-hamming.c
643
.cleanup_ctx = nand_ecc_sw_hamming_cleanup_ctx,
drivers/mtd/nand/ecc.c
127
if (nand->ecc.engine && nand->ecc.engine->ops->cleanup_ctx)
drivers/mtd/nand/ecc.c
128
nand->ecc.engine->ops->cleanup_ctx(nand);
drivers/mtd/nand/spi/core.c
426
.cleanup_ctx = spinand_ondie_ecc_cleanup_ctx,
drivers/spi/spi-amlogic-spifc-a4.c
1064
.cleanup_ctx = aml_sfc_ecc_cleanup_ctx,
drivers/spi/spi-mtk-snfi.c
781
.cleanup_ctx = mtk_snand_ecc_cleanup_ctx,
drivers/spi/spi-mxic.c
668
ops->cleanup_ctx(nand);
drivers/spi/spi-mxic.c
689
.cleanup_ctx = mxic_spi_mem_ecc_cleanup_ctx,
drivers/spi/spi-qpic-snand.c
453
.cleanup_ctx = qcom_spi_ecc_cleanup_ctx_pipelined,
drivers/usb/host/xhci-mem.c
656
goto cleanup_ctx;
drivers/usb/host/xhci-mem.c
708
cleanup_ctx:
include/linux/mtd/nand.h
262
void (*cleanup_ctx)(struct nand_device *nand);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1840
cleanup_ctx(&ctx);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1879
cleanup_ctx(&ctx);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1933
cleanup_ctx(&ctx);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
2063
cleanup_ctx(&ctx);
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
2200
cleanup_ctx(&ctx);