Home
last modified time | relevance | path

Searched refs:datbuf (Results 1 – 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/tests/
Doobtest.c71 ops.datbuf = NULL; in write_eraseblock()
181 ops.datbuf = NULL; in verify_eraseblock()
218 ops.datbuf = NULL; in verify_eraseblock()
278 ops.datbuf = NULL; in verify_eraseblock_in_one_go()
502 ops.datbuf = NULL; in mtd_oobtest_init()
522 ops.datbuf = NULL; in mtd_oobtest_init()
549 ops.datbuf = NULL; in mtd_oobtest_init()
569 ops.datbuf = NULL; in mtd_oobtest_init()
596 ops.datbuf = NULL; in mtd_oobtest_init()
616 ops.datbuf = NULL; in mtd_oobtest_init()
[all …]
Dreadtest.c58 ops.datbuf = NULL; in read_eraseblock_by_page()
Dnandbiterrs.c113 ops.datbuf = wbuffer; in rewrite_page()
/kernel/linux/linux-5.10/drivers/mtd/
Dmtdchar.c180 ops.datbuf = kbuf; in mtdchar_read()
274 ops.datbuf = kbuf; in mtdchar_write()
366 ops.datbuf = NULL; in mtdchar_writeoob()
403 ops.datbuf = NULL; in mtdchar_readoob()
607 ops.datbuf = memdup_user(usr_data, ops.len); in mtdchar_write_ioctl()
608 if (IS_ERR(ops.datbuf)) in mtdchar_write_ioctl()
609 return PTR_ERR(ops.datbuf); in mtdchar_write_ioctl()
611 ops.datbuf = NULL; in mtdchar_write_ioctl()
617 kfree(ops.datbuf); in mtdchar_write_ioctl()
626 kfree(ops.datbuf); in mtdchar_write_ioctl()
Dmtdconcat.c298 if (devops.datbuf) { in concat_read_oob()
302 devops.datbuf += devops.retlen; in concat_read_oob()
346 if (devops.datbuf) { in concat_write_oob()
350 devops.datbuf += devops.retlen; in concat_write_oob()
Dnftlcore.c134 ops.datbuf = NULL; in nftl_read_oob()
155 ops.datbuf = NULL; in nftl_write_oob()
178 ops.datbuf = buf; in nftl_write()
Dinftlcore.c146 ops.datbuf = NULL; in inftl_read_oob()
166 ops.datbuf = NULL; in inftl_write_oob()
186 ops.datbuf = buf; in inftl_write()
Dmtdcore.c1250 .datbuf = buf, in mtd_read()
1266 .datbuf = (u8 *)buf, in mtd_write()
1314 if (!ops->datbuf) in mtd_check_oob_ops()
1350 ops->datbuf); in mtd_read_oob_std()
1366 ops->datbuf); in mtd_write_oob_std()
1424 adjops.datbuf += adjops.retlen; in mtd_io_emulated_slc()
Dssfdc.c173 ops.datbuf = NULL; in read_raw_oob()
Dmtdswap.c337 ops.datbuf = NULL; in mtdswap_read_markers()
378 ops.datbuf = NULL; in mtdswap_write_marker()
889 ops.datbuf = d->page_buf; in mtdswap_eblk_passes()
Dsm_ftl.c264 ops.datbuf = buffer; in sm_read_sector()
341 ops.datbuf = buffer; in sm_write_sector()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dsm_common.c115 ops.datbuf = NULL; in sm_block_markbad()
Dnand_bbt.c324 ops.datbuf = buf; in scan_read_oob()
362 ops.datbuf = buf; in scan_write_bbt()
425 ops.datbuf = NULL; in scan_block_fast()
730 ops.datbuf = NULL; in write_bbt()
Dnand_base.c3138 buf = ops->datbuf; in nand_do_read_ops()
3541 if (!ops->datbuf) in nand_read_oob()
3967 uint8_t *buf = ops->datbuf; in nand_do_write_ops()
4103 ops.datbuf = (uint8_t *)buf; in panic_nand_write()
4140 if (!ops->datbuf) in nand_write_oob()
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/
Donenand_base.c1121 u_char *buf = ops->datbuf; in onenand_mlc_read_ops_nolock()
1222 u_char *buf = ops->datbuf; in onenand_read_ops_nolock()
1456 if (ops->datbuf) in onenand_read_oob()
1794 const u_char *buf = ops->datbuf; in onenand_write_ops_nolock()
2093 if (ops->datbuf) in onenand_write_oob()
2907 .datbuf = buf, in do_otp_read()
2959 ops.datbuf = pbuf; in do_otp_write()
2999 ops.datbuf = buf; in do_otp_lock()
3517 .datbuf = NULL, in flexonenand_check_blocks_erased()
/kernel/linux/linux-5.10/fs/jffs2/
Dwbuf.c1044 ops.datbuf = NULL; in jffs2_check_oob_empty()
1086 ops.datbuf = NULL; in jffs2_check_nand_cleanmarker()
1111 ops.datbuf = NULL; in jffs2_write_nand_cleanmarker()
/kernel/linux/linux-5.10/include/linux/mtd/
Dnand.h814 iter->req.databuf.in = req->datbuf; in nanddev_io_iter_init()
Dmtd.h71 uint8_t *datbuf; member
/kernel/linux/linux-5.10/drivers/mtd/devices/
Ddocg3.c871 u8 *buf = ops->datbuf; in doc_read_oob()
1380 u8 *buf = ops->datbuf; in doc_write_oob()
/kernel/liteos_a/fs/jffs2/
Djffs2.patch7763 - ops.datbuf = NULL;
7805 - ops.datbuf = NULL;
7830 - ops.datbuf = NULL;
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch58977 * @datbuf: data buffer - if NULL only oob data are read/written
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch363344 * @datbuf: data buffer - if NULL only oob data are read/written