Lines Matching defs:sigmadsp

95 static int sigmadsp_write(struct sigmadsp *sigmadsp, unsigned int addr,  in sigmadsp_write()
101 static int sigmadsp_read(struct sigmadsp *sigmadsp, unsigned int addr, in sigmadsp_read()
118 static int sigmadsp_ctrl_write(struct sigmadsp *sigmadsp, in sigmadsp_ctrl_write()
134 struct sigmadsp *sigmadsp = snd_kcontrol_chip(kcontrol); in sigmadsp_ctrl_put() local
160 struct sigmadsp *sigmadsp = snd_kcontrol_chip(kcontrol); in sigmadsp_ctrl_get() local
202 static int sigma_fw_load_control(struct sigmadsp *sigmadsp, in sigma_fw_load_control()
260 static int sigma_fw_load_data(struct sigmadsp *sigmadsp, in sigma_fw_load_data()
286 static int sigma_fw_load_samplerates(struct sigmadsp *sigmadsp, in sigma_fw_load_samplerates()
318 static int sigmadsp_fw_load_v2(struct sigmadsp *sigmadsp, in sigmadsp_fw_load_v2()
400 static int process_sigma_action(struct sigmadsp *sigmadsp, in process_sigma_action()
434 static int sigmadsp_fw_load_v1(struct sigmadsp *sigmadsp, in sigmadsp_fw_load_v1()
465 static void sigmadsp_firmware_release(struct sigmadsp *sigmadsp) in sigmadsp_firmware_release()
487 static int sigmadsp_firmware_load(struct sigmadsp *sigmadsp, const char *name) in sigmadsp_firmware_load()
554 static int sigmadsp_init(struct sigmadsp *sigmadsp, struct device *dev, in sigmadsp_init()
580 struct sigmadsp *sigmadsp; in devm_sigmadsp_init() local
600 static int sigmadsp_rate_to_index(struct sigmadsp *sigmadsp, unsigned int rate) in sigmadsp_rate_to_index()
612 static unsigned int sigmadsp_get_samplerate_mask(struct sigmadsp *sigmadsp, in sigmadsp_get_samplerate_mask()
641 static int sigmadsp_alloc_control(struct sigmadsp *sigmadsp, in sigmadsp_alloc_control()
668 static void sigmadsp_activate_ctrl(struct sigmadsp *sigmadsp, in sigmadsp_activate_ctrl()
715 int sigmadsp_attach(struct sigmadsp *sigmadsp, in sigmadsp_attach()
748 int sigmadsp_setup(struct sigmadsp *sigmadsp, unsigned int samplerate) in sigmadsp_setup()
792 void sigmadsp_reset(struct sigmadsp *sigmadsp) in sigmadsp_reset()
813 int sigmadsp_restrict_params(struct sigmadsp *sigmadsp, in sigmadsp_restrict_params()