Home
last modified time | relevance | path

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

12

/openbmc/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.c60 struct mtd_oob_ops oob_opts; in nand_erase_opts()
141 struct mtd_oob_ops ops; in nand_erase_opts()
477 int nand_verify_page_oob(struct mtd_info *mtd, struct mtd_oob_ops *ops, in nand_verify_page_oob()
481 struct mtd_oob_ops vops; in nand_verify_page_oob()
/openbmc/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.h81 typedef struct mtd_oob_ops mtd_oob_ops_t;
111 int nand_verify_page_oob(struct mtd_info *mtd, struct mtd_oob_ops *ops,
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h83 struct mtd_oob_ops { struct
250 struct mtd_oob_ops *ops);
252 struct mtd_oob_ops *ops);
395 static inline int mtd_oobavail(struct mtd_info *mtd, struct mtd_oob_ops *ops) in mtd_oobavail()
415 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops);
416 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);
/openbmc/linux/include/linux/mtd/
H A Dmtd.h70 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 Donenand.h225 struct mtd_oob_ops *ops);
/openbmc/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()
/openbmc/linux/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()
/openbmc/linux/drivers/mtd/
H A Dmtdchar.c169 struct mtd_oob_ops ops = {}; in mtdchar_read()
263 struct mtd_oob_ops ops = {}; in mtdchar_write()
346 struct mtd_oob_ops ops = {}; in mtdchar_writeoob()
387 struct mtd_oob_ops ops = {}; in mtdchar_readoob()
577 struct mtd_oob_ops *ops) in adjust_oob_length()
641 struct mtd_oob_ops ops = { in mtdchar_write_ioctl()
752 struct mtd_oob_ops ops = { in mtdchar_read_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 Dmtdcore.c1503 struct mtd_oob_ops ops = { in mtd_read()
1519 struct mtd_oob_ops ops = { in mtd_write()
1562 struct mtd_oob_ops *ops) in mtd_check_oob_ops()
1595 struct mtd_oob_ops *ops) in mtd_read_oob_std()
1611 struct mtd_oob_ops *ops) in mtd_write_oob_std()
1627 struct mtd_oob_ops *ops) in mtd_io_emulated_slc()
1632 struct mtd_oob_ops adjops = *ops; in mtd_io_emulated_slc()
1689 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in mtd_read_oob()
1734 struct mtd_oob_ops *ops) in mtd_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()
/openbmc/u-boot/cmd/
H A Dmtd.c181 static bool mtd_oob_write_is_empty(struct mtd_oob_ops *op) in mtd_oob_write_is_empty()
222 struct mtd_oob_ops *io_op, in mtd_special_write_oob()
245 struct mtd_oob_ops io_op = {}; in do_mtd_io()
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()
/openbmc/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 …]
H A Donenand_bbt.c71 struct mtd_oob_ops ops; in create_bbt()
/openbmc/linux/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()
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 Donenand_bbt.c64 struct mtd_oob_ops ops = { }; in create_bbt()
/openbmc/u-boot/drivers/mtd/
H A Dmtdconcat.c236 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob()
239 struct mtd_oob_ops devops = *ops; in concat_read_oob()
293 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob()
296 struct mtd_oob_ops devops = *ops; in concat_write_oob()
H A Dmtdcore.c966 struct mtd_oob_ops ops = { in mtd_read()
998 struct mtd_oob_ops ops = { in mtd_write()
1037 struct mtd_oob_ops *ops) in mtd_check_oob_ops()
1069 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in mtd_read_oob()
1103 struct mtd_oob_ops *ops) in mtd_write_oob()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsm_common.c102 struct mtd_oob_ops ops = { }; in sm_block_markbad()

12