Searched refs:captured_iso_head (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusx2yhwdeppcm.h17 volatile int captured_iso_head; member in struct:snd_usX2Y_hwdep_pcm_shm
H A Dusx2yhwdeppcm.c70 int head = usX2Y->hwdep_pcm_shm->captured_iso_head + 1;
120 shm->playback_iso_start = shm->captured_iso_head -
158 int head = shm->captured_iso_head + 1;
164 shm->captured_iso_head = head;
416 usX2Y->hwdep_pcm_shm->captured_iso_head = -1;

Completed in 137 milliseconds