Lines Matching refs:audiopipe
97 struct audiopipe *pipe = runtime->private_data; in audiopipe_free()
270 struct audiopipe *pipe; in pcm_open()
279 pipe = kzalloc(sizeof(struct audiopipe), GFP_KERNEL); in pcm_open()
542 struct audiopipe *pipe; in init_engine()
545 pipe = (struct audiopipe *) substream->runtime->private_data; in init_engine()
672 struct audiopipe *pipe; in pcm_hw_free()
675 pipe = (struct audiopipe *) substream->runtime->private_data; in pcm_hw_free()
696 int pipe_index = ((struct audiopipe *)runtime->private_data)->index; in pcm_prepare()
752 struct audiopipe *pipe; in pcm_trigger()
823 struct audiopipe *pipe = runtime->private_data; in pcm_pointer()
1823 struct audiopipe *pipe = runtime->private_data; in period_has_elapsed()