Lines Matching refs:vx_pipe
61 struct vx_pipe *pipe) in vx_pcm_read_per_bytes()
106 struct vx_pipe *pipe) in vx_set_differed_time()
139 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format()
166 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format()
225 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state()
250 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size()
274 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start()
295 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe()
334 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state) in vx_toggle_pipe()
387 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_pipe()
407 struct vx_pipe **pipep) in vx_alloc_pipe()
410 struct vx_pipe *pipe; in vx_alloc_pipe()
455 static int vx_free_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_free_pipe()
473 static int vx_start_stream(struct vx_core *chip, struct vx_pipe *pipe) in vx_start_stream()
489 static int vx_stop_stream(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_stream()
532 struct vx_pipe *pipe = NULL; in vx_pcm_playback_open()
576 struct vx_pipe *pipe; in vx_pcm_playback_close()
599 static int vx_notify_end_of_buffer(struct vx_core *chip, struct vx_pipe *pipe) in vx_notify_end_of_buffer()
629 struct vx_pipe *pipe, int size) in vx_pcm_playback_transfer_chunk()
667 struct vx_pipe *pipe) in vx_update_pipe_position()
695 struct vx_pipe *pipe, int nchunks) in vx_pcm_playback_transfer()
715 struct vx_pipe *pipe) in vx_pcm_playback_update()
739 struct vx_pipe *pipe = subs->runtime->private_data; in vx_pcm_delayed_start()
761 struct vx_pipe *pipe = subs->runtime->private_data; in vx_pcm_trigger()
808 struct vx_pipe *pipe = runtime->private_data; in vx_pcm_playback_pointer()
837 struct vx_pipe *pipe = runtime->private_data; in vx_pcm_prepare()
943 struct vx_pipe *pipe; in vx_pcm_capture_open()
944 struct vx_pipe *pipe_out_monitoring = NULL; in vx_pcm_capture_open()
1002 struct vx_pipe *pipe; in vx_pcm_capture_close()
1003 struct vx_pipe *pipe_out_monitoring; in vx_pcm_capture_close()
1036 struct vx_pipe *pipe) in vx_pcm_capture_update()
1112 struct vx_pipe *pipe = runtime->private_data; in vx_pcm_capture_pointer()
1139 struct vx_pipe *pipe; in vx_pcm_update_intr()
1210 chip->playback_pipes = kcalloc(chip->audio_outs, sizeof(struct vx_pipe *), GFP_KERNEL); in vx_init_audio_io()
1213 chip->capture_pipes = kcalloc(chip->audio_ins, sizeof(struct vx_pipe *), GFP_KERNEL); in vx_init_audio_io()