Lines Matching defs:tfa9879
3 // tfa9879.c -- driver for NXP Semiconductors TFA9879
16 #include "tfa9879.h"
28 struct tfa9879_priv *tfa9879 = snd_soc_component_get_drvdata(component);
84 if (tfa9879->lsb_justified)
110 struct tfa9879_priv *tfa9879 = snd_soc_component_get_drvdata(component);
134 tfa9879->lsb_justified = 0;
138 tfa9879->lsb_justified = 0;
142 tfa9879->lsb_justified = 1;
265 .name = "tfa9879-hifi",
277 struct tfa9879_priv *tfa9879;
280 tfa9879 = devm_kzalloc(&i2c->dev, sizeof(*tfa9879), GFP_KERNEL);
281 if (!tfa9879)
284 i2c_set_clientdata(i2c, tfa9879);
286 tfa9879->regmap = devm_regmap_init_i2c(i2c, &tfa9879_regmap);
287 if (IS_ERR(tfa9879->regmap))
288 return PTR_ERR(tfa9879->regmap);
292 regmap_write(tfa9879->regmap,
300 { "tfa9879", 0 },
306 { .compatible = "nxp,tfa9879", },
313 .name = "tfa9879",