Home
last modified time | relevance | path

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

/u-boot/include/
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);
A Dmxs_nand.h66 loff_t from, struct mtd_oob_ops *ops);
68 loff_t to, struct mtd_oob_ops *ops);
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,
/u-boot/include/linux/mtd/
A Dmtd.h83 struct mtd_oob_ops { struct
250 struct mtd_oob_ops *ops);
252 struct mtd_oob_ops *ops);
394 static inline u32 mtd_oobavail(struct mtd_info *mtd, struct mtd_oob_ops *ops) in mtd_oobavail()
414 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops);
415 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
A Donenand.h176 struct mtd_oob_ops *ops);
A Dnand.h613 loff_t offs, struct mtd_oob_ops *req, in nanddev_io_iter_init()
/u-boot/fs/yaffs2/
A Dyaffs_mtdif.c66 struct mtd_oob_ops ops; in nandmtd_WriteChunkToNAND()
101 struct mtd_oob_ops ops; in nandmtd_ReadChunkFromNAND()
A Dyaffs_mtdif2.c46 struct mtd_oob_ops ops; in nandmtd2_write_chunk_tags()
100 struct mtd_oob_ops ops; in nandmtd2_read_chunk_tags()
/u-boot/drivers/mtd/nand/raw/
A Dnand_util.c63 struct mtd_oob_ops oob_opts; in nand_erase_opts()
144 struct mtd_oob_ops ops; in nand_erase_opts()
480 int nand_verify_page_oob(struct mtd_info *mtd, struct mtd_oob_ops *ops, in nand_verify_page_oob()
484 struct mtd_oob_ops vops; in nand_verify_page_oob()
A Dnand_bbt.c318 struct mtd_oob_ops ops; in scan_read_oob()
358 struct mtd_oob_ops ops; in scan_write_bbt()
417 struct mtd_oob_ops ops; in scan_block_fast()
631 struct mtd_oob_ops ops; in write_bbt()
A Dnand_base.c103 struct mtd_oob_ops *ops);
403 struct mtd_oob_ops ops; in nand_default_block_markbad()
2237 struct mtd_oob_ops *ops, size_t len) in nand_transfer_oob()
2310 struct mtd_oob_ops *ops) in nand_do_read_ops()
2653 struct mtd_oob_ops *ops) in nand_do_read_oob()
2751 struct mtd_oob_ops *ops) in nand_read_oob()
3138 struct mtd_oob_ops *ops) in nand_fill_oob()
3197 struct mtd_oob_ops *ops) in nand_do_write_ops()
3329 struct mtd_oob_ops ops; in panic_nand_write()
3358 struct mtd_oob_ops *ops) in nand_do_write_oob()
[all …]
A Dmxs_nand.c916 struct mtd_oob_ops *ops) in mxs_nand_hook_read_oob()
941 struct mtd_oob_ops *ops) in mxs_nand_hook_write_oob()
/u-boot/cmd/
A Dmtd.c183 static bool mtd_oob_write_is_empty(struct mtd_oob_ops *op) in mtd_oob_write_is_empty()
224 struct mtd_oob_ops *io_op, in mtd_special_write_oob()
248 struct mtd_oob_ops io_op = {}; in do_mtd_io()
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()
A Dnand.c73 struct mtd_oob_ops ops; in nand_dump()
215 struct mtd_oob_ops ops; in do_nand_env_oob()
/u-boot/drivers/mtd/onenand/
A Donenand_base.c851 struct mtd_oob_ops *ops) in onenand_read_ops_nolock()
1002 struct mtd_oob_ops *ops) in onenand_read_oob_nolock()
1107 struct mtd_oob_ops ops = { in onenand_read()
1132 struct mtd_oob_ops *ops) in onenand_read_oob()
1214 struct mtd_oob_ops *ops) in onenand_bbt_read_oob()
1414 struct mtd_oob_ops *ops) in onenand_write_ops_nolock()
1536 struct mtd_oob_ops *ops) in onenand_write_oob_nolock()
1655 struct mtd_oob_ops ops = { in onenand_write()
1680 struct mtd_oob_ops *ops) in onenand_write_oob()
1900 struct mtd_oob_ops ops = { in onenand_default_block_markbad()
[all …]
A Donenand_bbt.c72 struct mtd_oob_ops ops; in create_bbt()
/u-boot/drivers/mtd/
A Dmtdconcat.c239 concat_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in concat_read_oob()
242 struct mtd_oob_ops devops = *ops; in concat_read_oob()
296 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob()
299 struct mtd_oob_ops devops = *ops; in concat_write_oob()
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()
A Dmtdpart.c334 struct mtd_oob_ops *ops) in part_read_oob()
413 struct mtd_oob_ops *ops) in part_write_oob()
/u-boot/env/
A Dnand.c283 struct mtd_oob_ops ops; in get_nand_env_oob()
/u-boot/drivers/dfu/
A Ddfu_mtd.c26 struct mtd_oob_ops io_op = {}; in mtd_block_op()
/u-boot/drivers/mtd/nand/spi/
A Dcore.c564 struct mtd_oob_ops *ops) in spinand_mtd_read()
618 struct mtd_oob_ops *ops) in spinand_mtd_write()

Completed in 46 milliseconds