Searched defs:sigmadsp (Results 1 – 7 of 7) sorted by relevance
/linux-5.10/sound/soc/codecs/ |
D | sigmadsp.h | 26 struct sigmadsp { struct 27 const struct sigmadsp_ops *ops; argument 45 struct sigmadsp *devm_sigmadsp_init(struct device *dev, argument
|
D | sigmadsp.c | 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() [all …]
|
D | sigmadsp-regmap.c | 43 struct sigmadsp *sigmadsp; in devm_sigmadsp_init_regmap() local
|
D | sigmadsp-i2c.c | 80 struct sigmadsp *sigmadsp; in devm_sigmadsp_init_i2c() local
|
D | adau1701.c | 118 struct sigmadsp *sigmadsp; member 256 static int adau1701_safeload(struct sigmadsp *sigmadsp, unsigned int addr, in adau1701_safeload()
|
D | adau17x1.h | 53 struct sigmadsp *sigmadsp; member
|
D | adau17x1.c | 978 static int adau17x1_safeload(struct sigmadsp *sigmadsp, unsigned int addr, in adau17x1_safeload()
|