Lines Matching defs:chip
52 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) in snd_vx_check_reg_bit()
82 static int vx_send_irq_dsp(struct vx_core *chip, int num) in vx_send_irq_dsp()
103 static int vx_reset_chk(struct vx_core *chip) in vx_reset_chk()
122 static int vx_transfer_end(struct vx_core *chip, int cmd) in vx_transfer_end()
160 static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh) in vx_read_status()
241 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg_nolock()
346 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg()
368 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() local
547 struct vx_core *chip = dev; in snd_vx_irq_handler() local
561 static void vx_reset_board(struct vx_core *chip, int cold_reset) in vx_reset_board()
603 struct vx_core *chip = entry->private_data; in vx_proc_read() local
644 static void vx_proc_init(struct vx_core *chip) in vx_proc_init()
658 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) in snd_vx_dsp_boot()
680 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp) in snd_vx_dsp_load()
733 int snd_vx_suspend(struct vx_core *chip) in snd_vx_suspend()
750 int snd_vx_resume(struct vx_core *chip) in snd_vx_resume()
792 struct vx_core *chip; in snd_vx_create() local