Lines Matching refs:vx_core
60 static void vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pcm_read_per_bytes()
88 static void vx_set_pcx_time(struct vx_core *chip, pcx_time_t *pc_time, in vx_set_pcx_time()
105 static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh, 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()
195 static int vx_set_ibl(struct vx_core *chip, struct vx_ibl_info *info) in vx_set_ibl()
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()
309 static int vx_send_irqa(struct vx_core *chip) in vx_send_irqa()
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()
405 static int vx_alloc_pipe(struct vx_core *chip, int capture, 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()
531 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_playback_open()
575 struct vx_core *chip = snd_pcm_substream_chip(subs); 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()
627 static int vx_pcm_playback_transfer_chunk(struct vx_core *chip, in vx_pcm_playback_transfer_chunk()
665 static int vx_update_pipe_position(struct vx_core *chip, in vx_update_pipe_position()
693 static void vx_pcm_playback_transfer(struct vx_core *chip, in vx_pcm_playback_transfer()
713 static void vx_pcm_playback_update(struct vx_core *chip, in vx_pcm_playback_update()
738 struct vx_core *chip = subs->pcm->private_data; in vx_pcm_delayed_start()
760 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_trigger()
835 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_prepare()
942 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_capture_open()
1001 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_capture_close()
1035 static void vx_pcm_capture_update(struct vx_core *chip, struct snd_pcm_substream *subs, in vx_pcm_capture_update()
1136 void vx_pcm_update_intr(struct vx_core *chip, unsigned int events) in vx_pcm_update_intr()
1194 static int vx_init_audio_io(struct vx_core *chip) in vx_init_audio_io()
1240 struct vx_core *chip = pcm->private_data; in snd_vx_pcm_free()
1251 int snd_vx_pcm_new(struct vx_core *chip) in snd_vx_pcm_new()