Searched refs:datbuf (Results 1 – 19 of 19) sorted by relevance
83 ops.datbuf = NULL; in write_eraseblock()188 ops.datbuf = NULL; in verify_eraseblock()222 ops.datbuf = NULL; in verify_eraseblock()278 ops.datbuf = NULL; in verify_eraseblock_in_one_go()499 ops.datbuf = NULL; in mtd_oobtest_init()519 ops.datbuf = NULL; in mtd_oobtest_init()543 ops.datbuf = NULL; in mtd_oobtest_init()563 ops.datbuf = NULL; in mtd_oobtest_init()587 ops.datbuf = NULL; in mtd_oobtest_init()607 ops.datbuf = NULL; in mtd_oobtest_init()[all …]
70 ops.datbuf = NULL; in read_eraseblock_by_page()
126 ops.datbuf = wbuffer; in rewrite_page()
190 ops.datbuf = kbuf; in mtdchar_read()284 ops.datbuf = kbuf; in mtdchar_write()387 ops.datbuf = NULL; in mtdchar_writeoob()427 ops.datbuf = NULL; in mtdchar_readoob()565 ops.datbuf = memdup_user(usr_data, ops.len); in mtdchar_write_ioctl()566 if (IS_ERR(ops.datbuf)) in mtdchar_write_ioctl()567 return PTR_ERR(ops.datbuf); in mtdchar_write_ioctl()569 ops.datbuf = NULL; in mtdchar_write_ioctl()575 kfree(ops.datbuf); in mtdchar_write_ioctl()584 kfree(ops.datbuf); in mtdchar_write_ioctl()
271 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()
147 ops.datbuf = NULL; in nftl_read_oob()168 ops.datbuf = NULL; in nftl_write_oob()191 ops.datbuf = buf; in nftl_write()
159 ops.datbuf = NULL; in inftl_read_oob()179 ops.datbuf = NULL; in inftl_write_oob()199 ops.datbuf = buf; in inftl_write()
176 ops.datbuf = NULL; in read_raw_oob()
116 if (ops->datbuf && from + ops->len > mtd->size) in part_read_oob()201 if (ops->datbuf && to + ops->len > mtd->size) in part_write_oob()
352 ops.datbuf = NULL; in mtdswap_read_markers()393 ops.datbuf = NULL; in mtdswap_write_marker()938 ops.datbuf = d->page_buf; in mtdswap_eblk_passes()
261 ops.datbuf = buffer; in sm_read_sector()338 ops.datbuf = buffer; in sm_write_sector()
139 if (ops->datbuf && ops->len && ops->len != mtd->writesize) in goldfish_nand_read_oob()149 if (ops->datbuf) in goldfish_nand_read_oob()151 ops->len, ops->datbuf); in goldfish_nand_read_oob()181 if (ops->datbuf) in goldfish_nand_write_oob()183 ops->len, ops->datbuf); in goldfish_nand_write_oob()
56 ops.datbuf = NULL; in sm_block_markbad()
328 ops.datbuf = buf; in scan_read_oob()365 ops.datbuf = buf; in scan_write_bbt()425 ops.datbuf = NULL; in scan_block_fast()637 ops.datbuf = NULL; in write_bbt()
1570 buf = ops->datbuf; in nand_do_read_ops()1740 ops.datbuf = buf; in nand_read()1996 if (ops->datbuf && (from + ops->len) > mtd->size) { in nand_read_oob()2014 if (!ops->datbuf) in nand_read_oob()2398 uint8_t *buf = ops->datbuf; in nand_do_write_ops()2532 ops.datbuf = (uint8_t *)buf; in panic_nand_write()2560 ops.datbuf = (uint8_t *)buf; in nand_write()2668 if (ops->datbuf && (to + ops->len) > mtd->size) { in nand_write_oob()2686 if (!ops->datbuf) in nand_write_oob()
1117 u_char *buf = ops->datbuf; in onenand_mlc_read_ops_nolock()1222 u_char *buf = ops->datbuf; in onenand_read_ops_nolock()1461 .datbuf = buf, in onenand_read()1501 if (ops->datbuf) in onenand_read_oob()1866 const u_char *buf = ops->datbuf; in onenand_write_ops_nolock()2173 .datbuf = (u_char *) buf, in onenand_write()2208 if (ops->datbuf) in onenand_write_oob()3039 .datbuf = buf, in do_otp_read()3091 ops.datbuf = pbuf; in do_otp_write()3131 ops.datbuf = buf; in do_otp_lock()[all …]
1044 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()
863 u8 *buf = ops->datbuf; in doc_read_oob()992 ops.datbuf = buf; in doc_read()1417 u8 *buf = ops->datbuf; in doc_write_oob()1515 ops.datbuf = (char *)buf; in doc_write()
93 uint8_t *datbuf; member