Lines Matching refs:pcm
42 struct snd_pcm_substream *pcm,
155 struct snd_pcm_substream *pcm, in write_pcm_s32() argument
159 struct snd_pcm_runtime *runtime = pcm->runtime; in write_pcm_s32()
181 struct snd_pcm_substream *pcm, in write_pcm_s16() argument
185 struct snd_pcm_runtime *runtime = pcm->runtime; in write_pcm_s16()
207 struct snd_pcm_substream *pcm, in read_pcm_s32() argument
211 struct snd_pcm_runtime *runtime = pcm->runtime; in read_pcm_s32()
406 struct snd_pcm_substream *pcm = ACCESS_ONCE(s->pcm); in process_rx_data_blocks() local
409 if (pcm) { in process_rx_data_blocks()
410 p->transfer_samples(s, pcm, buffer, data_blocks); in process_rx_data_blocks()
427 struct snd_pcm_substream *pcm = ACCESS_ONCE(s->pcm); in process_tx_data_blocks() local
430 if (pcm) { in process_tx_data_blocks()
431 p->transfer_samples(s, pcm, buffer, data_blocks); in process_tx_data_blocks()