Home
last modified time | relevance | path

Searched refs:nand_bch_control (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/mtd/
Dnand_bch.h15 struct nand_bch_control;
35 struct nand_bch_control *
41 void nand_bch_free(struct nand_bch_control *nbc);
61 static inline struct nand_bch_control *
68 static inline void nand_bch_free(struct nand_bch_control *nbc) {} in nand_bch_free()
/linux-4.4.14/drivers/mtd/nand/
Dnand_bch.c39 struct nand_bch_control { struct
56 struct nand_bch_control *nbc = chip->ecc.priv; in nand_bch_calculate_ecc() argument
83 struct nand_bch_control *nbc = chip->ecc.priv; in nand_bch_correct_data()
126 struct nand_bch_control *
132 struct nand_bch_control *nbc = NULL; in nand_bch_init()
230 void nand_bch_free(struct nand_bch_control *nbc) in nand_bch_free()
Dnand_base.c4427 nand_bch_free((struct nand_bch_control *)chip->ecc.priv); in nand_release()