bch_control        68 include/linux/bch.h struct bch_control *init_bch(int m, int t, unsigned int prim_poly);
bch_control        70 include/linux/bch.h void free_bch(struct bch_control *bch);
bch_control        72 include/linux/bch.h void encode_bch(struct bch_control *bch, const uint8_t *data,
bch_control        75 include/linux/bch.h int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len,