Home
last modified time | relevance | path

Searched refs:tfa989x (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/sound/soc/codecs/
H A Dtfa989x.c59 struct tfa989x { struct
109 struct tfa989x *tfa989x = snd_soc_component_get_drvdata(component); in tfa989x_put_mode() local
124 struct tfa989x *tfa989x = snd_soc_component_get_drvdata(component); in tfa989x_probe() local
312 struct tfa989x *tfa989x = data; in tfa989x_regulator_disable() local
321 struct tfa989x *tfa989x; in tfa989x_i2c_probe() local
332 tfa989x = devm_kzalloc(dev, sizeof(*tfa989x), GFP_KERNEL); in tfa989x_i2c_probe()
333 if (!tfa989x) in tfa989x_i2c_probe()
336 tfa989x->rev = rev; in tfa989x_i2c_probe()
337 i2c_set_clientdata(i2c, tfa989x); in tfa989x_i2c_probe()
340 if (IS_ERR(tfa989x->vddd_supply)) in tfa989x_i2c_probe()
[all …]
H A DMakefile311 snd-soc-tfa989x-y := tfa989x.o
726 obj-$(CONFIG_SND_SOC_TFA989X) += snd-soc-tfa989x.o
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dnxp,tfa989x.yaml4 $id: http://devicetree.org/schemas/sound/nxp,tfa989x.yaml#
/linux-6.15/
H A DMAINTAINERS17738 F: Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml
17739 F: sound/soc/codecs/tfa989x.c