psubstream       2031 sound/core/oss/pcm_oss.c 	struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL;
psubstream       2038 sound/core/oss/pcm_oss.c 	psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
psubstream       2041 sound/core/oss/pcm_oss.c 	if (psubstream) {
psubstream       2042 sound/core/oss/pcm_oss.c 		if ((err = snd_pcm_oss_make_ready(psubstream)) < 0)
psubstream       2049 sound/core/oss/pcm_oss.c       	if (psubstream) {
psubstream       2050 sound/core/oss/pcm_oss.c       		runtime = psubstream->runtime;
psubstream       2057 sound/core/oss/pcm_oss.c 			if (atomic_read(&psubstream->mmap_count))
psubstream       2058 sound/core/oss/pcm_oss.c 				snd_pcm_oss_simulate_fill(psubstream,
psubstream       2074 sound/core/oss/pcm_oss.c 			err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL);
psubstream       2111 sound/core/oss/pcm_oss.c 	struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL;
psubstream       2114 sound/core/oss/pcm_oss.c 	psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
psubstream       2116 sound/core/oss/pcm_oss.c 	if (psubstream && psubstream->runtime && psubstream->runtime->oss.trigger)
psubstream       2794 sound/core/oss/pcm_oss.c 	struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL;
psubstream       2798 sound/core/oss/pcm_oss.c 	psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
psubstream       2802 sound/core/oss/pcm_oss.c 	if (psubstream != NULL) {
psubstream       2803 sound/core/oss/pcm_oss.c 		struct snd_pcm_runtime *runtime = psubstream->runtime;
psubstream       2805 sound/core/oss/pcm_oss.c 		snd_pcm_stream_lock_irq(psubstream);
psubstream       2808 sound/core/oss/pcm_oss.c 		     snd_pcm_oss_playback_ready(psubstream)))
psubstream       2810 sound/core/oss/pcm_oss.c 		snd_pcm_stream_unlock_irq(psubstream);
psubstream        505 sound/soc/qcom/lpass-platform.c 	struct snd_pcm_substream *psubstream, *csubstream;
psubstream        510 sound/soc/qcom/lpass-platform.c 	psubstream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
psubstream        511 sound/soc/qcom/lpass-platform.c 	if (psubstream) {
psubstream        514 sound/soc/qcom/lpass-platform.c 					size, &psubstream->dma_buffer);
psubstream        528 sound/soc/qcom/lpass-platform.c 			if (psubstream)
psubstream        529 sound/soc/qcom/lpass-platform.c 				snd_dma_free_pages(&psubstream->dma_buffer);
psubstream        805 sound/soc/qcom/qdsp6/q6asm-dai.c 	struct snd_pcm_substream *psubstream, *csubstream;
psubstream        813 sound/soc/qcom/qdsp6/q6asm-dai.c 	psubstream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
psubstream        814 sound/soc/qcom/qdsp6/q6asm-dai.c 	if (psubstream) {
psubstream        816 sound/soc/qcom/qdsp6/q6asm-dai.c 					  &psubstream->dma_buffer);
psubstream        829 sound/soc/qcom/qdsp6/q6asm-dai.c 			if (psubstream)
psubstream        830 sound/soc/qcom/qdsp6/q6asm-dai.c 				snd_dma_free_pages(&psubstream->dma_buffer);