Searched defs:sigmadsp (Results 1 – 7 of 7) sorted by relevance
/linux/sound/soc/codecs/ |
A D | sigmadsp.h | 26 struct sigmadsp { struct 27 const struct sigmadsp_ops *ops; argument 45 struct sigmadsp *devm_sigmadsp_init(struct device *dev, argument
|
A D | sigmadsp.c | 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() 262 static int sigma_fw_load_data(struct sigmadsp *sigmadsp, in sigma_fw_load_data() 320 static int sigmadsp_fw_load_v2(struct sigmadsp *sigmadsp, in sigmadsp_fw_load_v2() 436 static int sigmadsp_fw_load_v1(struct sigmadsp *sigmadsp, in sigmadsp_fw_load_v1() 582 struct sigmadsp *sigmadsp; in devm_sigmadsp_init() local 717 int sigmadsp_attach(struct sigmadsp *sigmadsp, in sigmadsp_attach() 794 void sigmadsp_reset(struct sigmadsp *sigmadsp) in sigmadsp_reset() [all …]
|
A D | sigmadsp-regmap.c | 43 struct sigmadsp *sigmadsp; in devm_sigmadsp_init_regmap() local
|
A D | sigmadsp-i2c.c | 80 struct sigmadsp *sigmadsp; in devm_sigmadsp_init_i2c() local
|
A D | adau1701.c | 118 struct sigmadsp *sigmadsp; member 256 static int adau1701_safeload(struct sigmadsp *sigmadsp, unsigned int addr, in adau1701_safeload()
|
A D | adau17x1.h | 53 struct sigmadsp *sigmadsp; member
|
A D | adau17x1.c | 987 static int adau17x1_safeload(struct sigmadsp *sigmadsp, unsigned int addr, in adau17x1_safeload()
|
Completed in 13 milliseconds