/kernel/linux/linux-5.10/include/uapi/mtd/ |
H A D | mtd-abi.h | 191 #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 D | mtd-abi.h | 117 #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 D | mtd-abi.h | 103 #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 D | mtd-abi.h | 117 #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 D | mtd-abi.h | 238 #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 D | mtdcore.c | 308 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 D | mtdchar.c | 977 sizeof(struct mtd_ecc_stats))) in mtdchar_ioctl()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdcore.c | 305 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 D | mtdchar.c | 1178 sizeof(struct mtd_ecc_stats))) in mtdchar_ioctl()
|
/kernel/linux/linux-5.10/drivers/mtd/tests/ |
H A D | nandbiterrs.c | 132 struct mtd_ecc_stats oldstats; in read_page()
|
/kernel/linux/linux-6.6/drivers/mtd/tests/ |
H A D | nandbiterrs.c | 132 struct mtd_ecc_stats oldstats; in read_page()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | denali.c | 412 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 D | nand_base.c | 3144 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 D | denali.c | 412 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 D | nand_base.c | 3578 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 D | mtd.h | 368 struct mtd_ecc_stats ecc_stats;
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | mtd.h | 374 struct mtd_ecc_stats ecc_stats;
|
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/ |
H A D | onenand_base.c | 1118 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 D | onenand_base.c | 1118 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 D | core.c | 638 struct mtd_ecc_stats old_stats; in spinand_mtd_read()
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | docg3.c | 874 struct mtd_ecc_stats old_stats; in doc_read_oob()
|