Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand.h60 loff_t from, struct mtd_oob_ops *ops);
62 loff_t to, struct mtd_oob_ops *ops);
H A Dnand_util.c61 struct mtd_oob_ops oob_opts; in nand_erase_opts()
142 struct mtd_oob_ops ops; in nand_erase_opts()
478 int nand_verify_page_oob(struct mtd_info *mtd, struct mtd_oob_ops *ops, in nand_verify_page_oob()
482 struct mtd_oob_ops vops; in nand_verify_page_oob()
/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Dsfc_nand_mtd.c41 struct mtd_oob_ops *ops) in sfc_nand_write_mtd()
79 struct mtd_oob_ops *ops) in sfc_nand_read_mtd()
278 struct mtd_oob_ops ops; in sfc_write_mtd()
281 memset(&ops, 0, sizeof(struct mtd_oob_ops)); in sfc_write_mtd()
296 struct mtd_oob_ops ops; in sfc_read_mtd()
299 memset(&ops, 0, sizeof(struct mtd_oob_ops)); in sfc_read_mtd()
H A Dsfc_nand_mtd_bbt.c51 struct mtd_oob_ops ops; in nanddev_read_bbt()
79 memset(&ops, 0, sizeof(struct mtd_oob_ops)); in nanddev_read_bbt()
135 struct mtd_oob_ops ops; in nanddev_write_bbt()
173 memset(&ops, 0, sizeof(struct mtd_oob_ops)); in nanddev_write_bbt()
/OK3568_Linux_fs/u-boot/include/
H A Donenand_uboot.h21 struct mtd_oob_ops;
35 extern int onenand_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops);
H A Dnand.h82 typedef struct mtd_oob_ops mtd_oob_ops_t;
112 int nand_verify_page_oob(struct mtd_info *mtd, struct mtd_oob_ops *ops,
/OK3568_Linux_fs/kernel/drivers/mtd/nand/
H A Dbbt_store.c32 struct mtd_oob_ops ops; in nanddev_read_bbt()
59 memset(&ops, 0, sizeof(struct mtd_oob_ops)); in nanddev_read_bbt()
101 struct mtd_oob_ops ops; in nanddev_write_bbt()
139 memset(&ops, 0, sizeof(struct mtd_oob_ops)); in nanddev_write_bbt()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h88 struct mtd_oob_ops { struct
255 struct mtd_oob_ops *ops);
257 struct mtd_oob_ops *ops);
400 static inline int mtd_oobavail(struct mtd_info *mtd, struct mtd_oob_ops *ops) in mtd_oobavail()
420 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops);
421 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
H A Donenand.h176 struct mtd_oob_ops *ops);
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dmtd.h64 struct mtd_oob_ops { struct
324 struct mtd_oob_ops *ops);
326 struct mtd_oob_ops *ops);
466 static inline u32 mtd_oobavail(struct mtd_info *mtd, struct mtd_oob_ops *ops) in mtd_oobavail()
504 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops);
505 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/
H A Dbbt.c52 struct mtd_oob_ops ops; in nanddev_read_bbt()
79 memset(&ops, 0, sizeof(struct mtd_oob_ops)); in nanddev_read_bbt()
122 struct mtd_oob_ops ops; in nanddev_write_bbt()
161 memset(&ops, 0, sizeof(struct mtd_oob_ops)); in nanddev_write_bbt()
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_mtdif.c66 struct mtd_oob_ops ops; in nandmtd_WriteChunkToNAND()
101 struct mtd_oob_ops ops; in nandmtd_ReadChunkFromNAND()
H A Dyaffs_mtdif2.c45 struct mtd_oob_ops ops; in nandmtd2_write_chunk_tags()
99 struct mtd_oob_ops ops; in nandmtd2_read_chunk_tags()
/OK3568_Linux_fs/u-boot/cmd/
H A Dmtd.c167 static bool mtd_oob_write_is_empty(struct mtd_oob_ops *op) in mtd_oob_write_is_empty()
207 struct mtd_oob_ops *io_op, in mtd_special_write_oob()
275 struct mtd_oob_ops io_op = {}; in do_mtd()
H A Donenand.c68 struct mtd_oob_ops ops = { in onenand_block_read()
111 struct mtd_oob_ops ops = { in onenand_write_oneblock_withoob()
309 struct mtd_oob_ops ops; in onenand_dump()
/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Doobtest.c59 struct mtd_oob_ops ops; in write_eraseblock()
168 struct mtd_oob_ops ops; in verify_eraseblock()
263 struct mtd_oob_ops ops; in verify_eraseblock_in_one_go()
341 struct mtd_oob_ops ops; in mtd_oobtest_init()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.c1213 struct mtd_oob_ops ops = { in mtd_read()
1229 struct mtd_oob_ops ops = { in mtd_write()
1272 struct mtd_oob_ops *ops) in mtd_check_oob_ops()
1305 struct mtd_oob_ops *ops) in mtd_read_oob_std()
1321 struct mtd_oob_ops *ops) in mtd_write_oob_std()
1337 struct mtd_oob_ops *ops) in mtd_io_emulated_slc()
1342 struct mtd_oob_ops adjops = *ops; in mtd_io_emulated_slc()
1399 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in mtd_read_oob()
1439 struct mtd_oob_ops *ops) in mtd_write_oob()
H A Dmtdchar.c177 struct mtd_oob_ops ops = {}; in mtdchar_read()
271 struct mtd_oob_ops ops = {}; in mtdchar_write()
354 struct mtd_oob_ops ops = {}; in mtdchar_writeoob()
395 struct mtd_oob_ops ops = {}; in mtdchar_readoob()
589 struct mtd_oob_ops ops = {}; in mtdchar_write_ioctl()
H A Dmtdconcat.c260 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob()
263 struct mtd_oob_ops devops = *ops; in concat_read_oob()
317 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob()
320 struct mtd_oob_ops devops = *ops; in concat_write_oob()
H A Dnftlcore.c127 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 Dinftlcore.c139 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()
/OK3568_Linux_fs/u-boot/drivers/mtd/onenand/
H A Donenand_base.c848 struct mtd_oob_ops *ops) in onenand_read_ops_nolock()
999 struct mtd_oob_ops *ops) in onenand_read_oob_nolock()
1104 struct mtd_oob_ops ops = { in onenand_read()
1129 struct mtd_oob_ops *ops) in onenand_read_oob()
1211 struct mtd_oob_ops *ops) in onenand_bbt_read_oob()
1411 struct mtd_oob_ops *ops) in onenand_write_ops_nolock()
1533 struct mtd_oob_ops *ops) in onenand_write_oob_nolock()
1652 struct mtd_oob_ops ops = { in onenand_write()
1677 struct mtd_oob_ops *ops) in onenand_write_oob()
1897 struct mtd_oob_ops ops = { in onenand_default_block_markbad()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A Donenand_base.c1115 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()
1527 struct mtd_oob_ops *ops) in onenand_bbt_read_oob()
1786 struct mtd_oob_ops *ops) in onenand_write_ops_nolock()
1970 struct mtd_oob_ops *ops) in onenand_write_oob_nolock()
2078 struct mtd_oob_ops *ops) in onenand_write_oob()
2439 struct mtd_oob_ops ops = { in onenand_default_block_markbad()
2770 struct mtd_oob_ops *ops) in onenand_otp_write_oob_nolock()
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdconcat.c237 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob()
240 struct mtd_oob_ops devops = *ops; in concat_read_oob()
294 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob()
297 struct mtd_oob_ops devops = *ops; in concat_write_oob()
H A Dmtdcore.c967 struct mtd_oob_ops ops = { in mtd_read()
999 struct mtd_oob_ops ops = { in mtd_write()
1038 struct mtd_oob_ops *ops) in mtd_check_oob_ops()
1070 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in mtd_read_oob()
1104 struct mtd_oob_ops *ops) in mtd_write_oob()

12