Lines Matching defs:bch_decode
31 * Call bch_decode to detect and locate errors in received data.
34 * to bch_decode in order to skip certain steps. See bch_decode() documentation
1012 * bch_decode - decode received codeword and find bit error locations
1030 * bch_decode(@bch, @data, @len, @recv_ecc, NULL, NULL, @errloc)
1033 * bch_decode(@bch, NULL, @len, @recv_ecc, @calc_ecc, NULL, @errloc)
1036 * bch_decode(@bch, NULL, @len, NULL, ecc, NULL, @errloc)
1039 * bch_decode(@bch, NULL, @len, NULL, NULL, @syn, @errloc)
1041 * Once bch_decode() has successfully returned with a positive value, error
1053 int bch_decode(struct bch_control *bch, const uint8_t *data, unsigned int len,
1115 EXPORT_SYMBOL_GPL(bch_decode);