Home
last modified time | relevance | path

Searched refs:mem_ops (Results 1 – 25 of 198) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-mem.c217 if (ctlr->mem_ops && ctlr->mem_ops->supports_op) in spi_mem_internal_supports_op()
218 return ctlr->mem_ops->supports_op(mem, op); in spi_mem_internal_supports_op()
314 if (ctlr->mem_ops && !mem->spi->cs_gpiod) { in spi_mem_exec_op()
319 ret = ctlr->mem_ops->exec_op(mem, op); in spi_mem_exec_op()
445 if (ctlr->mem_ops && ctlr->mem_ops->adjust_op_size) in spi_mem_adjust_op_size()
446 return ctlr->mem_ops->adjust_op_size(mem, op); in spi_mem_adjust_op_size()
448 if (!ctlr->mem_ops || !ctlr->mem_ops->exec_op) { in spi_mem_adjust_op_size()
541 if (ctlr->mem_ops && ctlr->mem_ops->dirmap_create) in spi_mem_dirmap_create()
542 ret = ctlr->mem_ops->dirmap_create(desc); in spi_mem_dirmap_create()
572 if (!desc->nodirmap && ctlr->mem_ops && ctlr->mem_ops->dirmap_destroy) in spi_mem_dirmap_destroy()
[all …]
H A Dspi-dw-bt1.c55 !dwsbt1->dws.mem_ops.supports_op(desc->mem, &desc->info.op_tmpl)) in dw_spi_bt1_dirmap_create()
221 dws->mem_ops.dirmap_create = dw_spi_bt1_dirmap_create; in dw_spi_bt1_sys_init()
222 dws->mem_ops.dirmap_read = dw_spi_bt1_dirmap_read; in dw_spi_bt1_sys_init()
H A Dspi-dw-core.c753 if (!dws->mem_ops.exec_op && !(dws->caps & DW_SPI_CAP_CS_OVERRIDE) && in dw_spi_init_mem_ops()
755 dws->mem_ops.adjust_op_size = dw_spi_adjust_mem_op_size; in dw_spi_init_mem_ops()
756 dws->mem_ops.supports_op = dw_spi_supports_mem_op; in dw_spi_init_mem_ops()
757 dws->mem_ops.exec_op = dw_spi_exec_mem_op; in dw_spi_init_mem_ops()
878 if (dws->mem_ops.exec_op) in dw_spi_add_host()
879 master->mem_ops = &dws->mem_ops; in dw_spi_add_host()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dspi-mem.c184 if (ops->mem_ops && ops->mem_ops->supports_op) in spi_mem_supports_op()
185 return ops->mem_ops->supports_op(slave, op); in spi_mem_supports_op()
222 if (ops->mem_ops && ops->mem_ops->exec_op) { in spi_mem_exec_op()
243 ret = ops->mem_ops->exec_op(slave, op); in spi_mem_exec_op()
432 if (ops->mem_ops && ops->mem_ops->adjust_op_size) in spi_mem_adjust_op_size()
433 return ops->mem_ops->adjust_op_size(slave, op); in spi_mem_adjust_op_size()
435 if (!ops->mem_ops || !ops->mem_ops->exec_op) { in spi_mem_adjust_op_size()
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c57 (vb)->vb2_queue->mem_ops->op ? "" : " (nop)")
65 err = _q->mem_ops->op ? _q->mem_ops->op(args) : 0; \
77 ptr = _q->mem_ops->op ? _q->mem_ops->op(args) : NULL; \
88 if (_q->mem_ops->op) \
89 _q->mem_ops->op(args); \
144 ((vb)->vb2_queue->mem_ops->op ? \
145 (vb)->vb2_queue->mem_ops->op(args) : 0)
148 ((vb)->vb2_queue->mem_ops->op ? \
149 (vb)->vb2_queue->mem_ops->op(args) : NULL)
153 if ((vb)->vb2_queue->mem_ops->op) \
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Deis_algo_service.h63 const isp_drv_share_mem_ops_t* mem_ops);
77 const isp_drv_share_mem_ops_t* mem_ops);
H A Deis_algo_service.cpp119 const isp_drv_share_mem_ops_t* mem_ops) { in CreateFecRemapBackend() argument
120 XCAM_ASSERT(mem_ops != nullptr); in CreateFecRemapBackend()
122 remap_ = std::unique_ptr<FecRemapBackend>(new FecRemapBackend(config, mem_ops)); in CreateFecRemapBackend()
177 const isp_drv_share_mem_ops_t* mem_ops) { in Prepare() argument
222 ret = CreateFecRemapBackend(FecCfg, mem_ops); in Prepare()
H A Dremap_backend.cpp59 const isp_drv_share_mem_ops_t* mem_ops) in FecRemapBackend() argument
61 mem_ops_(mem_ops), in FecRemapBackend()
64 assert(mem_ops != nullptr); in FecRemapBackend()
H A Drk_aiq_algo_aeis_itf.cpp88 return adaptor->Prepare(config->mems_sensor_intf, config->mem_ops); in prepare()
H A Dremap_backend.h115 FecRemapBackend(const FecMeshConfig& config, const isp_drv_share_mem_ops_t* mem_ops);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/
H A Dlut_buffer.h67 LutBufferManager(const LutBufferConfig& config, const isp_drv_share_mem_ops_t* mem_ops) in LutBufferManager() argument
68 : mem_ops_(mem_ops), mem_ctx_(nullptr), config_(config) {} in LutBufferManager()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dcommon.c69 const struct vb2_mem_ops *g_ops = dev->hw_dev->mem_ops; in rkispp_allow_buffer()
123 const struct vb2_mem_ops *g_ops = dev->hw_dev->mem_ops; in rkispp_free_buffer()
145 const struct vb2_mem_ops *g_ops = dev->hw_dev->mem_ops; in rkispp_prepare_buffer()
154 const struct vb2_mem_ops *g_ops = dev->hw_dev->mem_ops; in rkispp_finish_buffer()
258 const struct vb2_mem_ops *g_ops = hw->mem_ops; in rkispp_free_pool()
289 const struct vb2_mem_ops *g_ops = hw->mem_ops; in rkispp_init_pool()
H A Dhw.h54 const struct vb2_mem_ops *mem_ops; member
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_mem.c39 struct mem_ops { struct
50 struct mem_ops *cur_mem_pos; argument
258 struct mem_ops rk_mem_ops_tbl[] = {
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcommon.c191 const struct vb2_mem_ops *g_ops = dev->hw_dev->mem_ops; in rkisp_alloc_buffer()
249 const struct vb2_mem_ops *g_ops = dev->hw_dev->mem_ops; in rkisp_free_buffer()
273 const struct vb2_mem_ops *g_ops = dev->hw_dev->mem_ops; in rkisp_prepare_buffer()
282 const struct vb2_mem_ops *g_ops = dev->hw_dev->mem_ops; in rkisp_finish_buffer()
H A Disp_stats.c251 q->mem_ops = stats_vdev->dev->hw_dev->mem_ops; in rkisp_stats_init_vb2_queue()
255 q->mem_ops = &vb2_vmalloc_memops; in rkisp_stats_init_vb2_queue()
H A Dhw.h88 const struct vb2_mem_ops *mem_ops; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/simulator/
H A DCamHwSimulator.h56 virtual void getShareMemOps(isp_drv_share_mem_ops_t** mem_ops) {}; in getShareMemOps() argument
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dhw.h137 const struct vb2_mem_ops *mem_ops; member
H A Dcif-rockit.c97 g_ops = cif_dev->hw_dev->mem_ops; in rkcif_rockit_buf_queue()
241 const struct vb2_mem_ops *g_ops = stream->cifdev->hw_dev->mem_ops; in rkcif_rockit_buf_free()
H A Dcif-tools.c578 q->mem_ops = hw_dev->mem_ops; in rkcif_tools_init_vb2_queue()
676 if (buf->vb.vb2_buf.vb2_queue->mem_ops->finish) in rkcif_tools_buf_done()
677 buf->vb.vb2_buf.vb2_queue->mem_ops->finish(buf->vb.vb2_buf.planes[i].mem_priv); in rkcif_tools_buf_done()
H A Dcommon.c14 const struct vb2_mem_ops *g_ops = dev->hw_dev->mem_ops; in rkcif_alloc_buffer()
68 const struct vb2_mem_ops *g_ops = dev->hw_dev->mem_ops; in rkcif_free_buffer()
/OK3568_Linux_fs/kernel/drivers/media/pci/tw686x/
H A Dtw686x.h109 const struct vb2_mem_ops *mem_ops; member
H A Dtw686x-video.c149 .mem_ops = &vb2_vmalloc_memops,
179 .mem_ops = &vb2_dma_contig_memops,
335 .mem_ops = &vb2_dma_sg_memops,
1225 vc->vidq.mem_ops = dev->dma_ops->mem_ops; in tw686x_video_init()
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.c564 src_vq->mem_ops = &vb2_dma_contig_memops; in cedrus_queue_init()
581 dst_vq->mem_ops = &vb2_dma_contig_memops; in cedrus_queue_init()

12345678