Searched refs:gsc_ctx_state_is_set (Results 1 – 2 of 2) sorted by relevance
43 !gsc_ctx_state_is_set(GSC_CTX_STOP_REQ, ctx), in gsc_m2m_ctx_stop_req()415 if (!gsc_ctx_state_is_set(GSC_SRC_FMT, ctx)) in gsc_m2m_streamon()417 } else if (!gsc_ctx_state_is_set(GSC_DST_FMT, ctx)) { in gsc_m2m_streamon()531 if (gsc_ctx_state_is_set(GSC_DST_FMT | GSC_SRC_FMT, ctx)) { in gsc_m2m_s_selection()
466 static inline bool gsc_ctx_state_is_set(u32 mask, struct gsc_ctx *ctx) in gsc_ctx_state_is_set() function