Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-regs.c118 if (ctx->in_path == GSC_DMA) in gsc_hw_set_input_path()
229 if (ctx->out_path == GSC_DMA) in gsc_hw_set_output_path()
244 if (ctx->out_path == GSC_DMA) { in gsc_hw_set_out_size()
304 if (ctx->out_path != GSC_DMA) { in gsc_hw_set_out_image_format()
Dgsc-core.h76 GSC_DMA, enumerator
Dgsc-m2m.c647 ctx->in_path = GSC_DMA; in gsc_m2m_open()
648 ctx->out_path = GSC_DMA; in gsc_m2m_open()
Dgsc-core.c613 if (out_path == GSC_DMA) in gsc_check_scaler_ratio()