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()
133 struct sigmadsp *sigmadsp = snd_kcontrol_chip(kcontrol); in sigmadsp_ctrl_put() local
158 struct sigmadsp *sigmadsp = snd_kcontrol_chip(kcontrol); in sigmadsp_ctrl_get() local
199 static int sigma_fw_load_control(struct sigmadsp *sigmadsp, in sigma_fw_load_control()
250 static int sigma_fw_load_data(struct sigmadsp *sigmadsp, in sigma_fw_load_data()
276 static int sigma_fw_load_samplerates(struct sigmadsp *sigmadsp, in sigma_fw_load_samplerates()
308 static int sigmadsp_fw_load_v2(struct sigmadsp *sigmadsp, in sigmadsp_fw_load_v2()
390 static int process_sigma_action(struct sigmadsp *sigmadsp, in process_sigma_action()
424 static int sigmadsp_fw_load_v1(struct sigmadsp *sigmadsp, in sigmadsp_fw_load_v1()
455 static void sigmadsp_firmware_release(struct sigmadsp *sigmadsp) in sigmadsp_firmware_release()
477 static int sigmadsp_firmware_load(struct sigmadsp *sigmadsp, const char *name) in sigmadsp_firmware_load()
544 static int sigmadsp_init(struct sigmadsp *sigmadsp, struct device *dev, in sigmadsp_init()
570 struct sigmadsp *sigmadsp; in devm_sigmadsp_init() local
590 static int sigmadsp_rate_to_index(struct sigmadsp *sigmadsp, unsigned int rate) in sigmadsp_rate_to_index()
602 static unsigned int sigmadsp_get_samplerate_mask(struct sigmadsp *sigmadsp, in sigmadsp_get_samplerate_mask()
631 static int sigmadsp_alloc_control(struct sigmadsp *sigmadsp, in sigmadsp_alloc_control()
658 static void sigmadsp_activate_ctrl(struct sigmadsp *sigmadsp, in sigmadsp_activate_ctrl()
705 int sigmadsp_attach(struct sigmadsp *sigmadsp, in sigmadsp_attach()
738 int sigmadsp_setup(struct sigmadsp *sigmadsp, unsigned int samplerate) in sigmadsp_setup()
782 void sigmadsp_reset(struct sigmadsp *sigmadsp) in sigmadsp_reset()
803 int sigmadsp_restrict_params(struct sigmadsp *sigmadsp, in sigmadsp_restrict_params()