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
978 * bch_decode - decode received codeword and find bit error locations
996 * bch_decode(@bch, @data, @len, @recv_ecc, NULL, NULL, @errloc)
999 * bch_decode(@bch, NULL, @len, @recv_ecc, @calc_ecc, NULL, @errloc)
1002 * bch_decode(@bch, NULL, @len, NULL, ecc, NULL, @errloc)
1005 * bch_decode(@bch, NULL, @len, NULL, NULL, @syn, @errloc)
1007 * Once bch_decode() has successfully returned with a positive value, error
1019 int bch_decode(struct bch_control *bch, const uint8_t *data, unsigned int len,
1081 EXPORT_SYMBOL_GPL(bch_decode);