Home
last modified time | relevance | path

Searched refs:mtd_oob_ops (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/include/linux/mtd/
Dmtd.h76 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);
Donenand.h225 struct mtd_oob_ops *ops);
Dnand.h599 loff_t offs, struct mtd_oob_ops *req, in nanddev_io_iter_init()
/Linux-v4.19/drivers/mtd/tests/
Doobtest.c71 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()
Dreadtest.c62 struct mtd_oob_ops ops; in read_eraseblock_by_page()
Dnandbiterrs.c115 struct mtd_oob_ops ops; in rewrite_page()
/Linux-v4.19/drivers/mtd/
Dmtdconcat.c233 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()
Dmtdchar.c191 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()
Dnftlcore.c140 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()
Dinftlcore.c152 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()
Dmtdcore.c1050 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()
Dmtdswap.c311 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()
Dssfdc.c169 struct mtd_oob_ops ops; in read_raw_oob()
Dsm_ftl.c242 struct mtd_oob_ops ops; in sm_read_sector()
323 struct mtd_oob_ops ops; in sm_write_sector()
Dmtdpart.c106 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/
Donenand_base.c1123 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 …]
Donenand_bbt.c64 struct mtd_oob_ops ops; in create_bbt()
/Linux-v4.19/drivers/mtd/nand/raw/
Dsm_common.c104 struct mtd_oob_ops ops; in sm_block_markbad()
Dnand_bbt.c317 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()
Dnand_base.c54 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/
Dsharpslpart.c100 struct mtd_oob_ops ops = { }; in sharpsl_nand_read_oob()
/Linux-v4.19/fs/jffs2/
Dwbuf.c1038 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/
Ddocg3.c880 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/
Dcore.c546 struct mtd_oob_ops *ops) in spinand_mtd_read()
596 struct mtd_oob_ops *ops) in spinand_mtd_write()