Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h302 spinlock_t done_queue_lock; member
H A Dmtk_jpeg_enc_hw.c211 spin_lock_irqsave(&ctx->done_queue_lock, flags); in mtk_jpegenc_put_buf()
228 spin_unlock_irqrestore(&ctx->done_queue_lock, flags); in mtk_jpegenc_put_buf()
H A Dmtk_jpeg_dec_hw.c467 spin_lock_irqsave(&ctx->done_queue_lock, flags); in mtk_jpegdec_put_buf()
484 spin_unlock_irqrestore(&ctx->done_queue_lock, flags); in mtk_jpegdec_put_buf()
H A Dmtk_jpeg_core.c1176 spin_lock_init(&ctx->done_queue_lock); in mtk_jpeg_open()