Home
last modified time | relevance | path

Searched refs:nand_device (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.15/include/linux/mtd/
H A Dnand.h15 struct nand_device;
261 int (*init_ctx)(struct nand_device *nand);
262 void (*cleanup_ctx)(struct nand_device *nand);
263 int (*prepare_io_req)(struct nand_device *nand,
265 int (*finish_io_req)(struct nand_device *nand,
302 int nand_ecc_init_ctx(struct nand_device *nand);
365 struct nand_device *nand;
375 struct nand_device *nand);
420 struct nand_device { struct
622 nanddev_get_memorg(struct nand_device *nand) in nanddev_get_memorg()
[all …]
H A Dnand-ecc-sw-bch.h37 int nand_ecc_sw_bch_calculate(struct nand_device *nand,
39 int nand_ecc_sw_bch_correct(struct nand_device *nand, unsigned char *buf,
41 int nand_ecc_sw_bch_init_ctx(struct nand_device *nand);
42 void nand_ecc_sw_bch_cleanup_ctx(struct nand_device *nand);
47 static inline int nand_ecc_sw_bch_calculate(struct nand_device *nand, in nand_ecc_sw_bch_calculate()
54 static inline int nand_ecc_sw_bch_correct(struct nand_device *nand, in nand_ecc_sw_bch_correct()
62 static inline int nand_ecc_sw_bch_init_ctx(struct nand_device *nand) in nand_ecc_sw_bch_init_ctx()
67 static inline void nand_ecc_sw_bch_cleanup_ctx(struct nand_device *nand) {} in nand_ecc_sw_bch_cleanup_ctx()
H A Dnand-ecc-sw-hamming.h34 int nand_ecc_sw_hamming_init_ctx(struct nand_device *nand);
35 void nand_ecc_sw_hamming_cleanup_ctx(struct nand_device *nand);
38 int nand_ecc_sw_hamming_calculate(struct nand_device *nand,
44 int nand_ecc_sw_hamming_correct(struct nand_device *nand, unsigned char *buf,
50 static inline int nand_ecc_sw_hamming_init_ctx(struct nand_device *nand) in nand_ecc_sw_hamming_init_ctx()
55 static inline void nand_ecc_sw_hamming_cleanup_ctx(struct nand_device *nand) {} in nand_ecc_sw_hamming_cleanup_ctx()
64 static inline int nand_ecc_sw_hamming_calculate(struct nand_device *nand, in nand_ecc_sw_hamming_calculate()
79 static inline int nand_ecc_sw_hamming_correct(struct nand_device *nand, in nand_ecc_sw_hamming_correct()
H A Dspinand.h588 struct nand_device base;
655 static inline struct spinand_device *nand_to_spinand(struct nand_device *nand) in nand_to_spinand()
666 static inline struct nand_device *
/linux-6.15/drivers/mtd/nand/
H A Dcore.c22 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isbad()
64 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_markbad()
157 struct nand_device *nand = mtd_to_nanddev(mtd); in nanddev_mtd_erase()
193 struct nand_device *nand = mtd_to_nanddev(mtd); in nanddev_mtd_max_bad_blocks()
216 static int nanddev_get_ecc_engine(struct nand_device *nand) in nanddev_get_ecc_engine()
255 static int nanddev_put_ecc_engine(struct nand_device *nand) in nanddev_put_ecc_engine()
275 static int nanddev_find_ecc_configuration(struct nand_device *nand) in nanddev_find_ecc_configuration()
297 int nanddev_ecc_engine_init(struct nand_device *nand) in nanddev_ecc_engine_init()
331 void nanddev_ecc_engine_cleanup(struct nand_device *nand) in nanddev_ecc_engine_cleanup()
351 int nanddev_init(struct nand_device *nand, const struct nand_ops *ops, in nanddev_init()
[all …]
H A Decc.c112 int nand_ecc_init_ctx(struct nand_device *nand) in nand_ecc_init_ctx()
125 void nand_ecc_cleanup_ctx(struct nand_device *nand) in nand_ecc_cleanup_ctx()
137 int nand_ecc_prepare_io_req(struct nand_device *nand, in nand_ecc_prepare_io_req()
152 int nand_ecc_finish_io_req(struct nand_device *nand, in nand_ecc_finish_io_req()
166 struct nand_device *nand = mtd_to_nanddev(mtd); in nand_ooblayout_ecc_sp()
226 struct nand_device *nand = mtd_to_nanddev(mtd); in nand_ooblayout_ecc_lp()
241 struct nand_device *nand = mtd_to_nanddev(mtd); in nand_ooblayout_free_lp()
271 struct nand_device *nand = mtd_to_nanddev(mtd); in nand_ooblayout_ecc_lp_hamming()
298 struct nand_device *nand = mtd_to_nanddev(mtd); in nand_ooblayout_free_lp_hamming()
491 struct nand_device *nand) in nand_ecc_init_req_tweaking()
[all …]
H A Dbbt.c23 int nanddev_bbt_init(struct nand_device *nand) in nanddev_bbt_init()
42 void nanddev_bbt_cleanup(struct nand_device *nand) in nanddev_bbt_cleanup()
57 int nanddev_bbt_update(struct nand_device *nand) in nanddev_bbt_update()
71 int nanddev_bbt_get_block_status(const struct nand_device *nand, in nanddev_bbt_get_block_status()
104 int nanddev_bbt_set_block_status(struct nand_device *nand, unsigned int entry, in nanddev_bbt_set_block_status()
H A Decc-sw-bch.c23 int nand_ecc_sw_bch_calculate(struct nand_device *nand, in nand_ecc_sw_bch_calculate()
49 int nand_ecc_sw_bch_correct(struct nand_device *nand, unsigned char *buf, in nand_ecc_sw_bch_correct()
82 static void nand_ecc_sw_bch_cleanup(struct nand_device *nand) in nand_ecc_sw_bch_cleanup()
108 static int nand_ecc_sw_bch_init(struct nand_device *nand) in nand_ecc_sw_bch_init()
170 int nand_ecc_sw_bch_init_ctx(struct nand_device *nand) in nand_ecc_sw_bch_init_ctx()
277 void nand_ecc_sw_bch_cleanup_ctx(struct nand_device *nand) in nand_ecc_sw_bch_cleanup_ctx()
291 static int nand_ecc_sw_bch_prepare_io_req(struct nand_device *nand, in nand_ecc_sw_bch_prepare_io_req()
328 static int nand_ecc_sw_bch_finish_io_req(struct nand_device *nand, in nand_ecc_sw_bch_finish_io_req()
H A Decc-mxic.c124 static struct mxic_ecc_engine *nand_to_mxic(struct nand_device *nand) in nand_to_mxic()
137 struct nand_device *nand = mtd_to_nanddev(mtd); in mxic_ecc_ooblayout_ecc()
152 struct nand_device *nand = mtd_to_nanddev(mtd); in mxic_ecc_ooblayout_free()
360 static int mxic_ecc_init_ctx_external(struct nand_device *nand) in mxic_ecc_init_ctx_external()
380 static int mxic_ecc_init_ctx_pipelined(struct nand_device *nand) in mxic_ecc_init_ctx_pipelined()
412 static void mxic_ecc_cleanup_ctx(struct nand_device *nand) in mxic_ecc_cleanup_ctx()
520 struct nand_device *nand) in mxic_ecc_count_biterrs()
552 static int mxic_ecc_prepare_io_req_external(struct nand_device *nand, in mxic_ecc_prepare_io_req_external()
612 static int mxic_ecc_finish_io_req_external(struct nand_device *nand, in mxic_ecc_finish_io_req_external()
668 static int mxic_ecc_prepare_io_req_pipelined(struct nand_device *nand, in mxic_ecc_prepare_io_req_pipelined()
[all …]
H A Decc-sw-hamming.c362 int nand_ecc_sw_hamming_calculate(struct nand_device *nand, in nand_ecc_sw_hamming_calculate()
454 int nand_ecc_sw_hamming_correct(struct nand_device *nand, unsigned char *buf, in nand_ecc_sw_hamming_correct()
467 int nand_ecc_sw_hamming_init_ctx(struct nand_device *nand) in nand_ecc_sw_hamming_init_ctx()
532 void nand_ecc_sw_hamming_cleanup_ctx(struct nand_device *nand) in nand_ecc_sw_hamming_cleanup_ctx()
545 static int nand_ecc_sw_hamming_prepare_io_req(struct nand_device *nand, in nand_ecc_sw_hamming_prepare_io_req()
582 static int nand_ecc_sw_hamming_finish_io_req(struct nand_device *nand, in nand_ecc_sw_hamming_finish_io_req()
/linux-6.15/drivers/mtd/nand/spi/
H A Dcore.c53 struct nand_device *nand = spinand_to_nand(spinand); in spinand_get_cfg()
65 struct nand_device *nand = spinand_to_nand(spinand); in spinand_set_cfg()
119 struct nand_device *nand = spinand_to_nand(spinand); in spinand_select_target()
702 struct nand_device *nand = mtd_to_nanddev(mtd); in spinand_mtd_regular_page_read()
773 struct nand_device *nand = mtd_to_nanddev(mtd); in spinand_mtd_continuous_page_read()
857 struct nand_device *nand = mtd_to_nanddev(mtd); in spinand_use_cont_read()
920 struct nand_device *nand = mtd_to_nanddev(mtd); in spinand_mtd_write()
981 struct nand_device *nand = mtd_to_nanddev(mtd); in spinand_mtd_block_isbad()
1023 struct nand_device *nand = mtd_to_nanddev(mtd); in spinand_mtd_block_markbad()
1081 struct nand_device *nand = mtd_to_nanddev(mtd); in spinand_mtd_block_isreserved()
[all …]
H A Desmt.c73 struct nand_device *nand = mtd_to_nanddev(mtd); in f50l1g41lb_ooblayout_ecc()
88 struct nand_device *nand = mtd_to_nanddev(mtd); in f50l1g41lb_ooblayout_free()
H A Dwinbond.c147 struct nand_device *nand = spinand_to_nand(spinand); in w25n02kv_ecc_get_status()
291 struct nand_device *nand = spinand_to_nand(spinand); in winbond_spinand_init()
H A Dforesee.c54 struct nand_device *nand = spinand_to_nand(spinand); in f35sqa002g_ecc_get_status()
H A Dtoshiba.c74 struct nand_device *nand = spinand_to_nand(spinand); in tx58cxgxsxraix_ecc_get_status()
H A Dotp.c19 struct nand_device *nand = spinand_to_nand(spinand); in spinand_otp_page_size()
/linux-6.15/drivers/mtd/nand/raw/
H A Dnand_esmt.c13 struct nand_device *base = &chip->base; in esmt_nand_decode_id()
H A Dnand_samsung.c13 struct nand_device *base = &chip->base; in samsung_nand_decode_id()
H A Dnand_onfi.c37 struct nand_device *base = &chip->base; in nand_flash_detect_ext_param_page()
146 struct nand_device *base = &chip->base; in nand_onfi_detect()
H A Dnand_jedec.c26 struct nand_device *base = &chip->base; in nand_jedec_detect()
H A Dnand_base.c5081 struct nand_device *base = &chip->base; in find_full_id_nand()
5765 struct nand_device *base = &chip->base; in rawnand_sw_hamming_init()
5796 struct nand_device *base = &chip->base; in rawnand_sw_hamming_calculate()
5807 struct nand_device *base = &chip->base; in rawnand_sw_hamming_correct()
5815 struct nand_device *base = &chip->base; in rawnand_sw_hamming_cleanup()
5823 struct nand_device *base = &chip->base; in rawnand_sw_bch_init()
5850 struct nand_device *base = &chip->base; in rawnand_sw_bch_calculate()
5858 struct nand_device *base = &chip->base; in rawnand_sw_bch_correct()
5866 struct nand_device *base = &chip->base; in rawnand_sw_bch_cleanup()
5934 struct nand_device *nanddev = mtd_to_nanddev(mtd); in nand_set_ecc_soft_ops()
[all …]
H A Dnand_toshiba.c148 struct nand_device *base = &chip->base; in toshiba_nand_decode_id()
/linux-6.15/drivers/spi/
H A Dspi-mxic.c651 static int mxic_spi_mem_ecc_init_ctx(struct nand_device *nand) in mxic_spi_mem_ecc_init_ctx()
661 static void mxic_spi_mem_ecc_cleanup_ctx(struct nand_device *nand) in mxic_spi_mem_ecc_cleanup_ctx()
671 static int mxic_spi_mem_ecc_prepare_io_req(struct nand_device *nand, in mxic_spi_mem_ecc_prepare_io_req()
679 static int mxic_spi_mem_ecc_finish_io_req(struct nand_device *nand, in mxic_spi_mem_ecc_finish_io_req()
H A Dspi-mtk-snfi.c321 static struct mtk_snand *nand_to_mtk_snand(struct nand_device *nand) in nand_to_mtk_snand()
644 struct nand_device *nand = mtd_to_nanddev(mtd); in mtk_snand_ooblayout_free()
660 static int mtk_snand_ecc_init_ctx(struct nand_device *nand) in mtk_snand_ecc_init_ctx()
739 static void mtk_snand_ecc_cleanup_ctx(struct nand_device *nand) in mtk_snand_ecc_cleanup_ctx()
746 static int mtk_snand_ecc_prepare_io_req(struct nand_device *nand, in mtk_snand_ecc_prepare_io_req()
762 static int mtk_snand_ecc_finish_io_req(struct nand_device *nand, in mtk_snand_ecc_finish_io_req()
H A Dspi-qpic-snand.c171 static struct qcom_nand_controller *nand_to_qcom_snand(struct nand_device *nand) in nand_to_qcom_snand()
216 struct nand_device *nand = mtd_to_nanddev(mtd); in qcom_spi_ooblayout_ecc()
232 struct nand_device *nand = mtd_to_nanddev(mtd); in qcom_spi_ooblayout_free()
250 static int qcom_spi_ecc_init_ctx_pipelined(struct nand_device *nand) in qcom_spi_ecc_init_ctx_pipelined()
344 static void qcom_spi_ecc_cleanup_ctx_pipelined(struct nand_device *nand) in qcom_spi_ecc_cleanup_ctx_pipelined()
351 static int qcom_spi_ecc_prepare_io_req_pipelined(struct nand_device *nand, in qcom_spi_ecc_prepare_io_req_pipelined()
374 static int qcom_spi_ecc_finish_io_req_pipelined(struct nand_device *nand, in qcom_spi_ecc_finish_io_req_pipelined()

12