Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/
Decc.c121 if (nand->ecc.engine && nand->ecc.engine->ops->cleanup_ctx) in nand_ecc_cleanup_ctx()
122 nand->ecc.engine->ops->cleanup_ctx(nand); in nand_ecc_cleanup_ctx()
Decc-sw-bch.c389 .cleanup_ctx = nand_ecc_sw_bch_cleanup_ctx,
Decc-sw-hamming.c642 .cleanup_ctx = nand_ecc_sw_hamming_cleanup_ctx,
/Linux-v5.15/include/linux/mtd/
Dnand.h259 void (*cleanup_ctx)(struct nand_device *nand); member
/Linux-v5.15/drivers/usb/host/
Dxhci-mem.c645 goto cleanup_ctx; in xhci_alloc_stream_info()
653 goto cleanup_ctx; in xhci_alloc_stream_info()
705 cleanup_ctx: in xhci_alloc_stream_info()
/Linux-v5.15/drivers/mtd/nand/spi/
Dcore.c324 .cleanup_ctx = spinand_ondie_ecc_cleanup_ctx,