Searched refs:self_group (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm.h370 struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock inside) */ member in struct:snd_pcm_substream
567 return substream->group != &substream->self_group;
573 spin_lock(&substream->self_group.lock);
578 spin_unlock(&substream->self_group.lock);
585 spin_lock(&substream->self_group.lock);
590 spin_unlock(&substream->self_group.lock);
597 spin_lock(&substream->self_group.lock); \
602 spin_unlock(&substream->self_group.lock); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm.c648 substream->group = &substream->self_group;
649 spin_lock_init(&substream->self_group.lock);
650 INIT_LIST_HEAD(&substream->self_group.substreams);
651 list_add_tail(&substream->link_list, &substream->self_group.substreams);
H A Dpcm_native.c720 spin_lock_nested(&s->self_group.lock,
748 spin_unlock(&s1->self_group.lock);
787 spin_unlock(&substream->self_group.lock);
789 spin_lock(&substream->self_group.lock);
811 spin_lock(&substream->self_group.lock);
813 spin_unlock(&substream->self_group.lock);
816 spin_lock(&substream->self_group.lock);
818 spin_unlock(&substream->self_group.lock);
1662 substream->group = &substream->self_group;
1663 INIT_LIST_HEAD(&substream->self_group
[all...]

Completed in 73 milliseconds