Home
last modified time | relevance | path

Searched refs:stream_lock (Results 1 – 17 of 17) sorted by relevance

/linux-6.6.21/drivers/media/platform/qcom/camss/
Dcamss-vfe-480.c357 mutex_lock(&vfe->stream_lock); in vfe_enable()
366 mutex_unlock(&vfe->stream_lock); in vfe_enable()
384 mutex_lock(&vfe->stream_lock); in vfe_enable()
388 mutex_unlock(&vfe->stream_lock); in vfe_enable()
407 mutex_lock(&vfe->stream_lock); in vfe_disable()
411 mutex_unlock(&vfe->stream_lock); in vfe_disable()
Dcamss-vfe-170.c523 mutex_lock(&vfe->stream_lock); in vfe_enable()
530 mutex_unlock(&vfe->stream_lock); in vfe_enable()
548 mutex_lock(&vfe->stream_lock); in vfe_enable()
552 mutex_unlock(&vfe->stream_lock); in vfe_enable()
571 mutex_lock(&vfe->stream_lock); in vfe_disable()
575 mutex_unlock(&vfe->stream_lock); in vfe_disable()
Dcamss-vfe-gen1.c108 mutex_lock(&vfe->stream_lock); in vfe_gen1_disable()
115 mutex_unlock(&vfe->stream_lock); in vfe_gen1_disable()
342 mutex_lock(&vfe->stream_lock); in vfe_gen1_enable()
353 mutex_unlock(&vfe->stream_lock); in vfe_gen1_enable()
371 mutex_lock(&vfe->stream_lock); in vfe_gen1_enable()
378 mutex_unlock(&vfe->stream_lock); in vfe_gen1_enable()
Dcamss-vfe.h142 struct mutex stream_lock; member
Dcamss-vfe.c1377 mutex_init(&vfe->stream_lock); in msm_vfe_subdev_init()
1610 mutex_destroy(&vfe->stream_lock); in msm_vfe_unregister_entities()
/linux-6.6.21/drivers/net/wireless/marvell/
Dmwl8k.c209 spinlock_t stream_lock; member
1992 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2027 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2043 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2056 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2058 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2079 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2081 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2129 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2132 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
[all …]
/linux-6.6.21/drivers/staging/media/omap4iss/
Diss_video.c862 mutex_lock(&video->stream_lock); in iss_video_streamon()
963 mutex_unlock(&video->stream_lock); in iss_video_streamon()
979 mutex_unlock(&video->stream_lock); in iss_video_streamon()
996 mutex_lock(&video->stream_lock); in iss_video_streamoff()
1025 mutex_unlock(&video->stream_lock); in iss_video_streamoff()
1226 mutex_init(&video->stream_lock); in omap4iss_video_init()
1248 mutex_destroy(&video->stream_lock); in omap4iss_video_cleanup()
Diss_video.h165 struct mutex stream_lock; /* pipeline and stream states */ member
/linux-6.6.21/drivers/media/platform/ti/omap3isp/
Dispvideo.c1087 mutex_lock(&video->stream_lock); in isp_video_streamon()
1154 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1175 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1193 mutex_lock(&video->stream_lock); in isp_video_streamoff()
1231 mutex_unlock(&video->stream_lock); in isp_video_streamoff()
1439 mutex_init(&video->stream_lock); in omap3isp_video_init()
1471 mutex_destroy(&video->stream_lock); in omap3isp_video_cleanup()
Dispvideo.h174 struct mutex stream_lock; /* pipeline and stream states */ member
/linux-6.6.21/drivers/media/platform/rockchip/rkisp1/
Drkisp1-capture.c941 __must_hold(&cap->rkisp1->stream_lock) in rkisp1_pipeline_stream_disable()
965 __must_hold(&cap->rkisp1->stream_lock) in rkisp1_pipeline_stream_enable()
1006 mutex_lock(&cap->rkisp1->stream_lock); in rkisp1_vb2_stop_streaming()
1021 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_stop_streaming()
1031 mutex_lock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming()
1058 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming()
1072 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming()
Drkisp1-common.h487 struct mutex stream_lock; /* serialize {start/stop}_streaming cb between capture devices */ member
Drkisp1-dev.c541 mutex_init(&rkisp1->stream_lock); in rkisp1_probe()
/linux-6.6.21/sound/core/
Dpcm_native.c1215 bool stream_lock) in snd_pcm_action_group() argument
1223 if (!stream_lock) in snd_pcm_action_group()
1256 if (!stream_lock) in snd_pcm_action_group()
/linux-6.6.21/drivers/scsi/megaraid/
Dmegaraid_sas.h2365 spinlock_t stream_lock; member
Dmegaraid_sas_fusion.c2869 spin_lock_irqsave(&instance->stream_lock, in megasas_build_ldio_fusion()
2872 spin_unlock_irqrestore(&instance->stream_lock, in megasas_build_ldio_fusion()
Dmegaraid_sas_base.c7425 spin_lock_init(&instance->stream_lock); in megasas_init_ctrl_params()