Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-reg.c95 if (ctx->out_path == FIMC_IO_DMA) { in fimc_hw_set_rotation()
281 if (ctx->in_path == FIMC_IO_DMA) { in fimc_hw_set_scaler()
295 if (ctx->out_path == FIMC_IO_DMA) { in fimc_hw_set_scaler()
513 if (ctx->in_path == FIMC_IO_DMA) in fimc_hw_set_input_path()
Dfimc-lite.c280 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) in flite_irq_handler()
475 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) { in fimc_lite_open()
490 atomic_read(&fimc->out_path) != FIMC_IO_DMA) in fimc_lite_open()
525 atomic_read(&fimc->out_path) == FIMC_IO_DMA) { in fimc_lite_release()
1006 atomic_set(&fimc->out_path, FIMC_IO_DMA); in fimc_lite_link_setup()
1100 (atomic_read(&fimc->out_path) == FIMC_IO_DMA && in fimc_lite_subdev_set_fmt()
1274 atomic_set(&fimc->out_path, FIMC_IO_DMA); in fimc_lite_subdev_registered()
Dfimc-lite-reg.c69 if (atomic_read(&dev->out_path) == FIMC_IO_DMA) { in flite_hw_set_interrupt_mask()
Dfimc-m2m.c634 ctx->in_path = FIMC_IO_DMA; in fimc_m2m_open()
635 ctx->out_path = FIMC_IO_DMA; in fimc_m2m_open()
Dfimc-core.h89 FIMC_IO_DMA, enumerator
Dfimc-capture.c1753 ctx->out_path = FIMC_IO_DMA; in fimc_register_capture_device()