/Linux-v4.19/include/linux/mtd/ |
D | mtd.h | 76 struct mtd_oob_ops { struct 296 struct mtd_oob_ops *ops); 298 struct mtd_oob_ops *ops); 389 static inline int mtd_oobavail(struct mtd_info *mtd, struct mtd_oob_ops *ops) in mtd_oobavail() 424 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops); 425 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
|
D | onenand.h | 225 struct mtd_oob_ops *ops);
|
D | nand.h | 599 loff_t offs, struct mtd_oob_ops *req, in nanddev_io_iter_init()
|
/Linux-v4.19/drivers/mtd/tests/ |
D | oobtest.c | 71 struct mtd_oob_ops ops; in write_eraseblock() 180 struct mtd_oob_ops ops; in verify_eraseblock() 275 struct mtd_oob_ops ops; in verify_eraseblock_in_one_go() 353 struct mtd_oob_ops ops; in mtd_oobtest_init()
|
D | readtest.c | 62 struct mtd_oob_ops ops; in read_eraseblock_by_page()
|
D | nandbiterrs.c | 115 struct mtd_oob_ops ops; in rewrite_page()
|
/Linux-v4.19/drivers/mtd/ |
D | mtdconcat.c | 233 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob() 236 struct mtd_oob_ops devops = *ops; in concat_read_oob() 290 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob() 293 struct mtd_oob_ops devops = *ops; in concat_write_oob()
|
D | mtdchar.c | 191 struct mtd_oob_ops ops; in mtdchar_read() 285 struct mtd_oob_ops ops; in mtdchar_write() 367 struct mtd_oob_ops ops; in mtdchar_writeoob() 411 struct mtd_oob_ops ops; in mtdchar_readoob() 604 struct mtd_oob_ops ops; in mtdchar_write_ioctl()
|
D | nftlcore.c | 140 struct mtd_oob_ops ops; in nftl_read_oob() 161 struct mtd_oob_ops ops; in nftl_write_oob() 184 struct mtd_oob_ops ops; in nftl_write()
|
D | inftlcore.c | 152 struct mtd_oob_ops ops; in inftl_read_oob() 172 struct mtd_oob_ops ops; in inftl_write_oob() 192 struct mtd_oob_ops ops; in inftl_write()
|
D | mtdcore.c | 1050 struct mtd_oob_ops ops = { in mtd_read() 1083 struct mtd_oob_ops ops = { in mtd_write() 1122 struct mtd_oob_ops *ops) in mtd_check_oob_ops() 1154 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in mtd_read_oob() 1190 struct mtd_oob_ops *ops) in mtd_write_oob()
|
D | mtdswap.c | 311 struct mtd_oob_ops *ops) in mtdswap_read_oob() 339 struct mtd_oob_ops ops; in mtdswap_read_markers() 386 struct mtd_oob_ops ops; in mtdswap_write_marker() 895 struct mtd_oob_ops ops; in mtdswap_eblk_passes()
|
D | ssfdc.c | 169 struct mtd_oob_ops ops; in read_raw_oob()
|
D | sm_ftl.c | 242 struct mtd_oob_ops ops; in sm_read_sector() 323 struct mtd_oob_ops ops; in sm_write_sector()
|
D | mtdpart.c | 106 struct mtd_oob_ops *ops) in part_read_oob() 172 struct mtd_oob_ops *ops) in part_write_oob()
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 1123 struct mtd_oob_ops *ops) in onenand_mlc_read_ops_nolock() 1224 struct mtd_oob_ops *ops) in onenand_read_ops_nolock() 1353 struct mtd_oob_ops *ops) in onenand_read_oob_nolock() 1448 struct mtd_oob_ops *ops) in onenand_read_oob() 1535 struct mtd_oob_ops *ops) in onenand_bbt_read_oob() 1794 struct mtd_oob_ops *ops) in onenand_write_ops_nolock() 1978 struct mtd_oob_ops *ops) in onenand_write_oob_nolock() 2086 struct mtd_oob_ops *ops) in onenand_write_oob() 2447 struct mtd_oob_ops ops = { in onenand_default_block_markbad() 2778 struct mtd_oob_ops *ops) in onenand_otp_write_oob_nolock() [all …]
|
D | onenand_bbt.c | 64 struct mtd_oob_ops ops; in create_bbt()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | sm_common.c | 104 struct mtd_oob_ops ops; in sm_block_markbad()
|
D | nand_bbt.c | 317 struct mtd_oob_ops ops; in scan_read_oob() 357 struct mtd_oob_ops ops; in scan_write_bbt() 416 struct mtd_oob_ops ops; in scan_block_fast() 724 struct mtd_oob_ops ops; in write_bbt()
|
D | nand_base.c | 54 struct mtd_oob_ops *ops); 471 struct mtd_oob_ops ops; in nand_default_block_markbad() 3479 struct mtd_oob_ops *ops, size_t len) in nand_transfer_oob() 3536 struct mtd_oob_ops *ops) in nand_do_read_ops() 3874 struct mtd_oob_ops *ops) in nand_do_read_oob() 3958 struct mtd_oob_ops *ops) in nand_read_oob() 4357 struct mtd_oob_ops *ops) in nand_fill_oob() 4398 struct mtd_oob_ops *ops) in nand_do_write_ops() 4532 struct mtd_oob_ops ops; in panic_nand_write() 4563 struct mtd_oob_ops *ops) in nand_do_write_oob() [all …]
|
/Linux-v4.19/drivers/mtd/parsers/ |
D | sharpslpart.c | 100 struct mtd_oob_ops ops = { }; in sharpsl_nand_read_oob()
|
/Linux-v4.19/fs/jffs2/ |
D | wbuf.c | 1038 struct mtd_oob_ops ops; in jffs2_check_oob_empty() 1079 struct mtd_oob_ops ops; in jffs2_check_nand_cleanmarker() 1104 struct mtd_oob_ops ops; in jffs2_write_nand_cleanmarker()
|
/Linux-v4.19/drivers/mtd/devices/ |
D | docg3.c | 880 struct mtd_oob_ops *ops) in doc_read_oob() 1303 static int doc_guess_autoecc(struct mtd_oob_ops *ops) in doc_guess_autoecc() 1351 struct mtd_oob_ops *ops) in doc_backup_oob() 1389 struct mtd_oob_ops *ops) in doc_write_oob()
|
/Linux-v4.19/drivers/mtd/nand/spi/ |
D | core.c | 546 struct mtd_oob_ops *ops) in spinand_mtd_read() 596 struct mtd_oob_ops *ops) in spinand_mtd_write()
|