Lines Matching refs:vx_core

45 static void vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime,  in vx_pcm_read_per_bytes()
72 static void vx_set_pcx_time(struct vx_core *chip, pcx_time_t *pc_time, in vx_set_pcx_time()
89 static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh, in vx_set_differed_time()
123 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format()
150 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format()
179 static int vx_set_ibl(struct vx_core *chip, struct vx_ibl_info *info) in vx_set_ibl()
211 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state()
236 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size()
260 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start()
281 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe()
295 static int vx_send_irqa(struct vx_core *chip) in vx_send_irqa()
320 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state) in vx_toggle_pipe()
375 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_pipe()
393 static int vx_alloc_pipe(struct vx_core *chip, int capture, in vx_alloc_pipe()
443 static int vx_free_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_free_pipe()
461 static int vx_start_stream(struct vx_core *chip, struct vx_pipe *pipe) in vx_start_stream()
477 static int vx_stop_stream(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_stream()
517 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_playback_open()
559 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_playback_close()
583 static int vx_notify_end_of_buffer(struct vx_core *chip, struct vx_pipe *pipe) in vx_notify_end_of_buffer()
611 static int vx_pcm_playback_transfer_chunk(struct vx_core *chip, in vx_pcm_playback_transfer_chunk()
649 static int vx_update_pipe_position(struct vx_core *chip, in vx_update_pipe_position()
677 static void vx_pcm_playback_transfer(struct vx_core *chip, in vx_pcm_playback_transfer()
698 static void vx_pcm_playback_update(struct vx_core *chip, in vx_pcm_playback_update()
721 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_trigger()
786 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_prepare()
893 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_capture_open()
951 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_capture_close()
985 static void vx_pcm_capture_update(struct vx_core *chip, struct snd_pcm_substream *subs, in vx_pcm_capture_update()
1083 void vx_pcm_update_intr(struct vx_core *chip, unsigned int events) in vx_pcm_update_intr()
1141 static int vx_init_audio_io(struct vx_core *chip) in vx_init_audio_io()
1187 struct vx_core *chip = pcm->private_data; in snd_vx_pcm_free()
1198 int snd_vx_pcm_new(struct vx_core *chip) in snd_vx_pcm_new()