Home
last modified time | relevance | path

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

/drivers/media/platform/qcom/camss/
Dcamss-vfe-170.c527 mutex_lock(&vfe->stream_lock); in vfe_enable()
534 mutex_unlock(&vfe->stream_lock); in vfe_enable()
552 mutex_lock(&vfe->stream_lock); in vfe_enable()
556 mutex_unlock(&vfe->stream_lock); in vfe_enable()
575 mutex_lock(&vfe->stream_lock); in vfe_disable()
579 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.c1376 mutex_init(&vfe->stream_lock); in msm_vfe_subdev_init()
1638 mutex_destroy(&vfe->stream_lock); in msm_vfe_unregister_entities()
/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 …]
/drivers/staging/media/omap4iss/
Diss_video.c867 mutex_lock(&video->stream_lock); in iss_video_streamon()
974 mutex_unlock(&video->stream_lock); in iss_video_streamon()
992 mutex_unlock(&video->stream_lock); in iss_video_streamon()
1009 mutex_lock(&video->stream_lock); in iss_video_streamoff()
1038 mutex_unlock(&video->stream_lock); in iss_video_streamoff()
1239 mutex_init(&video->stream_lock); in omap4iss_video_init()
1261 mutex_destroy(&video->stream_lock); in omap4iss_video_cleanup()
Diss_video.h158 struct mutex stream_lock; /* pipeline and stream states */ member
/drivers/media/platform/rockchip/rkisp1/
Drkisp1-capture.c903 __must_hold(&cap->rkisp1->stream_lock) in rkisp1_pipeline_stream_disable()
930 __must_hold(&cap->rkisp1->stream_lock) in rkisp1_pipeline_stream_enable()
978 mutex_lock(&cap->rkisp1->stream_lock); in rkisp1_vb2_stop_streaming()
993 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_stop_streaming()
1003 mutex_lock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming()
1030 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming()
1044 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming()
Drkisp1-common.h365 struct mutex stream_lock; /* serialize {start/stop}_streaming cb between capture devices */ member
Drkisp1-dev.c475 mutex_init(&rkisp1->stream_lock); in rkisp1_probe()
/drivers/media/platform/omap3isp/
Dispvideo.c1091 mutex_lock(&video->stream_lock); in isp_video_streamon()
1159 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1180 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1198 mutex_lock(&video->stream_lock); in isp_video_streamoff()
1236 mutex_unlock(&video->stream_lock); in isp_video_streamoff()
1444 mutex_init(&video->stream_lock); in omap3isp_video_init()
1476 mutex_destroy(&video->stream_lock); in omap3isp_video_cleanup()
Dispvideo.h167 struct mutex stream_lock; /* pipeline and stream states */ member
/drivers/scsi/megaraid/
Dmegaraid_sas.h2363 spinlock_t stream_lock; member
Dmegaraid_sas_fusion.c2868 spin_lock_irqsave(&instance->stream_lock, in megasas_build_ldio_fusion()
2871 spin_unlock_irqrestore(&instance->stream_lock, in megasas_build_ldio_fusion()
Dmegaraid_sas_base.c7435 spin_lock_init(&instance->stream_lock); in megasas_init_ctrl_params()