Lines Matching defs:sigmadsp

93 static int sigmadsp_write(struct sigmadsp *sigmadsp, unsigned int addr,  in sigmadsp_write()
99 static int sigmadsp_read(struct sigmadsp *sigmadsp, unsigned int addr, in sigmadsp_read()
116 static int sigmadsp_ctrl_write(struct sigmadsp *sigmadsp, in sigmadsp_ctrl_write()
132 struct sigmadsp *sigmadsp = snd_kcontrol_chip(kcontrol); in sigmadsp_ctrl_put() local
157 struct sigmadsp *sigmadsp = snd_kcontrol_chip(kcontrol); in sigmadsp_ctrl_get() local
198 static int sigma_fw_load_control(struct sigmadsp *sigmadsp, in sigma_fw_load_control()
249 static int sigma_fw_load_data(struct sigmadsp *sigmadsp, in sigma_fw_load_data()
275 static int sigma_fw_load_samplerates(struct sigmadsp *sigmadsp, in sigma_fw_load_samplerates()
307 static int sigmadsp_fw_load_v2(struct sigmadsp *sigmadsp, in sigmadsp_fw_load_v2()
389 static int process_sigma_action(struct sigmadsp *sigmadsp, in process_sigma_action()
423 static int sigmadsp_fw_load_v1(struct sigmadsp *sigmadsp, in sigmadsp_fw_load_v1()
454 static void sigmadsp_firmware_release(struct sigmadsp *sigmadsp) in sigmadsp_firmware_release()
476 static int sigmadsp_firmware_load(struct sigmadsp *sigmadsp, const char *name) in sigmadsp_firmware_load()
543 static int sigmadsp_init(struct sigmadsp *sigmadsp, struct device *dev, in sigmadsp_init()
569 struct sigmadsp *sigmadsp; in devm_sigmadsp_init() local
589 static int sigmadsp_rate_to_index(struct sigmadsp *sigmadsp, unsigned int rate) in sigmadsp_rate_to_index()
601 static unsigned int sigmadsp_get_samplerate_mask(struct sigmadsp *sigmadsp, in sigmadsp_get_samplerate_mask()
630 static int sigmadsp_alloc_control(struct sigmadsp *sigmadsp, in sigmadsp_alloc_control()
657 static void sigmadsp_activate_ctrl(struct sigmadsp *sigmadsp, in sigmadsp_activate_ctrl()
704 int sigmadsp_attach(struct sigmadsp *sigmadsp, in sigmadsp_attach()
737 int sigmadsp_setup(struct sigmadsp *sigmadsp, unsigned int samplerate) in sigmadsp_setup()
781 void sigmadsp_reset(struct sigmadsp *sigmadsp) in sigmadsp_reset()
802 int sigmadsp_restrict_params(struct sigmadsp *sigmadsp, in sigmadsp_restrict_params()