Searched refs:bitstream_mutex (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda.h262 struct mutex bitstream_mutex; member in struct:coda_ctx
H A Dcoda-bit.c329 lockdep_assert_held(&ctx->bitstream_mutex);
2177 mutex_lock(&ctx->bitstream_mutex);
2179 mutex_unlock(&ctx->bitstream_mutex);
2598 mutex_lock(&ctx->bitstream_mutex);
2600 mutex_unlock(&ctx->bitstream_mutex);
H A Dcoda-common.c1220 mutex_lock(&ctx->bitstream_mutex);
1227 mutex_unlock(&ctx->bitstream_mutex);
1901 mutex_lock(&ctx->bitstream_mutex);
1906 mutex_unlock(&ctx->bitstream_mutex);
1988 mutex_lock(&ctx->bitstream_mutex);
1990 mutex_unlock(&ctx->bitstream_mutex);
2709 mutex_init(&ctx->bitstream_mutex);

Completed in 126 milliseconds