Lines Matching defs:sigmadsp

92 static int sigmadsp_write(struct sigmadsp *sigmadsp, unsigned int addr,  in sigmadsp_write()
98 static int sigmadsp_read(struct sigmadsp *sigmadsp, unsigned int addr, in sigmadsp_read()
115 static int sigmadsp_ctrl_write(struct sigmadsp *sigmadsp, in sigmadsp_ctrl_write()
131 struct sigmadsp *sigmadsp = snd_kcontrol_chip(kcontrol); in sigmadsp_ctrl_put() local
156 struct sigmadsp *sigmadsp = snd_kcontrol_chip(kcontrol); in sigmadsp_ctrl_get() local
197 static int sigma_fw_load_control(struct sigmadsp *sigmadsp, in sigma_fw_load_control()
248 static int sigma_fw_load_data(struct sigmadsp *sigmadsp, in sigma_fw_load_data()
274 static int sigma_fw_load_samplerates(struct sigmadsp *sigmadsp, in sigma_fw_load_samplerates()
306 static int sigmadsp_fw_load_v2(struct sigmadsp *sigmadsp, in sigmadsp_fw_load_v2()
388 static int process_sigma_action(struct sigmadsp *sigmadsp, in process_sigma_action()
422 static int sigmadsp_fw_load_v1(struct sigmadsp *sigmadsp, in sigmadsp_fw_load_v1()
453 static void sigmadsp_firmware_release(struct sigmadsp *sigmadsp) in sigmadsp_firmware_release()
475 static int sigmadsp_firmware_load(struct sigmadsp *sigmadsp, const char *name) in sigmadsp_firmware_load()
542 static int sigmadsp_init(struct sigmadsp *sigmadsp, struct device *dev, in sigmadsp_init()
568 struct sigmadsp *sigmadsp; in devm_sigmadsp_init() local
588 static int sigmadsp_rate_to_index(struct sigmadsp *sigmadsp, unsigned int rate) in sigmadsp_rate_to_index()
600 static unsigned int sigmadsp_get_samplerate_mask(struct sigmadsp *sigmadsp, in sigmadsp_get_samplerate_mask()
629 static int sigmadsp_alloc_control(struct sigmadsp *sigmadsp, in sigmadsp_alloc_control()
656 static void sigmadsp_activate_ctrl(struct sigmadsp *sigmadsp, in sigmadsp_activate_ctrl()
703 int sigmadsp_attach(struct sigmadsp *sigmadsp, in sigmadsp_attach()
736 int sigmadsp_setup(struct sigmadsp *sigmadsp, unsigned int samplerate) in sigmadsp_setup()
780 void sigmadsp_reset(struct sigmadsp *sigmadsp) in sigmadsp_reset()
801 int sigmadsp_restrict_params(struct sigmadsp *sigmadsp, in sigmadsp_restrict_params()