Symbol: nand_ecc_props
drivers/mtd/nand/ecc-mxic.c
222
struct nand_ecc_props *conf = &nand->ecc.ctx.conf;
drivers/mtd/nand/ecc-mxic.c
223
struct nand_ecc_props *reqs = &nand->ecc.requirements;
drivers/mtd/nand/ecc-mxic.c
224
struct nand_ecc_props *user = &nand->ecc.user_conf;
drivers/mtd/nand/ecc-realtek.c
334
struct nand_ecc_props *conf = &nand->ecc.ctx.conf;
drivers/mtd/nand/ecc-sw-bch.c
172
struct nand_ecc_props *conf = &nand->ecc.ctx.conf;
drivers/mtd/nand/ecc-sw-hamming.c
469
struct nand_ecc_props *conf = &nand->ecc.ctx.conf;
drivers/mtd/nand/ecc.c
469
const struct nand_ecc_props *reqs = nanddev_get_ecc_requirements(nand);
drivers/mtd/nand/ecc.c
470
const struct nand_ecc_props *conf = nanddev_get_ecc_conf(nand);
drivers/mtd/nand/raw/atmel/nand-controller.c
1112
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/brcmnand/brcmnand.c
2889
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
250
struct nand_ecc_props *conf = &nand->ecc.ctx.conf;
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
458
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
699
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/marvell_nand.c
2325
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/mtk_nand.c
1229
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/nand_base.c
4961
struct nand_ecc_props requirements;
drivers/mtd/nand/raw/nand_base.c
5394
struct nand_ecc_props *user_conf = &chip->base.ecc.user_conf;
drivers/mtd/nand/raw/nand_base.c
5703
const struct nand_ecc_props *ecc_conf = nanddev_get_ecc_conf(base);
drivers/mtd/nand/raw/nand_base.c
5955
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/nand_esmt.c
14
struct nand_ecc_props requirements = {};
drivers/mtd/nand/raw/nand_hynix.c
498
struct nand_ecc_props requirements = {};
drivers/mtd/nand/raw/nand_jedec.c
126
struct nand_ecc_props requirements = {
drivers/mtd/nand/raw/nand_micron.c
416
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/nand_micron.c
480
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/nand_onfi.c
272
struct nand_ecc_props requirements = {
drivers/mtd/nand/raw/nand_onfi.c
38
struct nand_ecc_props requirements;
drivers/mtd/nand/raw/nand_samsung.c
14
struct nand_ecc_props requirements = {};
drivers/mtd/nand/raw/nand_toshiba.c
149
struct nand_ecc_props requirements = {};
drivers/mtd/nand/raw/pl35x-nand-controller.c
944
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/renesas-nand-controller.c
1084
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/sunxi_nand.c
1905
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/tegra_nand.c
847
const struct nand_ecc_props *requirements =
drivers/mtd/nand/raw/tegra_nand.c
917
const struct nand_ecc_props *requirements =
drivers/spi/spi-mtk-snfi.c
663
struct nand_ecc_props *conf = &nand->ecc.ctx.conf;
drivers/spi/spi-mtk-snfi.c
664
struct nand_ecc_props *reqs = &nand->ecc.requirements;
drivers/spi/spi-mtk-snfi.c
665
struct nand_ecc_props *user = &nand->ecc.user_conf;
drivers/spi/spi-qpic-snand.c
251
struct nand_ecc_props *reqs = &nand->ecc.requirements;
drivers/spi/spi-qpic-snand.c
252
struct nand_ecc_props *user = &nand->ecc.user_conf;
drivers/spi/spi-qpic-snand.c
253
struct nand_ecc_props *conf = &nand->ecc.ctx.conf;
include/linux/mtd/nand.h
243
struct nand_ecc_props conf;
include/linux/mtd/nand.h
393
struct nand_ecc_props defaults;
include/linux/mtd/nand.h
394
struct nand_ecc_props requirements;
include/linux/mtd/nand.h
395
struct nand_ecc_props user_conf;
include/linux/mtd/nand.h
631
static inline const struct nand_ecc_props *
include/linux/mtd/nand.h
662
static inline const struct nand_ecc_props *
include/linux/mtd/nand.h
676
const struct nand_ecc_props *reqs)
include/linux/mtd/spinand.h
596
struct nand_ecc_props eccreq;