ctx_work_bits      54 drivers/media/platform/s5p-mfc/s5p_mfc.c 	__clear_bit(ctx->num, &dev->ctx_work_bits);
ctx_work_bits      64 drivers/media/platform/s5p-mfc/s5p_mfc.c 	__set_bit(ctx->num, &dev->ctx_work_bits);
ctx_work_bits      75 drivers/media/platform/s5p-mfc/s5p_mfc.c 	__clear_bit(ctx->num, &dev->ctx_work_bits);
ctx_work_bits      86 drivers/media/platform/s5p-mfc/s5p_mfc.c 	__set_bit(ctx->num, &dev->ctx_work_bits);
ctx_work_bits     100 drivers/media/platform/s5p-mfc/s5p_mfc.c 			if (!test_bit(ctx, &dev->ctx_work_bits))
ctx_work_bits     104 drivers/media/platform/s5p-mfc/s5p_mfc.c 	} while (!test_bit(ctx, &dev->ctx_work_bits));
ctx_work_bits     328 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	unsigned long ctx_work_bits;