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()
83 static int vx_send_irq_dsp(struct vx_core *chip, int num) in vx_send_irq_dsp()
104 static int vx_reset_chk(struct vx_core *chip) in vx_reset_chk()
123 static int vx_transfer_end(struct vx_core *chip, int cmd) in vx_transfer_end()
161 static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh) in vx_read_status()
242 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg_nolock()
347 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg()
370 int vx_send_rih_nolock(struct vx_core *chip, int cmd) in vx_send_rih_nolock()
407 int vx_send_rih(struct vx_core *chip, int cmd) in vx_send_rih()
424 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image()
481 static int vx_test_irq_src(struct vx_core *chip, unsigned int *ret) in vx_test_irq_src()
502 struct vx_core *chip = (struct vx_core *) private_data; in vx_interrupt() local
546 struct vx_core *chip = dev; in snd_vx_irq_handler() local
560 static void vx_reset_board(struct vx_core *chip, int cold_reset) in vx_reset_board()
602 struct vx_core *chip = entry->private_data; in vx_proc_read() local
643 static void vx_proc_init(struct vx_core *chip) in vx_proc_init()
655 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) in snd_vx_dsp_boot()
675 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp) in snd_vx_dsp_load()
728 int snd_vx_suspend(struct vx_core *chip, pm_message_t state) in snd_vx_suspend()
745 int snd_vx_resume(struct vx_core *chip) in snd_vx_resume()
784 struct vx_core *chip; in snd_vx_create() local