Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/
Dmwl8k.c209 spinlock_t stream_lock; member
1982 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2017 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2033 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2046 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2048 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2069 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2071 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2119 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2122 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
[all …]
/Linux-v4.19/drivers/staging/media/omap4iss/
Diss_video.c877 mutex_lock(&video->stream_lock); in iss_video_streamon()
982 mutex_unlock(&video->stream_lock); in iss_video_streamon()
1000 mutex_unlock(&video->stream_lock); in iss_video_streamon()
1017 mutex_lock(&video->stream_lock); in iss_video_streamoff()
1046 mutex_unlock(&video->stream_lock); in iss_video_streamoff()
1247 mutex_init(&video->stream_lock); in omap4iss_video_init()
1269 mutex_destroy(&video->stream_lock); in omap4iss_video_cleanup()
Diss_video.h165 struct mutex stream_lock; /* pipeline and stream states */ member
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispvideo.c1099 mutex_lock(&video->stream_lock); in isp_video_streamon()
1167 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1188 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1206 mutex_lock(&video->stream_lock); in isp_video_streamoff()
1244 mutex_unlock(&video->stream_lock); in isp_video_streamoff()
1452 mutex_init(&video->stream_lock); in omap3isp_video_init()
1477 mutex_destroy(&video->stream_lock); in omap3isp_video_cleanup()
Dispvideo.h170 struct mutex stream_lock; /* pipeline and stream states */ member
/Linux-v4.19/drivers/media/platform/qcom/camss/
Dcamss-vfe.c832 mutex_lock(&vfe->stream_lock); in vfe_enable()
846 mutex_unlock(&vfe->stream_lock); in vfe_enable()
865 mutex_lock(&vfe->stream_lock); in vfe_enable()
872 mutex_unlock(&vfe->stream_lock); in vfe_enable()
891 mutex_lock(&vfe->stream_lock); in vfe_disable()
898 mutex_unlock(&vfe->stream_lock); in vfe_disable()
2061 mutex_init(&vfe->stream_lock); in msm_vfe_subdev_init()
2332 mutex_destroy(&vfe->stream_lock); in msm_vfe_unregister_entities()
Dcamss-vfe.h157 struct mutex stream_lock; member
/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas.h2222 spinlock_t stream_lock; member
Dmegaraid_sas_fusion.c2676 spin_lock_irqsave(&instance->stream_lock, in megasas_build_ldio_fusion()
2679 spin_unlock_irqrestore(&instance->stream_lock, in megasas_build_ldio_fusion()
Dmegaraid_sas_base.c6424 spin_lock_init(&instance->stream_lock); in megasas_init_ctrl_params()