Home
last modified time | relevance | path

Searched defs:sigmadsp (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/sound/soc/codecs/
Dsigmadsp.h26 struct sigmadsp { struct
27 const struct sigmadsp_ops *ops; argument
45 struct sigmadsp *devm_sigmadsp_init(struct device *dev, argument
Dsigmadsp.c95 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 …]
Dsigmadsp-regmap.c43 struct sigmadsp *sigmadsp; in devm_sigmadsp_init_regmap() local
Dsigmadsp-i2c.c80 struct sigmadsp *sigmadsp; in devm_sigmadsp_init_i2c() local
Dadau1701.c118 struct sigmadsp *sigmadsp; member
256 static int adau1701_safeload(struct sigmadsp *sigmadsp, unsigned int addr, in adau1701_safeload()
Dadau17x1.h54 struct sigmadsp *sigmadsp; member
Dadau17x1.c999 static int adau17x1_safeload(struct sigmadsp *sigmadsp, unsigned int addr, in adau17x1_safeload()