Searched defs:sigmadsp (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/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 | 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() [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 | 54 struct sigmadsp *sigmadsp; member
|
D | adau17x1.c | 999 static int adau17x1_safeload(struct sigmadsp *sigmadsp, unsigned int addr, in adau17x1_safeload()
|