/linux/drivers/gpu/drm/xe/ |
H A D | xe_eu_stall.c | 67 struct mutex stream_lock; member 196 mutex_destroy(>->eu_stall->stream_lock); in xe_eu_stall_fini() 222 mutex_init(>->eu_stall->stream_lock); in xe_eu_stall_init() 232 mutex_destroy(>->eu_stall->stream_lock); in xe_eu_stall_init() 572 mutex_lock(>->eu_stall->stream_lock); in xe_eu_stall_stream_read() 574 mutex_unlock(>->eu_stall->stream_lock); in xe_eu_stall_stream_read() 577 mutex_lock(>->eu_stall->stream_lock); in xe_eu_stall_stream_read() 579 mutex_unlock(>->eu_stall->stream_lock); in xe_eu_stall_stream_read() 770 mutex_lock(>->eu_stall->stream_lock); in xe_eu_stall_stream_poll() 772 mutex_unlock(>->eu_stall->stream_lock); in xe_eu_stall_stream_poll() [all...] |
H A D | xe_oa_types.h | 194 /** @stream_lock: Lock serializing stream operations */ 195 struct mutex stream_lock; member
|
H A D | xe_oa.c | 555 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() 864 mutex_destroy(&stream->stream_lock); in xe_oa_stream_destroy() 1621 mutex_lock(&stream->stream_lock); in xe_oa_ioctl() 1623 mutex_unlock(&stream->stream_lock); in xe_oa_ioctl() 1804 mutex_init(&stream->stream_lock); in xe_oa_stream_init() [all...] |
/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-gen1.c | 108 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 D | camss-vfe-17x.c | 436 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 D | camss-vfe.c | 606 mutex_lock(&vfe->stream_lock); in vfe_enable_v2() 613 mutex_unlock(&vfe->stream_lock); in vfe_enable_v2() 631 mutex_lock(&vfe->stream_lock); in vfe_enable_v2() 635 mutex_unlock(&vfe->stream_lock); in vfe_enable_v2() 837 mutex_lock(&vfe->stream_lock); in vfe_disable() 841 mutex_unlock(&vfe->stream_lock); in vfe_disable() 1869 mutex_init(&vfe->stream_lock); in msm_vfe_subdev_init() 2117 mutex_destroy(&vfe->stream_lock); in msm_vfe_unregister_entities()
|
H A D | camss-vfe.h | 156 struct mutex stream_lock; member
|
/linux/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 209 spinlock_t stream_lock; member 1797 /* caller must hold priv->stream_lock when calling the stream functions */ 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() [all...] |
/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispvideo.c | 1087 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() 1440 mutex_init(&video->stream_lock); in omap3isp_video_init() 1472 mutex_destroy(&video->stream_lock); in omap3isp_video_cleanup()
|
H A D | ispvideo.h | 174 struct mutex stream_lock; /* pipeline and stream states */ member
|
/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-capture.c | 1063 __must_hold(&cap->rkisp1->stream_lock) in rkisp1_pipeline_stream_disable() 1087 __must_hold(&cap->rkisp1->stream_lock) in rkisp1_pipeline_stream_enable() 1128 mutex_lock(&cap->rkisp1->stream_lock); in rkisp1_vb2_stop_streaming() 1143 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_stop_streaming() 1153 mutex_lock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming() 1180 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming() 1194 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming()
|
H A D | rkisp1-common.h | 499 * @stream_lock: serializes {start/stop}_streaming callbacks between the capture devices. 523 struct mutex stream_lock; /* serialize {start/stop}_streaming cb between capture devices */ member
|
H A D | rkisp1-dev.c | 613 mutex_init(&rkisp1->stream_lock); in rkisp1_probe()
|
/linux/drivers/media/platform/synopsys/hdmirx/ |
H A D | snps_hdmirx.c | 135 struct mutex stream_lock; /* to lock video stream capture */ member 1516 mutex_lock(&hdmirx_dev->stream_lock); in hdmirx_stop_streaming() 1528 mutex_unlock(&hdmirx_dev->stream_lock); in hdmirx_stop_streaming() 1542 mutex_lock(&hdmirx_dev->stream_lock); in hdmirx_start_streaming() 1565 mutex_unlock(&hdmirx_dev->stream_lock); in hdmirx_start_streaming() 1609 mutex_unlock(&hdmirx_dev->stream_lock); in hdmirx_start_streaming() 2609 mutex_init(&hdmirx_dev->stream_lock); in hdmirx_probe()
|
/linux/sound/core/ |
H A D | pcm_native.c | 1239 bool stream_lock) in snd_pcm_action_group() argument 1247 if (!stream_lock) in snd_pcm_action_group() 1280 if (!stream_lock) in snd_pcm_action_group()
|
/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 2365 spinlock_t stream_lock; member
|
H A D | megaraid_sas_fusion.c | 2872 spin_lock_irqsave(&instance->stream_lock, in megasas_build_ldio_fusion() 2875 spin_unlock_irqrestore(&instance->stream_lock, in megasas_build_ldio_fusion()
|
H A D | megaraid_sas_base.c | 7439 spin_lock_init(&instance->stream_lock); in megasas_init_ctrl_params()
|