Home
last modified time | relevance | path

Searched refs:GSC_SRC_FMT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c354 gsc_ctx_state_lock_set(GSC_PARAMS | GSC_SRC_FMT, ctx); in gsc_m2m_s_fmt_mplane()
411 if (!gsc_ctx_state_is_set(GSC_SRC_FMT, ctx)) in gsc_m2m_streamon()
524 if (gsc_ctx_state_is_set(GSC_DST_FMT | GSC_SRC_FMT, ctx)) { in gsc_m2m_s_selection()
H A Dgsc-core.h43 #define GSC_SRC_FMT (1 << 1) macro
H A Dgsc-core.c701 unsigned int flags = GSC_DST_FMT | GSC_SRC_FMT; in __gsc_s_ctrl()