Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/tests/
Doobtest.c83 ops.datbuf = NULL; in write_eraseblock()
193 ops.datbuf = NULL; in verify_eraseblock()
230 ops.datbuf = NULL; in verify_eraseblock()
290 ops.datbuf = NULL; in verify_eraseblock_in_one_go()
514 ops.datbuf = NULL; in mtd_oobtest_init()
534 ops.datbuf = NULL; in mtd_oobtest_init()
561 ops.datbuf = NULL; in mtd_oobtest_init()
581 ops.datbuf = NULL; in mtd_oobtest_init()
608 ops.datbuf = NULL; in mtd_oobtest_init()
628 ops.datbuf = NULL; in mtd_oobtest_init()
[all …]
Dreadtest.c70 ops.datbuf = NULL; in read_eraseblock_by_page()
Dnandbiterrs.c126 ops.datbuf = wbuffer; in rewrite_page()
/Linux-v4.19/drivers/mtd/
Dmtdchar.c194 ops.datbuf = kbuf; in mtdchar_read()
288 ops.datbuf = kbuf; in mtdchar_write()
382 ops.datbuf = NULL; in mtdchar_writeoob()
419 ops.datbuf = NULL; in mtdchar_readoob()
623 ops.datbuf = memdup_user(usr_data, ops.len); in mtdchar_write_ioctl()
624 if (IS_ERR(ops.datbuf)) in mtdchar_write_ioctl()
625 return PTR_ERR(ops.datbuf); in mtdchar_write_ioctl()
627 ops.datbuf = NULL; in mtdchar_write_ioctl()
633 kfree(ops.datbuf); in mtdchar_write_ioctl()
642 kfree(ops.datbuf); in mtdchar_write_ioctl()
Dmtdconcat.c271 if (devops.datbuf) { in concat_read_oob()
275 devops.datbuf += devops.retlen; in concat_read_oob()
319 if (devops.datbuf) { in concat_write_oob()
323 devops.datbuf += devops.retlen; in concat_write_oob()
Dnftlcore.c147 ops.datbuf = NULL; in nftl_read_oob()
168 ops.datbuf = NULL; in nftl_write_oob()
191 ops.datbuf = buf; in nftl_write()
Dinftlcore.c159 ops.datbuf = NULL; in inftl_read_oob()
179 ops.datbuf = NULL; in inftl_write_oob()
199 ops.datbuf = buf; in inftl_write()
Dmtdcore.c1052 .datbuf = buf, in mtd_read()
1085 .datbuf = (u8 *)buf, in mtd_write()
1129 if (!ops->datbuf) in mtd_check_oob_ops()
1173 ops->datbuf); in mtd_read_oob()
1213 ops->datbuf); in mtd_write_oob()
Dssfdc.c176 ops.datbuf = NULL; in read_raw_oob()
Dmtdswap.c350 ops.datbuf = NULL; in mtdswap_read_markers()
391 ops.datbuf = NULL; in mtdswap_write_marker()
902 ops.datbuf = d->page_buf; in mtdswap_eblk_passes()
Dsm_ftl.c262 ops.datbuf = buffer; in sm_read_sector()
339 ops.datbuf = buffer; in sm_write_sector()
/Linux-v4.19/drivers/mtd/nand/raw/
Dsm_common.c117 ops.datbuf = NULL; in sm_block_markbad()
Dnand_bbt.c325 ops.datbuf = buf; in scan_read_oob()
362 ops.datbuf = buf; in scan_write_bbt()
422 ops.datbuf = NULL; in scan_block_fast()
728 ops.datbuf = NULL; in write_bbt()
Dnand_base.c3559 buf = ops->datbuf; in nand_do_read_ops()
3971 if (!ops->datbuf) in nand_read_oob()
4408 uint8_t *buf = ops->datbuf; in nand_do_write_ops()
4545 ops.datbuf = (uint8_t *)buf; in panic_nand_write()
4647 if (!ops->datbuf) in nand_write_oob()
/Linux-v4.19/drivers/mtd/nand/onenand/
Donenand_base.c1129 u_char *buf = ops->datbuf; in onenand_mlc_read_ops_nolock()
1230 u_char *buf = ops->datbuf; in onenand_read_ops_nolock()
1464 if (ops->datbuf) in onenand_read_oob()
1802 const u_char *buf = ops->datbuf; in onenand_write_ops_nolock()
2101 if (ops->datbuf) in onenand_write_oob()
2915 .datbuf = buf, in do_otp_read()
2967 ops.datbuf = pbuf; in do_otp_write()
3007 ops.datbuf = buf; in do_otp_lock()
3519 .datbuf = NULL, in flexonenand_check_blocks_erased()
/Linux-v4.19/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()
/Linux-v4.19/include/linux/mtd/
Dnand.h610 iter->req.databuf.in = req->datbuf; in nanddev_io_iter_init()
Dmtd.h83 uint8_t *datbuf; member
/Linux-v4.19/drivers/mtd/devices/
Ddocg3.c885 u8 *buf = ops->datbuf; in doc_read_oob()
1394 u8 *buf = ops->datbuf; in doc_write_oob()