Home
last modified time | relevance | path

Searched refs:MFCINST_FREE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd_v6.c144 if (ctx->state != MFCINST_FREE) { in s5p_mfc_close_inst_cmd_v6()
H A Ds5p_mfc_cmd_v5.c130 if (ctx->state == MFCINST_FREE) { in s5p_mfc_close_inst_cmd_v5()
H A Ds5p_mfc_ctrl.c483 ctx->state = MFCINST_FREE; in s5p_mfc_close_mfc_inst()
H A Ds5p_mfc_common.h127 MFCINST_FREE = 0, enumerator
H A Ds5p_mfc.c710 ctx->state = MFCINST_FREE; in s5p_mfc_irq()
970 if (ctx->state != MFCINST_FREE && ctx->state != MFCINST_INIT) { in s5p_mfc_release()