op_tmpl           606 drivers/crypto/marvell/cesa.h 	struct mv_cesa_op_ctx op_tmpl;
op_tmpl           165 drivers/crypto/marvell/hash.c 	mv_cesa_adjust_op(engine, &creq->op_tmpl);
op_tmpl           166 drivers/crypto/marvell/hash.c 	memcpy_toio(engine->sram, &creq->op_tmpl, sizeof(creq->op_tmpl));
op_tmpl           194 drivers/crypto/marvell/hash.c 	op = &creq->op_tmpl;
op_tmpl           421 drivers/crypto/marvell/hash.c 	creq->op_tmpl = *tmpl;
op_tmpl           527 drivers/crypto/marvell/hash.c 		op = mv_cesa_dma_add_frag(chain, &creq->op_tmpl, frag_len,
op_tmpl           569 drivers/crypto/marvell/hash.c 		op = mv_cesa_dma_add_frag(chain, &creq->op_tmpl, frag_len + len,
op_tmpl           590 drivers/crypto/marvell/hash.c 	return mv_cesa_dma_add_frag(chain, &creq->op_tmpl, trailerlen - padoff,
op_tmpl           610 drivers/crypto/marvell/hash.c 	if (!mv_cesa_mac_op_is_first_frag(&creq->op_tmpl))
op_tmpl           651 drivers/crypto/marvell/hash.c 			op = mv_cesa_dma_add_frag(&basereq->chain, &creq->op_tmpl,
op_tmpl           672 drivers/crypto/marvell/hash.c 		op = mv_cesa_dma_add_frag(&basereq->chain, &creq->op_tmpl,
op_tmpl           785 drivers/crypto/marvell/hash.c 	struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl;
op_tmpl           797 drivers/crypto/marvell/hash.c 	struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl;
op_tmpl           840 drivers/crypto/marvell/hash.c 		mv_cesa_update_op_cfg(&creq->op_tmpl,
op_tmpl           708 drivers/mtd/nand/spi/core.c 	info.op_tmpl = *spinand->op_templates.update_cache;
op_tmpl           716 drivers/mtd/nand/spi/core.c 	info.op_tmpl = *spinand->op_templates.read_cache;
op_tmpl           445 drivers/spi/spi-mem.c 	struct spi_mem_op op = desc->info.op_tmpl;
op_tmpl           465 drivers/spi/spi-mem.c 	struct spi_mem_op op = desc->info.op_tmpl;
op_tmpl           504 drivers/spi/spi-mem.c 	if (!info->op_tmpl.addr.nbytes || info->op_tmpl.addr.nbytes > 8)
op_tmpl           508 drivers/spi/spi-mem.c 	if (info->op_tmpl.data.dir == SPI_MEM_NO_DATA)
op_tmpl           522 drivers/spi/spi-mem.c 		if (!spi_mem_supports_op(desc->mem, &desc->info.op_tmpl))
op_tmpl           646 drivers/spi/spi-mem.c 	if (desc->info.op_tmpl.data.dir != SPI_MEM_DATA_IN)
op_tmpl           692 drivers/spi/spi-mem.c 	if (desc->info.op_tmpl.data.dir != SPI_MEM_DATA_OUT)
op_tmpl           282 drivers/spi/spi-npcm-fiu.c 		if (desc->info.op_tmpl.addr.buswidth != fiu->drd_op.addr.buswidth ||
op_tmpl           283 drivers/spi/spi-npcm-fiu.c 		    desc->info.op_tmpl.dummy.nbytes != fiu->drd_op.dummy.nbytes ||
op_tmpl           284 drivers/spi/spi-npcm-fiu.c 		    desc->info.op_tmpl.cmd.opcode != fiu->drd_op.cmd.opcode ||
op_tmpl           285 drivers/spi/spi-npcm-fiu.c 		    desc->info.op_tmpl.addr.nbytes != fiu->drd_op.addr.nbytes)
op_tmpl           286 drivers/spi/spi-npcm-fiu.c 			npcm_fiu_set_drd(fiu, &desc->info.op_tmpl);
op_tmpl           599 drivers/spi/spi-npcm-fiu.c 	    desc->info.op_tmpl.data.dir == SPI_MEM_DATA_OUT) {
op_tmpl           630 drivers/spi/spi-npcm-fiu.c 	if (desc->info.op_tmpl.data.dir == SPI_MEM_DATA_IN) {
op_tmpl           632 drivers/spi/spi-npcm-fiu.c 			npcm_fiu_set_drd(fiu, &desc->info.op_tmpl);
op_tmpl           141 include/linux/spi/spi-mem.h 	struct spi_mem_op op_tmpl;