Searched refs:datbuf (Results 1 – 19 of 19) sorted by relevance
83 ops.datbuf = NULL; in write_eraseblock()193 ops.datbuf = NULL; in verify_eraseblock()227 ops.datbuf = NULL; in verify_eraseblock()284 ops.datbuf = NULL; in verify_eraseblock_in_one_go()505 ops.datbuf = NULL; in mtd_oobtest_init()525 ops.datbuf = NULL; in mtd_oobtest_init()549 ops.datbuf = NULL; in mtd_oobtest_init()569 ops.datbuf = NULL; in mtd_oobtest_init()593 ops.datbuf = NULL; in mtd_oobtest_init()613 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()561 ops.datbuf = memdup_user(usr_data, ops.len); in mtdchar_write_ioctl()562 if (IS_ERR(ops.datbuf)) in mtdchar_write_ioctl()563 return PTR_ERR(ops.datbuf); in mtdchar_write_ioctl()565 ops.datbuf = NULL; in mtdchar_write_ioctl()571 kfree(ops.datbuf); in mtdchar_write_ioctl()580 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()
325 ops.datbuf = buf; in scan_read_oob()362 ops.datbuf = buf; in scan_write_bbt()422 ops.datbuf = NULL; in scan_block_fast()634 ops.datbuf = NULL; in write_bbt()
1704 buf = ops->datbuf; in nand_do_read_ops()1874 ops.datbuf = buf; in nand_read()2130 if (ops->datbuf && (from + ops->len) > mtd->size) { in nand_read_oob()2148 if (!ops->datbuf) in nand_read_oob()2543 uint8_t *buf = ops->datbuf; in nand_do_write_ops()2677 ops.datbuf = (uint8_t *)buf; in panic_nand_write()2705 ops.datbuf = (uint8_t *)buf; in nand_write()2813 if (ops->datbuf && (to + ops->len) > mtd->size) { in nand_write_oob()2831 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