Searched refs:gsc_ctx_state_is_set (Results 1 – 2 of 2) sorted by relevance
39 !gsc_ctx_state_is_set(GSC_CTX_STOP_REQ, ctx), in gsc_m2m_ctx_stop_req()416 if (!gsc_ctx_state_is_set(GSC_SRC_FMT, ctx)) in gsc_m2m_streamon()418 } else if (!gsc_ctx_state_is_set(GSC_DST_FMT, ctx)) { in gsc_m2m_streamon()529 if (gsc_ctx_state_is_set(GSC_DST_FMT | GSC_SRC_FMT, ctx)) { in gsc_m2m_s_selection()
461 static inline bool gsc_ctx_state_is_set(u32 mask, struct gsc_ctx *ctx) in gsc_ctx_state_is_set() function