Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/codecs/
Dtfa989x.c57 struct tfa989x { struct
107 struct tfa989x *tfa989x = snd_soc_component_get_drvdata(component); in tfa989x_put_mode() local
109 gpiod_set_value_cansleep(tfa989x->rcv_gpiod, ucontrol->value.enumerated.item[0]); in tfa989x_put_mode()
122 struct tfa989x *tfa989x = snd_soc_component_get_drvdata(component); in tfa989x_probe() local
124 if (tfa989x->rev->rev == TFA9897_REVISION) in tfa989x_probe()
284 struct tfa989x *tfa989x = data; in tfa989x_regulator_disable() local
286 regulator_disable(tfa989x->vddd_supply); in tfa989x_regulator_disable()
293 struct tfa989x *tfa989x; in tfa989x_i2c_probe() local
304 tfa989x = devm_kzalloc(dev, sizeof(*tfa989x), GFP_KERNEL); in tfa989x_i2c_probe()
305 if (!tfa989x) in tfa989x_i2c_probe()
[all …]
DMakefile252 snd-soc-tfa989x-objs := tfa989x.o
600 obj-$(CONFIG_SND_SOC_TFA989X) += snd-soc-tfa989x.o
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dnxp,tfa989x.yaml4 $id: http://devicetree.org/schemas/sound/nxp,tfa989x.yaml#
/linux-5.19.10/
DMAINTAINERS14463 F: Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml
14464 F: sound/soc/codecs/tfa989x.c