Lines Matching refs:vx_core
39 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) in snd_vx_check_reg_bit()
71 static int vx_send_irq_dsp(struct vx_core *chip, int num) in vx_send_irq_dsp()
92 static int vx_reset_chk(struct vx_core *chip) in vx_reset_chk()
111 static int vx_transfer_end(struct vx_core *chip, int cmd) in vx_transfer_end()
155 static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh) in vx_read_status()
236 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg_nolock()
345 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg()
367 int vx_send_rih_nolock(struct vx_core *chip, int cmd) in vx_send_rih_nolock()
405 int vx_send_rih(struct vx_core *chip, int cmd) in vx_send_rih()
422 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image()
479 static int vx_test_irq_src(struct vx_core *chip, unsigned int *ret) in vx_test_irq_src()
500 struct vx_core *chip = dev; in snd_vx_threaded_irq_handler()
542 struct vx_core *chip = dev; in snd_vx_irq_handler()
556 static void vx_reset_board(struct vx_core *chip, int cold_reset) in vx_reset_board()
598 struct vx_core *chip = entry->private_data; in vx_proc_read()
639 static void vx_proc_init(struct vx_core *chip) in vx_proc_init()
650 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) in snd_vx_dsp_boot()
673 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp) in snd_vx_dsp_load()
727 int snd_vx_suspend(struct vx_core *chip) in snd_vx_suspend()
740 int snd_vx_resume(struct vx_core *chip) in snd_vx_resume()
786 struct vx_core *snd_vx_create(struct snd_card *card, in snd_vx_create()
791 struct vx_core *chip; in snd_vx_create()