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;
264 .name = "tfa9879-hifi",
276 struct tfa9879_priv *tfa9879;
279 tfa9879 = devm_kzalloc(&i2c->dev, sizeof(*tfa9879), GFP_KERNEL);
280 if (!tfa9879)
283 i2c_set_clientdata(i2c, tfa9879);
285 tfa9879->regmap = devm_regmap_init_i2c(i2c, &tfa9879_regmap);
286 if (IS_ERR(tfa9879->regmap))
287 return PTR_ERR(tfa9879->regmap);
291 regmap_write(tfa9879->regmap,
299 { "tfa9879", 0 },
305 { .compatible = "nxp,tfa9879", },
312 .name = "tfa9879",