Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/media/omap4iss/
Diss_video.c764 mutex_lock(&video->stream_lock); in iss_video_streamon()
856 mutex_unlock(&video->stream_lock); in iss_video_streamon()
868 mutex_unlock(&video->stream_lock); in iss_video_streamon()
884 mutex_lock(&video->stream_lock); in iss_video_streamoff()
911 mutex_unlock(&video->stream_lock); in iss_video_streamoff()
1115 mutex_init(&video->stream_lock); in omap4iss_video_init()
1137 mutex_destroy(&video->stream_lock); in omap4iss_video_cleanup()
Diss_video.h165 struct mutex stream_lock; /* pipeline and stream states */ member
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c209 spinlock_t stream_lock; member
1977 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2012 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2028 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2041 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2043 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2064 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2066 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2114 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2117 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
[all …]
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispvideo.c1014 mutex_lock(&video->stream_lock); in isp_video_streamon()
1095 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1116 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1133 mutex_lock(&video->stream_lock); in isp_video_streamoff()
1169 mutex_unlock(&video->stream_lock); in isp_video_streamoff()
1381 mutex_init(&video->stream_lock); in omap3isp_video_init()
1407 mutex_destroy(&video->stream_lock); in omap3isp_video_cleanup()
Dispvideo.h170 struct mutex stream_lock; /* pipeline and stream states */ member