Home
last modified time | relevance | path

Searched refs:ctx_work_bits (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c52 __clear_bit(ctx->num, &dev->ctx_work_bits); in clear_work_bit()
62 __set_bit(ctx->num, &dev->ctx_work_bits); in set_work_bit()
73 __clear_bit(ctx->num, &dev->ctx_work_bits); in clear_work_bit_irqsave()
84 __set_bit(ctx->num, &dev->ctx_work_bits); in set_work_bit_irqsave()
Ds5p_mfc_common.h326 unsigned long ctx_work_bits; member
Ds5p_mfc_opr_v6.c1518 dev->ctx_work_bits); in s5p_mfc_get_new_ctx()
1521 while (!test_bit(new_ctx, &dev->ctx_work_bits)) { in s5p_mfc_get_new_ctx()
Ds5p_mfc_opr_v5.c1165 while (!test_bit(new_ctx, &dev->ctx_work_bits)) { in s5p_mfc_get_new_ctx()