Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/
H A Decc.c127 if (nand->ecc.engine && nand->ecc.engine->ops->cleanup_ctx) in nand_ecc_cleanup_ctx()
128 nand->ecc.engine->ops->cleanup_ctx(nand); in nand_ecc_cleanup_ctx()
H A Decc-mxic.c728 .cleanup_ctx = mxic_ecc_cleanup_ctx,
735 .cleanup_ctx = mxic_ecc_cleanup_ctx,
H A Decc-sw-bch.c389 .cleanup_ctx = nand_ecc_sw_bch_cleanup_ctx,
H A Decc-sw-hamming.c643 .cleanup_ctx = nand_ecc_sw_hamming_cleanup_ctx,
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1356 static void cleanup_ctx(struct ctx *ctx) in cleanup_ctx() function
1786 cleanup_ctx(&ctx); in validate_gen_range_vs_const_64()
1825 cleanup_ctx(&ctx); in validate_gen_range_vs_const_32()
1879 cleanup_ctx(&ctx); in validate_gen_range_vs_range()
2009 cleanup_ctx(&ctx); in validate_rand_ranges()
2146 cleanup_ctx(&ctx); in test_reg_bounds_crafted()
/linux/include/linux/mtd/
H A Dnand.h262 void (*cleanup_ctx)(struct nand_device *nand); member
/linux/drivers/usb/host/
H A Dxhci-mem.c627 goto cleanup_ctx; in xhci_alloc_stream_info()
679 cleanup_ctx: in xhci_alloc_stream_info()
/linux/drivers/spi/
H A Dspi-mtk-snfi.c781 .cleanup_ctx = mtk_snand_ecc_cleanup_ctx,