Searched refs:datbuf (Results 1 – 21 of 21) sorted by relevance
| /linux/drivers/mtd/tests/ |
| A D | oobtest.c | 71 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() 521 ops.datbuf = NULL; in mtd_oobtest_init() 547 ops.datbuf = NULL; in mtd_oobtest_init() 566 ops.datbuf = NULL; in mtd_oobtest_init() 592 ops.datbuf = NULL; in mtd_oobtest_init() 611 ops.datbuf = NULL; in mtd_oobtest_init() [all …]
|
| A D | readtest.c | 58 ops.datbuf = NULL; in read_eraseblock_by_page()
|
| A D | nandbiterrs.c | 113 ops.datbuf = wbuffer; in rewrite_page()
|
| /linux/drivers/crypto/tegra/ |
| A D | tegra-se-hash.c | 34 struct tegra_se_datbuf datbuf; member 221 msg_left = rctx->datbuf.size * 8; in tegra_sha_prep_cmd() 255 cpuvaddr[i++] = rctx->datbuf.addr; in tegra_sha_prep_cmd() 257 SE_ADDR_HI_SZ(rctx->datbuf.size)); in tegra_sha_prep_cmd() 320 rctx->total_len += rctx->datbuf.size; in tegra_sha_do_update() 383 rctx->datbuf.size = rctx->residue.size; in tegra_sha_do_final() 400 rctx->datbuf.buf, rctx->datbuf.addr); in tegra_sha_do_final() 511 rctx->datbuf.size = 0; in tegra_sha_init() 530 &rctx->datbuf.addr, GFP_KERNEL); in tegra_sha_init() 531 if (!rctx->datbuf.buf) in tegra_sha_init() [all …]
|
| A D | tegra-se-aes.c | 34 struct tegra_se_datbuf datbuf; member 75 struct tegra_se_datbuf datbuf; member 208 dma_addr_t addr = rctx->datbuf.addr; in tegra_aes_prep_cmd() 268 if (!rctx->datbuf.buf) in tegra_aes_do_one_req() 271 rctx->datbuf.size = SE_AES_BUFLEN; in tegra_aes_do_one_req() 293 rctx->datbuf.buf, rctx->datbuf.addr); in tegra_aes_do_one_req() 1430 SE_ADDR_HI_SZ(rctx->datbuf.size); in tegra_cmac_prep_cmd() 1571 rctx->datbuf.buf, rctx->datbuf.addr); in tegra_cmac_do_final() 1669 rctx->datbuf.size = 0; in tegra_cmac_init() 1683 if (!rctx->datbuf.buf) in tegra_cmac_init() [all …]
|
| /linux/drivers/mtd/ |
| A D | mtdchar.c | 172 ops.datbuf = kbuf; in mtdchar_read() 266 ops.datbuf = kbuf; in mtdchar_write() 358 ops.datbuf = NULL; in mtdchar_writeoob() 395 ops.datbuf = NULL; in mtdchar_readoob() 627 if (!datbuf) in mtdchar_write_ioctl() 635 kvfree(datbuf); in mtdchar_write_ioctl() 645 .datbuf = datbuf, in mtdchar_write_ioctl() 685 kvfree(datbuf); in mtdchar_write_ioctl() 735 if (!datbuf) { in mtdchar_read_ioctl() 756 .datbuf = datbuf, in mtdchar_read_ioctl() [all …]
|
| A D | mtdconcat.c | 298 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()
|
| A D | nftlcore.c | 134 ops.datbuf = NULL; in nftl_read_oob() 155 ops.datbuf = NULL; in nftl_write_oob() 178 ops.datbuf = buf; in nftl_write()
|
| A D | inftlcore.c | 146 ops.datbuf = NULL; in inftl_read_oob() 166 ops.datbuf = NULL; in inftl_write_oob() 186 ops.datbuf = buf; in inftl_write()
|
| A D | mtdcore.c | 1510 .datbuf = buf, in mtd_read() 1529 .datbuf = (u8 *)buf, in mtd_write() 1578 if (!ops->datbuf) in mtd_check_oob_ops() 1614 ops->datbuf); in mtd_read_oob_std() 1630 ops->datbuf); in mtd_write_oob_std() 1688 adjops.datbuf += adjops.retlen; in mtd_io_emulated_slc()
|
| A D | ssfdc.c | 172 ops.datbuf = NULL; in read_raw_oob()
|
| A D | mtdswap.c | 337 ops.datbuf = NULL; in mtdswap_read_markers() 378 ops.datbuf = NULL; in mtdswap_write_marker() 888 ops.datbuf = d->page_buf; in mtdswap_eblk_passes()
|
| A D | sm_ftl.c | 263 ops.datbuf = buffer; in sm_read_sector() 342 ops.datbuf = buffer; in sm_write_sector()
|
| /linux/drivers/mtd/nand/raw/ |
| A D | sm_common.c | 115 ops.datbuf = NULL; in sm_block_markbad()
|
| A D | nand_bbt.c | 324 ops.datbuf = buf; in scan_read_oob() 362 ops.datbuf = buf; in scan_write_bbt() 425 ops.datbuf = NULL; in scan_block_fast() 762 ops.datbuf = NULL; in write_bbt()
|
| A D | nand_base.c | 3600 buf = ops->datbuf; in nand_do_read_ops() 4016 if (!ops->datbuf) in nand_read_oob() 4449 uint8_t *buf = ops->datbuf; in nand_do_write_ops() 4589 ops.datbuf = (uint8_t *)buf; in panic_nand_write() 4624 if (!ops->datbuf) in nand_write_oob()
|
| /linux/drivers/mtd/nand/onenand/ |
| A D | onenand_base.c | 1121 u_char *buf = ops->datbuf; in onenand_mlc_read_ops_nolock() 1222 u_char *buf = ops->datbuf; in onenand_read_ops_nolock() 1460 if (ops->datbuf) in onenand_read_oob() 1806 const u_char *buf = ops->datbuf; in onenand_write_ops_nolock() 2102 if (ops->datbuf) in onenand_write_oob() 2914 .datbuf = buf, in do_otp_read() 2966 ops.datbuf = pbuf; in do_otp_write() 3006 ops.datbuf = buf; in do_otp_lock() 3525 .datbuf = NULL, in flexonenand_check_blocks_erased()
|
| /linux/include/linux/mtd/ |
| A D | nand.h | 935 iter->req.databuf.in = req->datbuf; in nanddev_io_page_iter_init() 972 iter->req.databuf.in = req->datbuf; in nanddev_io_block_iter_init()
|
| A D | mtd.h | 77 uint8_t *datbuf; member
|
| /linux/fs/jffs2/ |
| A D | wbuf.c | 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()
|
| /linux/drivers/mtd/devices/ |
| A D | docg3.c | 871 u8 *buf = ops->datbuf; in doc_read_oob() 1388 u8 *buf = ops->datbuf; in doc_write_oob()
|
Completed in 1722 milliseconds