Lines Matching refs:self_group
112 mutex_lock(&substream->self_group.mutex); in __snd_pcm_stream_lock_mode()
125 spin_lock(&substream->self_group.lock); in __snd_pcm_stream_lock_mode()
134 mutex_unlock(&substream->self_group.mutex); in __snd_pcm_stream_unlock_mode()
137 spin_unlock(&substream->self_group.lock); in __snd_pcm_stream_unlock_mode()
1063 mutex_lock_nested(&s->self_group.mutex, depth); in snd_pcm_action_group()
1065 spin_lock_nested(&s->self_group.lock, depth); in snd_pcm_action_group()
1095 mutex_unlock(&s1->self_group.mutex); in snd_pcm_action_group()
1097 spin_unlock(&s1->self_group.lock); in snd_pcm_action_group()
1140 mutex_unlock(&substream->self_group.mutex); in snd_pcm_action()
1142 mutex_lock(&substream->self_group.mutex); in snd_pcm_action()
1148 spin_unlock(&substream->self_group.lock); in snd_pcm_action()
1150 spin_lock(&substream->self_group.lock); in snd_pcm_action()
2007 substream->group = &substream->self_group; in relink_to_local()
2008 INIT_LIST_HEAD(&substream->self_group.substreams); in relink_to_local()
2009 list_add_tail(&substream->link_list, &substream->self_group.substreams); in relink_to_local()