Lines Matching defs:chip
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()
209 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state()
234 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size()
258 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start()
279 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe()
293 static int vx_send_irqa(struct vx_core *chip) in vx_send_irqa()
318 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state) in vx_toggle_pipe()
371 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_pipe()
389 static int vx_alloc_pipe(struct vx_core *chip, int capture, in vx_alloc_pipe()
439 static int vx_free_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_free_pipe()
457 static int vx_start_stream(struct vx_core *chip, struct vx_pipe *pipe) in vx_start_stream()
473 static int vx_stop_stream(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_stream()
513 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_playback_open() local
555 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_playback_close() local
579 static int vx_notify_end_of_buffer(struct vx_core *chip, struct vx_pipe *pipe) in vx_notify_end_of_buffer()
607 static int vx_pcm_playback_transfer_chunk(struct vx_core *chip, in vx_pcm_playback_transfer_chunk()
645 static int vx_update_pipe_position(struct vx_core *chip, in vx_update_pipe_position()
673 static void vx_pcm_playback_transfer(struct vx_core *chip, in vx_pcm_playback_transfer()
693 static void vx_pcm_playback_update(struct vx_core *chip, in vx_pcm_playback_update()
715 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_trigger() local
778 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_prepare() local
880 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_capture_open() local
938 struct vx_core *chip = snd_pcm_substream_chip(subs); in vx_pcm_capture_close() local
972 static void vx_pcm_capture_update(struct vx_core *chip, struct snd_pcm_substream *subs, in vx_pcm_capture_update()
1070 void vx_pcm_update_intr(struct vx_core *chip, unsigned int events) in vx_pcm_update_intr()
1128 static int vx_init_audio_io(struct vx_core *chip) in vx_init_audio_io()
1174 struct vx_core *chip = pcm->private_data; in snd_vx_pcm_free() local
1185 int snd_vx_pcm_new(struct vx_core *chip) in snd_vx_pcm_new()