irq_result 203 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c u32 mtk_jpeg_dec_enum_result(u32 irq_result) irq_result 205 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c if (irq_result & BIT_INQST_MASK_EOF) irq_result 207 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c if (irq_result & BIT_INQST_MASK_PAUSE) irq_result 209 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c if (irq_result & BIT_INQST_MASK_UNDERFLOW) irq_result 211 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c if (irq_result & BIT_INQST_MASK_OVERFLOW) irq_result 213 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c if (irq_result & BIT_INQST_MASK_ERROR_BS) irq_result 75 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.h u32 mtk_jpeg_dec_enum_result(u32 irq_result);