Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c68 struct mutex stream_lock; member
221 mutex_destroy(&gt->eu_stall->stream_lock); in xe_eu_stall_fini()
247 mutex_init(&gt->eu_stall->stream_lock); in xe_eu_stall_init()
257 mutex_destroy(&gt->eu_stall->stream_lock); in xe_eu_stall_init()
597 mutex_lock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_read()
599 mutex_unlock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_read()
602 mutex_lock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_read()
604 mutex_unlock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_read()
793 mutex_lock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_poll()
795 mutex_unlock(&gt->eu_stall->stream_lock); in xe_eu_stall_stream_poll()
[all …]
H A Dxe_oa.c555 mutex_lock(&stream->stream_lock); in xe_oa_read()
557 mutex_unlock(&stream->stream_lock); in xe_oa_read()
561 mutex_lock(&stream->stream_lock); in xe_oa_read()
563 mutex_unlock(&stream->stream_lock); in xe_oa_read()
606 mutex_lock(&stream->stream_lock); in xe_oa_poll()
608 mutex_unlock(&stream->stream_lock); in xe_oa_poll()
865 mutex_destroy(&stream->stream_lock); in xe_oa_stream_destroy()
1634 mutex_lock(&stream->stream_lock); in xe_oa_ioctl()
1636 mutex_unlock(&stream->stream_lock); in xe_oa_ioctl()
1817 mutex_init(&stream->stream_lock); in xe_oa_stream_init()
/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c108 mutex_lock(&vfe->stream_lock); in vfe_gen1_disable()
115 mutex_unlock(&vfe->stream_lock); in vfe_gen1_disable()
343 mutex_lock(&vfe->stream_lock); in vfe_gen1_enable()
354 mutex_unlock(&vfe->stream_lock); in vfe_gen1_enable()
372 mutex_lock(&vfe->stream_lock); in vfe_gen1_enable()
379 mutex_unlock(&vfe->stream_lock); in vfe_gen1_enable()
H A Dcamss-vfe-17x.c436 mutex_lock(&vfe->stream_lock); in vfe_enable()
443 mutex_unlock(&vfe->stream_lock); in vfe_enable()
461 mutex_lock(&vfe->stream_lock); in vfe_enable()
465 mutex_unlock(&vfe->stream_lock); in vfe_enable()
H A Dcamss-vfe.h159 struct mutex stream_lock; member
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c209 spinlock_t stream_lock; member
2001 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2036 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2052 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2065 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2067 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2088 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2090 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2138 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2141 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
[all …]
/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c1161 mutex_lock(&video->stream_lock); in isp_video_streamon()
1228 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1249 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1267 mutex_lock(&video->stream_lock); in isp_video_streamoff()
1305 mutex_unlock(&video->stream_lock); in isp_video_streamoff()
1525 mutex_init(&video->stream_lock); in omap3isp_video_init()
1560 mutex_destroy(&video->stream_lock); in omap3isp_video_cleanup()
H A Dispvideo.h174 struct mutex stream_lock; /* pipeline and stream states */ member
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.h531 struct mutex stream_lock; /* serialize {start/stop}_streaming cb between capture devices */ member
H A Drkisp1-dev.c677 mutex_init(&rkisp1->stream_lock); in rkisp1_probe()
/linux/sound/core/
H A Dpcm_native.c1249 bool stream_lock) in snd_pcm_action_group() argument
1257 if (!stream_lock) in snd_pcm_action_group()
1290 if (!stream_lock) in snd_pcm_action_group()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2365 spinlock_t stream_lock; member
H A Dmegaraid_sas_fusion.c2870 spin_lock_irqsave(&instance->stream_lock, in megasas_build_ldio_fusion()
2873 spin_unlock_irqrestore(&instance->stream_lock, in megasas_build_ldio_fusion()
H A Dmegaraid_sas_base.c7435 spin_lock_init(&instance->stream_lock); in megasas_init_ctrl_params()