Home
last modified time | relevance | path

Searched refs:mtd_ecc_stats (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/mtd/
H A Dmtd-abi.h191 #define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
243 * struct mtd_ecc_stats - error correction stats
250 struct mtd_ecc_stats { struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/mtd/
H A Dmtd-abi.h117 #define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
142 struct mtd_ecc_stats { struct
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/
H A Dmtd-abi.h103 #define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
128 struct mtd_ecc_stats { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/
H A Dmtd-abi.h117 #define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
142 struct mtd_ecc_stats { struct
/kernel/linux/linux-6.6/include/uapi/mtd/
H A Dmtd-abi.h238 #define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
298 * struct mtd_ecc_stats - error correction stats
305 struct mtd_ecc_stats { struct
/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdcore.c308 struct mtd_ecc_stats *ecc_stats = &mtd->ecc_stats; in mtd_ecc_stats_corrected_show()
319 struct mtd_ecc_stats *ecc_stats = &mtd->ecc_stats; in mtd_ecc_stats_errors_show()
329 struct mtd_ecc_stats *ecc_stats = &mtd->ecc_stats; in mtd_badblocks_show()
339 struct mtd_ecc_stats *ecc_stats = &mtd->ecc_stats; in mtd_bbtblocks_show()
1229 const struct mtd_ecc_stats *old_stats) in mtd_update_ecc_stats()
1231 struct mtd_ecc_stats diff; in mtd_update_ecc_stats()
1439 struct mtd_ecc_stats old_stats = master->ecc_stats; in mtd_read_oob()
H A Dmtdchar.c977 sizeof(struct mtd_ecc_stats))) in mtdchar_ioctl()
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdcore.c305 struct mtd_ecc_stats *ecc_stats = &mtd->ecc_stats; in mtd_corrected_bits_show()
315 struct mtd_ecc_stats *ecc_stats = &mtd->ecc_stats; in mtd_ecc_failures_show()
325 struct mtd_ecc_stats *ecc_stats = &mtd->ecc_stats; in mtd_bad_blocks_show()
335 struct mtd_ecc_stats *ecc_stats = &mtd->ecc_stats; in mtd_bbt_blocks_show()
1478 const struct mtd_ecc_stats *old_stats) in mtd_update_ecc_stats()
1480 struct mtd_ecc_stats diff; in mtd_update_ecc_stats()
1688 struct mtd_ecc_stats old_stats = master->ecc_stats; in mtd_read_oob()
H A Dmtdchar.c1178 sizeof(struct mtd_ecc_stats))) in mtdchar_ioctl()
/kernel/linux/linux-5.10/drivers/mtd/tests/
H A Dnandbiterrs.c132 struct mtd_ecc_stats oldstats; in read_page()
/kernel/linux/linux-6.6/drivers/mtd/tests/
H A Dnandbiterrs.c132 struct mtd_ecc_stats oldstats; in read_page()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Ddenali.c412 struct mtd_ecc_stats *ecc_stats = &nand_to_mtd(chip)->ecc_stats; in denali_check_erased_page()
442 struct mtd_ecc_stats *ecc_stats = &nand_to_mtd(chip)->ecc_stats; in denali_hw_ecc_fixup()
477 struct mtd_ecc_stats *ecc_stats = &nand_to_mtd(chip)->ecc_stats; in denali_sw_ecc_fixup()
H A Dnand_base.c3144 struct mtd_ecc_stats ecc_stats = mtd->ecc_stats; in nand_do_read_ops()
3453 struct mtd_ecc_stats stats; in nand_do_read_oob()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Ddenali.c412 struct mtd_ecc_stats *ecc_stats = &nand_to_mtd(chip)->ecc_stats; in denali_check_erased_page()
442 struct mtd_ecc_stats *ecc_stats = &nand_to_mtd(chip)->ecc_stats; in denali_hw_ecc_fixup()
477 struct mtd_ecc_stats *ecc_stats = &nand_to_mtd(chip)->ecc_stats; in denali_sw_ecc_fixup()
H A Dnand_base.c3578 struct mtd_ecc_stats ecc_stats = mtd->ecc_stats; in nand_do_read_ops()
3889 struct mtd_ecc_stats stats; in nand_do_read_oob()
3969 struct mtd_ecc_stats old_stats; in nand_read_oob()
/kernel/linux/linux-5.10/include/linux/mtd/
H A Dmtd.h368 struct mtd_ecc_stats ecc_stats;
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dmtd.h374 struct mtd_ecc_stats ecc_stats;
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/
H A Donenand_base.c1118 struct mtd_ecc_stats stats; in onenand_mlc_read_ops_nolock()
1219 struct mtd_ecc_stats stats; in onenand_read_ops_nolock()
1348 struct mtd_ecc_stats stats; in onenand_read_oob_nolock()
1443 struct mtd_ecc_stats old_stats; in onenand_read_oob()
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/
H A Donenand_base.c1118 struct mtd_ecc_stats stats; in onenand_mlc_read_ops_nolock()
1219 struct mtd_ecc_stats stats; in onenand_read_ops_nolock()
1348 struct mtd_ecc_stats stats; in onenand_read_oob_nolock()
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
H A Dcore.c638 struct mtd_ecc_stats old_stats; in spinand_mtd_read()
/kernel/linux/linux-6.6/drivers/mtd/devices/
H A Ddocg3.c874 struct mtd_ecc_stats old_stats; in doc_read_oob()

Completed in 49 milliseconds