Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/marvell/
Dmwl8k.c209 spinlock_t stream_lock; member
1987 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2022 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2038 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2051 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2053 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2074 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2076 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2124 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2127 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
[all …]
/Linux-v5.4/drivers/staging/media/omap4iss/
Diss_video.c866 mutex_lock(&video->stream_lock); in iss_video_streamon()
971 mutex_unlock(&video->stream_lock); in iss_video_streamon()
989 mutex_unlock(&video->stream_lock); in iss_video_streamon()
1006 mutex_lock(&video->stream_lock); in iss_video_streamoff()
1035 mutex_unlock(&video->stream_lock); in iss_video_streamoff()
1236 mutex_init(&video->stream_lock); in omap4iss_video_init()
1258 mutex_destroy(&video->stream_lock); in omap4iss_video_cleanup()
Diss_video.h159 struct mutex stream_lock; /* pipeline and stream states */ member
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispvideo.c1092 mutex_lock(&video->stream_lock); in isp_video_streamon()
1160 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1181 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1199 mutex_lock(&video->stream_lock); in isp_video_streamoff()
1237 mutex_unlock(&video->stream_lock); in isp_video_streamoff()
1445 mutex_init(&video->stream_lock); in omap3isp_video_init()
1477 mutex_destroy(&video->stream_lock); in omap3isp_video_cleanup()
Dispvideo.h167 struct mutex stream_lock; /* pipeline and stream states */ member
/Linux-v5.4/drivers/media/platform/qcom/camss/
Dcamss-vfe.c845 mutex_lock(&vfe->stream_lock); in vfe_enable()
859 mutex_unlock(&vfe->stream_lock); in vfe_enable()
878 mutex_lock(&vfe->stream_lock); in vfe_enable()
885 mutex_unlock(&vfe->stream_lock); in vfe_enable()
904 mutex_lock(&vfe->stream_lock); in vfe_disable()
911 mutex_unlock(&vfe->stream_lock); in vfe_disable()
2074 mutex_init(&vfe->stream_lock); in msm_vfe_subdev_init()
2345 mutex_destroy(&vfe->stream_lock); in msm_vfe_unregister_entities()
Dcamss-vfe.h157 struct mutex stream_lock; member
/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas.h2343 spinlock_t stream_lock; member
Dmegaraid_sas_fusion.c2871 spin_lock_irqsave(&instance->stream_lock, in megasas_build_ldio_fusion()
2874 spin_unlock_irqrestore(&instance->stream_lock, in megasas_build_ldio_fusion()
Dmegaraid_sas_base.c7238 spin_lock_init(&instance->stream_lock); in megasas_init_ctrl_params()