Searched refs:mtd_oob_ops (Results 1 – 14 of 14) sorted by relevance
| /linux/include/linux/mtd/ |
| H A D | mtd.h | 70 struct mtd_oob_ops { struct 327 struct mtd_oob_ops *ops); 329 struct mtd_oob_ops *ops); 474 static inline u32 mtd_oobavail(struct mtd_info *mtd, struct mtd_oob_ops *ops) in mtd_oobavail() 512 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops); 513 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
|
| H A D | onenand.h | 225 struct mtd_oob_ops *ops);
|
| /linux/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 1115 struct mtd_oob_ops *ops) in onenand_mlc_read_ops_nolock() 1216 struct mtd_oob_ops *ops) in onenand_read_ops_nolock() 1345 struct mtd_oob_ops *ops) in onenand_read_oob_nolock() 1440 struct mtd_oob_ops *ops) in onenand_read_oob() 1539 struct mtd_oob_ops *ops) in onenand_bbt_read_oob() 1798 struct mtd_oob_ops *ops) in onenand_write_ops_nolock() 1979 struct mtd_oob_ops *ops) in onenand_write_oob_nolock() 2087 struct mtd_oob_ops *ops) in onenand_write_oob() 2448 struct mtd_oob_ops ops = { in onenand_default_block_markbad() 2777 struct mtd_oob_ops *ops) in onenand_otp_write_oob_nolock() [all …]
|
| H A D | onenand_bbt.c | 64 struct mtd_oob_ops ops = { }; in create_bbt()
|
| /linux/drivers/mtd/ |
| H A D | mtdconcat.c | 248 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob() 251 struct mtd_oob_ops devops = *ops; in concat_read_oob() 305 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob() 308 struct mtd_oob_ops devops = *ops; in concat_write_oob()
|
| H A D | mtdcore.c | 1596 struct mtd_oob_ops ops = { in mtd_read() 1615 struct mtd_oob_ops ops = { in mtd_write() 1659 struct mtd_oob_ops *ops) in mtd_check_oob_ops() 1692 struct mtd_oob_ops *ops) in mtd_read_oob_std() 1708 struct mtd_oob_ops *ops) in mtd_write_oob_std() 1724 struct mtd_oob_ops *ops) in mtd_io_emulated_slc() 1729 struct mtd_oob_ops adjops = *ops; in mtd_io_emulated_slc() 1786 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in mtd_read_oob() 1831 struct mtd_oob_ops *ops) in mtd_write_oob()
|
| H A D | nftlcore.c | 127 struct mtd_oob_ops ops = { }; in nftl_read_oob() 148 struct mtd_oob_ops ops = { }; in nftl_write_oob() 171 struct mtd_oob_ops ops = { }; in nftl_write()
|
| H A D | inftlcore.c | 139 struct mtd_oob_ops ops = { }; in inftl_read_oob() 159 struct mtd_oob_ops ops = { }; in inftl_write_oob() 179 struct mtd_oob_ops ops = { }; in inftl_write()
|
| H A D | ssfdc.c | 165 struct mtd_oob_ops ops = { }; in read_raw_oob()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | sm_common.c | 102 struct mtd_oob_ops ops = { }; in sm_block_markbad()
|
| H A D | nand_bbt.c | 316 struct mtd_oob_ops ops = { }; in scan_read_oob() 357 struct mtd_oob_ops ops = { }; in scan_write_bbt() 419 struct mtd_oob_ops ops = { }; in scan_block_fast() 758 struct mtd_oob_ops ops = { }; in write_bbt()
|
| /linux/drivers/mtd/tests/ |
| H A D | readtest.c | 50 struct mtd_oob_ops ops = { }; in read_eraseblock_by_page()
|
| H A D | nandbiterrs.c | 102 struct mtd_oob_ops ops = { }; in rewrite_page()
|
| /linux/drivers/mtd/parsers/ |
| H A D | sharpslpart.c | 100 struct mtd_oob_ops ops = { }; in sharpsl_nand_read_oob()
|