Home
last modified time | relevance | path

Searched refs:FIMC_COMPOSE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/media/platform/samsung/exynos4-is/
Dfimc-capture.c615 if (ctx->state & FIMC_COMPOSE) { in fimc_capture_try_format()
1034 if (!(ctx->state & FIMC_COMPOSE)) in __fimc_capture_set_format()
1565 if (!(fmt->pad == FIMC_SD_PAD_SOURCE && (ctx->state & FIMC_COMPOSE))) in fimc_subdev_set_fmt()
1569 ctx->state &= ~FIMC_COMPOSE; in fimc_subdev_set_fmt()
1668 ctx->state |= FIMC_COMPOSE; in fimc_subdev_set_selection()
Dfimc-core.h120 #define FIMC_COMPOSE (1 << 1) macro