Home
last modified time | relevance | path

Searched refs:self_group (Results 1 – 3 of 3) sorted by relevance

/linux/sound/core/
A Dpcm_native.c136 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()
179 mutex_lock_nested(&substream->self_group.mutex, in _snd_pcm_stream_lock_irqsave_nested()
199 mutex_unlock(&substream->self_group.mutex); in snd_pcm_stream_unlock_irqrestore()
1238 mutex_lock_nested(&s->self_group.mutex, depth); in snd_pcm_action_group()
1240 spin_lock_nested(&s->self_group.lock, depth); in snd_pcm_action_group()
1271 mutex_unlock(&s1->self_group.mutex); in snd_pcm_action_group()
[all …]
A Dpcm.c689 substream->group = &substream->self_group; in snd_pcm_new_stream()
690 snd_pcm_group_init(&substream->self_group); in snd_pcm_new_stream()
691 list_add_tail(&substream->link_list, &substream->self_group.substreams); in snd_pcm_new_stream()
/linux/include/sound/
A Dpcm.h487 …struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock insid… member
634 return substream->group != &substream->self_group; in snd_pcm_stream_linked()

Completed in 19 milliseconds