Lines Matching refs:audiopipe
86 struct audiopipe *pipe = runtime->private_data; in audiopipe_free()
259 struct audiopipe *pipe; in pcm_open()
268 pipe = kzalloc(sizeof(struct audiopipe), GFP_KERNEL); in pcm_open()
531 struct audiopipe *pipe; in init_engine()
534 pipe = (struct audiopipe *) substream->runtime->private_data; in init_engine()
661 struct audiopipe *pipe; in pcm_hw_free()
664 pipe = (struct audiopipe *) substream->runtime->private_data; in pcm_hw_free()
685 int pipe_index = ((struct audiopipe *)runtime->private_data)->index; in pcm_prepare()
741 struct audiopipe *pipe; in pcm_trigger()
812 struct audiopipe *pipe = runtime->private_data; in pcm_pointer()
1812 struct audiopipe *pipe = runtime->private_data; in period_has_elapsed()