Home
last modified time | relevance | path

Searched refs:fimc_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/media/video/s5p-fimc/
Dfimc-core.h290 struct fimc_ctx *ctx;
312 struct fimc_ctx *ctx;
389 struct fimc_ctx;
449 struct fimc_ctx { struct
481 static inline void fimc_ctx_state_lock_set(u32 state, struct fimc_ctx *ctx) in fimc_ctx_state_lock_set() argument
490 static inline bool fimc_ctx_state_is_set(u32 mask, struct fimc_ctx *ctx) in fimc_ctx_state_is_set()
554 static inline struct fimc_frame *ctx_get_frame(struct fimc_ctx *ctx, in ctx_get_frame()
593 void fimc_hw_set_rotation(struct fimc_ctx *ctx);
594 void fimc_hw_set_target_format(struct fimc_ctx *ctx);
595 void fimc_hw_set_out_dma(struct fimc_ctx *ctx);
[all …]
Dfimc-capture.c202 struct fimc_ctx *ctx = q->drv_priv; in start_streaming()
252 struct fimc_ctx *ctx = q->drv_priv; in stop_streaming()
277 struct fimc_ctx *ctx = vq->drv_priv; in queue_setup()
307 struct fimc_ctx *ctx = vq->drv_priv; in buffer_prepare()
331 struct fimc_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
369 struct fimc_ctx *ctx = vb2_get_drv_priv(vq); in fimc_lock()
375 struct fimc_ctx *ctx = vb2_get_drv_priv(vq); in fimc_unlock()
437 struct fimc_ctx *ctx = file->private_data; in fimc_capture_poll()
445 struct fimc_ctx *ctx = file->private_data; in fimc_capture_mmap()
464 struct fimc_ctx *ctx = file->private_data; in fimc_vidioc_querycap_capture()
[all …]
Dfimc-core.c243 int fimc_set_scaler_info(struct fimc_ctx *ctx) in fimc_set_scaler_info()
310 static void fimc_m2m_job_finish(struct fimc_ctx *ctx, int vb_state) in fimc_m2m_job_finish()
329 static void fimc_m2m_shutdown(struct fimc_ctx *ctx) in fimc_m2m_shutdown()
353 struct fimc_ctx *ctx = q->drv_priv; in stop_streaming()
419 struct fimc_ctx *ctx; in fimc_isr()
455 int fimc_prepare_addr(struct fimc_ctx *ctx, struct vb2_buffer *vb, in fimc_prepare_addr()
510 static void fimc_set_yuv_order(struct fimc_ctx *ctx) in fimc_set_yuv_order()
552 static void fimc_prepare_dma_offset(struct fimc_ctx *ctx, struct fimc_frame *f) in fimc_prepare_dma_offset()
596 int fimc_prepare_config(struct fimc_ctx *ctx, u32 flags) in fimc_prepare_config()
638 struct fimc_ctx *ctx = priv; in fimc_dma_run()
[all …]
Dfimc-reg.c40 static u32 fimc_hw_get_in_flip(struct fimc_ctx *ctx) in fimc_hw_get_in_flip()
63 static u32 fimc_hw_get_target_flip(struct fimc_ctx *ctx) in fimc_hw_get_target_flip()
86 void fimc_hw_set_rotation(struct fimc_ctx *ctx) in fimc_hw_set_rotation()
119 void fimc_hw_set_target_format(struct fimc_ctx *ctx) in fimc_hw_set_target_format()
165 static void fimc_hw_set_out_dma_size(struct fimc_ctx *ctx) in fimc_hw_set_out_dma_size()
185 void fimc_hw_set_out_dma(struct fimc_ctx *ctx) in fimc_hw_set_out_dma()
246 void fimc_hw_set_prescaler(struct fimc_ctx *ctx) in fimc_hw_set_prescaler()
264 static void fimc_hw_set_scaler(struct fimc_ctx *ctx) in fimc_hw_set_scaler()
314 void fimc_hw_set_mainscaler(struct fimc_ctx *ctx) in fimc_hw_set_mainscaler()
349 void fimc_hw_en_capture(struct fimc_ctx *ctx) in fimc_hw_en_capture()
[all …]