Home
last modified time | relevance | path

Searched refs:FIMC_IO_DMA (Results 1 – 6 of 6) sorted by relevance

/drivers/media/platform/exynos4-is/
Dfimc-reg.c92 if (ctx->out_path == FIMC_IO_DMA) { in fimc_hw_set_rotation()
278 if (ctx->in_path == FIMC_IO_DMA) { in fimc_hw_set_scaler()
292 if (ctx->out_path == FIMC_IO_DMA) { in fimc_hw_set_scaler()
510 if (ctx->in_path == FIMC_IO_DMA) in fimc_hw_set_input_path()
Dfimc-lite.c271 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) in flite_irq_handler()
466 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) { in fimc_lite_open()
481 atomic_read(&fimc->out_path) != FIMC_IO_DMA) in fimc_lite_open()
517 atomic_read(&fimc->out_path) == FIMC_IO_DMA) { in fimc_lite_release()
981 atomic_set(&fimc->out_path, FIMC_IO_DMA); in fimc_lite_link_setup()
1075 (atomic_read(&fimc->out_path) == FIMC_IO_DMA && in fimc_lite_subdev_set_fmt()
1249 atomic_set(&fimc->out_path, FIMC_IO_DMA); in fimc_lite_subdev_registered()
Dfimc-m2m.c644 ctx->in_path = FIMC_IO_DMA; in fimc_m2m_open()
645 ctx->out_path = FIMC_IO_DMA; in fimc_m2m_open()
Dfimc-lite-reg.c66 if (atomic_read(&dev->out_path) == FIMC_IO_DMA) { in flite_hw_set_interrupt_mask()
Dfimc-core.h86 FIMC_IO_DMA, enumerator
Dfimc-capture.c1726 ctx->out_path = FIMC_IO_DMA; in fimc_register_capture_device()