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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h389 struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock inside) */ member in struct:snd_pcm_substream
513 return substream->group != &substream->self_group;
519 spin_lock(&substream->self_group.lock);
524 spin_unlock(&substream->self_group.lock);
531 spin_lock(&substream->self_group.lock);
536 spin_unlock(&substream->self_group.lock);
543 spin_lock(&substream->self_group.lock); \
548 spin_unlock(&substream->self_group.lock); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm.c687 substream->group = &substream->self_group;
688 spin_lock_init(&substream->self_group.lock);
689 INIT_LIST_HEAD(&substream->self_group.substreams);
690 list_add_tail(&substream->link_list, &substream->self_group.substreams);
H A Dpcm_native.c712 spin_lock_nested(&s->self_group.lock,
740 spin_unlock(&s1->self_group.lock);
779 spin_unlock(&substream->self_group.lock);
781 spin_lock(&substream->self_group.lock);
803 spin_lock(&substream->self_group.lock);
805 spin_unlock(&substream->self_group.lock);
808 spin_lock(&substream->self_group.lock);
810 spin_unlock(&substream->self_group.lock);
1615 substream->group = &substream->self_group;
1616 INIT_LIST_HEAD(&substream->self_group
[all...]

Completed in 65 milliseconds