snd_usX2Y_substream   45 sound/usb/usx2y/usbusx2y.h 	struct snd_usX2Y_substream	*subs[4];
snd_usX2Y_substream   46 sound/usb/usx2y/usbusx2y.h 	struct snd_usX2Y_substream	* volatile  prepare_subs;
snd_usX2Y_substream   57 sound/usb/usx2y/usbusx2yaudio.c static int usX2Y_urb_capt_retire(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream  113 sound/usb/usx2y/usbusx2yaudio.c static int usX2Y_urb_play_prepare(struct snd_usX2Y_substream *subs,
snd_usX2Y_substream  168 sound/usb/usx2y/usbusx2yaudio.c static void usX2Y_urb_play_retire(struct snd_usX2Y_substream *subs, struct urb *urb)
snd_usX2Y_substream  183 sound/usb/usx2y/usbusx2yaudio.c static int usX2Y_urb_submit(struct snd_usX2Y_substream *subs, struct urb *urb, int frame)
snd_usX2Y_substream  198 sound/usb/usx2y/usbusx2yaudio.c static inline int usX2Y_usbframe_complete(struct snd_usX2Y_substream *capsubs,
snd_usX2Y_substream  199 sound/usb/usx2y/usbusx2yaudio.c 					  struct snd_usX2Y_substream *playbacksubs,
snd_usX2Y_substream  252 sound/usb/usx2y/usbusx2yaudio.c 		struct snd_usX2Y_substream *subs = usX2Y->subs[s];
snd_usX2Y_substream  259 sound/usb/usx2y/usbusx2yaudio.c 		struct snd_usX2Y_substream *subs = usX2Y->subs[s];
snd_usX2Y_substream  276 sound/usb/usx2y/usbusx2yaudio.c 				   struct snd_usX2Y_substream *subs, struct urb *urb)
snd_usX2Y_substream  285 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream *subs = urb->context;
snd_usX2Y_substream  303 sound/usb/usx2y/usbusx2yaudio.c 		struct snd_usX2Y_substream *capsubs = usX2Y->subs[SNDRV_PCM_STREAM_CAPTURE],
snd_usX2Y_substream  324 sound/usb/usx2y/usbusx2yaudio.c 		struct snd_usX2Y_substream *subs = usX2Y->subs[s];
snd_usX2Y_substream  342 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream *subs = urb->context;
snd_usX2Y_substream  344 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream *prepare_subs = usX2Y->prepare_subs;
snd_usX2Y_substream  355 sound/usb/usx2y/usbusx2yaudio.c static void usX2Y_subs_prepare(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream  379 sound/usb/usx2y/usbusx2yaudio.c static void usX2Y_urbs_release(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream  393 sound/usb/usx2y/usbusx2yaudio.c static int usX2Y_urbs_allocate(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream  443 sound/usb/usx2y/usbusx2yaudio.c static void usX2Y_subs_startup(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream  452 sound/usb/usx2y/usbusx2yaudio.c static int usX2Y_urbs_start(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream  461 sound/usb/usx2y/usbusx2yaudio.c 		struct snd_usX2Y_substream *subs = usX2Y->subs[i];
snd_usX2Y_substream  511 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream *subs = substream->runtime->private_data;
snd_usX2Y_substream  519 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream *subs = substream->runtime->private_data;
snd_usX2Y_substream  751 sound/usb/usx2y/usbusx2yaudio.c 		struct snd_usX2Y_substream *subs = dev->subs[i];
snd_usX2Y_substream  788 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream *subs = runtime->private_data;
snd_usX2Y_substream  793 sound/usb/usx2y/usbusx2yaudio.c 		struct snd_usX2Y_substream *cap_subs = subs->usX2Y->subs[SNDRV_PCM_STREAM_CAPTURE];
snd_usX2Y_substream  804 sound/usb/usx2y/usbusx2yaudio.c 		struct snd_usX2Y_substream *playback_subs = subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
snd_usX2Y_substream  821 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream *subs = runtime->private_data;
snd_usX2Y_substream  823 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream *capsubs = subs->usX2Y->subs[SNDRV_PCM_STREAM_CAPTURE];
snd_usX2Y_substream  875 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream	*subs = ((struct snd_usX2Y_substream **)
snd_usX2Y_substream  894 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream *subs = runtime->private_data;
snd_usX2Y_substream  918 sound/usb/usx2y/usbusx2yaudio.c static void usX2Y_audio_stream_free(struct snd_usX2Y_substream **usX2Y_substream)
snd_usX2Y_substream  929 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream **usX2Y_stream = pcm->private_data;
snd_usX2Y_substream  938 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream **usX2Y_substream =
snd_usX2Y_substream  943 sound/usb/usx2y/usbusx2yaudio.c 		usX2Y_substream[i] = kzalloc(sizeof(struct snd_usX2Y_substream), GFP_KERNEL);
snd_usX2Y_substream   50 sound/usb/usx2y/usx2yhwdeppcm.c static int usX2Y_usbpcm_urb_capt_retire(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream   98 sound/usb/usx2y/usx2yhwdeppcm.c static int usX2Y_hwdep_urb_play_prepare(struct snd_usX2Y_substream *subs,
snd_usX2Y_substream  137 sound/usb/usx2y/usx2yhwdeppcm.c static inline void usX2Y_usbpcm_urb_capt_iso_advance(struct snd_usX2Y_substream *subs,
snd_usX2Y_substream  160 sound/usb/usx2y/usx2yhwdeppcm.c static inline int usX2Y_usbpcm_usbframe_complete(struct snd_usX2Y_substream *capsubs,
snd_usX2Y_substream  161 sound/usb/usx2y/usx2yhwdeppcm.c 						 struct snd_usX2Y_substream *capsubs2,
snd_usX2Y_substream  162 sound/usb/usx2y/usx2yhwdeppcm.c 						 struct snd_usX2Y_substream *playbacksubs,
snd_usX2Y_substream  220 sound/usb/usx2y/usx2yhwdeppcm.c 	struct snd_usX2Y_substream *subs = urb->context;
snd_usX2Y_substream  222 sound/usb/usx2y/usx2yhwdeppcm.c 	struct snd_usX2Y_substream *capsubs, *capsubs2, *playbacksubs;
snd_usX2Y_substream  263 sound/usb/usx2y/usx2yhwdeppcm.c static void usX2Y_usbpcm_urbs_release(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream  279 sound/usb/usx2y/usx2yhwdeppcm.c 	struct snd_usX2Y_substream *subs = urb->context;
snd_usX2Y_substream  281 sound/usb/usx2y/usx2yhwdeppcm.c 	struct snd_usX2Y_substream *prepare_subs = usX2Y->prepare_subs;
snd_usX2Y_substream  286 sound/usb/usx2y/usx2yhwdeppcm.c 			struct snd_usX2Y_substream *cap_subs2 = usX2Y->subs[SNDRV_PCM_STREAM_CAPTURE + 2];
snd_usX2Y_substream  300 sound/usb/usx2y/usx2yhwdeppcm.c static int usX2Y_usbpcm_urbs_allocate(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream  347 sound/usb/usx2y/usx2yhwdeppcm.c 	struct snd_usX2Y_substream *subs = runtime->private_data,
snd_usX2Y_substream  353 sound/usb/usx2y/usx2yhwdeppcm.c 		struct snd_usX2Y_substream *cap_subs = subs->usX2Y->subs[SNDRV_PCM_STREAM_CAPTURE];
snd_usX2Y_substream  368 sound/usb/usx2y/usx2yhwdeppcm.c 		struct snd_usX2Y_substream *playback_subs = subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
snd_usX2Y_substream  382 sound/usb/usx2y/usx2yhwdeppcm.c static void usX2Y_usbpcm_subs_startup(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream  391 sound/usb/usx2y/usx2yhwdeppcm.c static int usX2Y_usbpcm_urbs_start(struct snd_usX2Y_substream *subs)
snd_usX2Y_substream  403 sound/usb/usx2y/usx2yhwdeppcm.c 		struct snd_usX2Y_substream *subs = usX2Y->subs[stream + p];
snd_usX2Y_substream  412 sound/usb/usx2y/usx2yhwdeppcm.c 		struct snd_usX2Y_substream *subs = usX2Y->subs[p];
snd_usX2Y_substream  421 sound/usb/usx2y/usx2yhwdeppcm.c 			struct snd_usX2Y_substream *subs = usX2Y->subs[stream + p];
snd_usX2Y_substream  472 sound/usb/usx2y/usx2yhwdeppcm.c 	struct snd_usX2Y_substream *subs = runtime->private_data;
snd_usX2Y_substream  474 sound/usb/usx2y/usx2yhwdeppcm.c 	struct snd_usX2Y_substream *capsubs = subs->usX2Y->subs[SNDRV_PCM_STREAM_CAPTURE];
snd_usX2Y_substream  554 sound/usb/usx2y/usx2yhwdeppcm.c 	struct snd_usX2Y_substream	*subs = ((struct snd_usX2Y_substream **)
snd_usX2Y_substream  573 sound/usb/usx2y/usx2yhwdeppcm.c 	struct snd_usX2Y_substream *subs = runtime->private_data;
snd_usX2Y_substream  599 sound/usb/usx2y/usx2yhwdeppcm.c 		struct snd_usX2Y_substream *subs = dev->subs[i];