Searched defs:nand_ecc_engine_ops (Results 1 – 1 of 1) sorted by relevance
257 struct nand_ecc_engine_ops { struct258 int (*init_ctx)(struct nand_device *nand);259 void (*cleanup_ctx)(struct nand_device *nand);260 int (*prepare_io_req)(struct nand_device *nand,262 int (*finish_io_req)(struct nand_device *nand,
Completed in 4 milliseconds