Home
last modified time | relevance | path

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

/drivers/media/platform/s5p-mfc/
Ds5p_mfc_common.h58 #define MFC_NUM_CONTEXTS 4 macro
327 struct s5p_mfc_ctx *ctx[MFC_NUM_CONTEXTS];
Ds5p_mfc.c97 ctx = (ctx + 1) % MFC_NUM_CONTEXTS; in s5p_mfc_get_new_ctx()
183 for (i = 0; i < MFC_NUM_CONTEXTS; i++) { in s5p_mfc_watchdog_worker()
773 if (ctx->num >= MFC_NUM_CONTEXTS) { in s5p_mfc_open()
1315 for (i = 0; i < MFC_NUM_CONTEXTS; i++) { in s5p_mfc_remove()