Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozpd.c124 spin_lock_init(&pd->stream_lock); in oz_pd_alloc()
663 spin_lock_bh(&pd->stream_lock); in oz_isoc_stream_create()
668 spin_unlock_bh(&pd->stream_lock); in oz_isoc_stream_create()
689 spin_lock_bh(&pd->stream_lock); in oz_isoc_stream_delete()
693 spin_unlock_bh(&pd->stream_lock); in oz_isoc_stream_delete()
719 spin_lock_bh(&pd->stream_lock); in oz_send_isoc_unit()
729 spin_unlock_bh(&pd->stream_lock); in oz_send_isoc_unit()
751 spin_lock_bh(&pd->stream_lock); in oz_send_isoc_unit()
756 spin_unlock_bh(&pd->stream_lock); in oz_send_isoc_unit()
761 spin_lock_bh(&pd->stream_lock); in oz_send_isoc_unit()
[all …]
Dozpd.h97 spinlock_t stream_lock; member
/linux-4.1.27/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.1.27/drivers/staging/media/omap4iss/
Diss_video.c835 mutex_lock(&video->stream_lock); in iss_video_streamon()
927 mutex_unlock(&video->stream_lock); in iss_video_streamon()
939 mutex_unlock(&video->stream_lock); in iss_video_streamon()
955 mutex_lock(&video->stream_lock); in iss_video_streamoff()
982 mutex_unlock(&video->stream_lock); in iss_video_streamoff()
1189 mutex_init(&video->stream_lock); in omap4iss_video_init()
1211 mutex_destroy(&video->stream_lock); in omap4iss_video_cleanup()
Diss_video.h165 struct mutex stream_lock; /* pipeline and stream states */ member
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispvideo.c1011 mutex_lock(&video->stream_lock); in isp_video_streamon()
1093 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1115 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1132 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