Home
last modified time | relevance | path

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

/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()
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()
H A Dcamss-vfe-480.c338 mutex_lock(&vfe->stream_lock); in vfe_enable()
347 mutex_unlock(&vfe->stream_lock); in vfe_enable()
365 mutex_lock(&vfe->stream_lock); in vfe_enable()
369 mutex_unlock(&vfe->stream_lock); in vfe_enable()
H A Dcamss-vfe-17x.c508 mutex_lock(&vfe->stream_lock); in vfe_enable()
515 mutex_unlock(&vfe->stream_lock); in vfe_enable()
533 mutex_lock(&vfe->stream_lock); in vfe_enable()
537 mutex_unlock(&vfe->stream_lock); in vfe_enable()
H A Dcamss-vfe.h151 struct mutex stream_lock; member
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c209 spinlock_t stream_lock; member
1997 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2032 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2048 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2061 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2063 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2084 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2086 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2134 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2137 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_oa_types.h189 struct mutex stream_lock; member
H A Dxe_oa.c546 mutex_lock(&stream->stream_lock); in xe_oa_read()
548 mutex_unlock(&stream->stream_lock); in xe_oa_read()
551 mutex_lock(&stream->stream_lock); in xe_oa_read()
553 mutex_unlock(&stream->stream_lock); in xe_oa_read()
596 mutex_lock(&stream->stream_lock); in xe_oa_poll()
598 mutex_unlock(&stream->stream_lock); in xe_oa_poll()
852 mutex_destroy(&stream->stream_lock); in xe_oa_stream_destroy()
1589 mutex_lock(&stream->stream_lock); in xe_oa_ioctl()
1591 mutex_unlock(&stream->stream_lock); in xe_oa_ioctl()
1774 mutex_init(&stream->stream_lock); in xe_oa_stream_init()
/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h174 struct mutex stream_lock; /* pipeline and stream states */ member
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.h521 struct mutex stream_lock; /* serialize {start/stop}_streaming cb between capture devices */ member
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2365 spinlock_t stream_lock; member
H A Dmegaraid_sas_fusion.c2869 spin_lock_irqsave(&instance->stream_lock, in megasas_build_ldio_fusion()
2872 spin_unlock_irqrestore(&instance->stream_lock, in megasas_build_ldio_fusion()
H A Dmegaraid_sas_base.c7427 spin_lock_init(&instance->stream_lock); in megasas_init_ctrl_params()