Searched refs:stream_lock (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/omap3isp/
H A Dispvideo.h173 struct mutex stream_lock; /* pipeline and stream states */ member in struct:isp_video
H A Dispvideo.c971 mutex_lock(&video->stream_lock);
974 mutex_unlock(&video->stream_lock);
1081 mutex_unlock(&video->stream_lock);
1098 mutex_lock(&video->stream_lock);
1131 mutex_unlock(&video->stream_lock);
1317 mutex_init(&video->stream_lock);
1339 mutex_destroy(&video->stream_lock);
/drivers/net/wireless/
H A Dmwl8k.c194 spinlock_t stream_lock; member in struct:mwl8k_priv
1725 /* caller must hold priv->stream_lock when calling the stream functions */
1919 spin_lock(&priv->stream_lock);
1949 spin_unlock(&priv->stream_lock);
1965 spin_unlock(&priv->stream_lock);
1975 spin_lock(&priv->stream_lock);
1977 spin_unlock(&priv->stream_lock);
1999 spin_lock(&priv->stream_lock);
2001 spin_unlock(&priv->stream_lock);
2044 spin_lock(&priv->stream_lock);
[all...]

Completed in 66 milliseconds