Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_dec_pm.c237 mutex_lock(&ctx->dev->dec_mutex[hw_idx]); in mtk_vcodec_dec_enable_hardware()
263 mutex_unlock(&ctx->dev->dec_mutex[hw_idx]); in mtk_vcodec_dec_disable_hardware()
Dmtk_vcodec_drv.h505 struct mutex dec_mutex[MTK_VDEC_HW_MAX]; member
Dmtk_vcodec_dec_drv.c333 mutex_init(&dev->dec_mutex[i]); in mtk_vcodec_probe()
Dmtk_vcodec_dec.c135 mutex_unlock(&ctx->dev->dec_mutex[ctx->hw_id]); in mtk_vdec_unlock()
140 mutex_lock(&ctx->dev->dec_mutex[ctx->hw_id]); in mtk_vdec_lock()