Searched refs:self_group (Results 1 – 3 of 3) sorted by relevance
110 snd_pcm_group_lock(&substream->self_group, substream->pcm->nonatomic); in snd_pcm_stream_lock()122 snd_pcm_group_unlock(&substream->self_group, substream->pcm->nonatomic); in snd_pcm_stream_unlock()136 snd_pcm_group_lock_irq(&substream->self_group, in snd_pcm_stream_lock_irq()143 struct snd_pcm_group *group = &substream->self_group; in snd_pcm_stream_lock_nested()159 snd_pcm_group_unlock_irq(&substream->self_group, in snd_pcm_stream_unlock_irq()168 mutex_lock(&substream->self_group.mutex); in _snd_pcm_stream_lock_irqsave()170 spin_lock_irqsave(&substream->self_group.lock, flags); in _snd_pcm_stream_lock_irqsave()186 mutex_unlock(&substream->self_group.mutex); in snd_pcm_stream_unlock_irqrestore()188 spin_unlock_irqrestore(&substream->self_group.lock, flags); in snd_pcm_stream_unlock_irqrestore()1172 mutex_lock_nested(&s->self_group.mutex, depth); in snd_pcm_action_group()[all …]
693 substream->group = &substream->self_group; in snd_pcm_new_stream()694 snd_pcm_group_init(&substream->self_group); in snd_pcm_new_stream()695 list_add_tail(&substream->link_list, &substream->self_group.substreams); in snd_pcm_new_stream()
465 …struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock insid… member609 return substream->group != &substream->self_group; in snd_pcm_stream_linked()