Lines Matching refs:tas2770_priv
35 static void tas2770_reset(struct tas2770_priv *tas2770) in tas2770_reset()
49 static int tas2770_update_pwr_ctrl(struct tas2770_priv *tas2770) in tas2770_update_pwr_ctrl()
72 struct tas2770_priv *tas2770 = snd_soc_component_get_drvdata(component); in tas2770_codec_suspend()
98 struct tas2770_priv *tas2770 = snd_soc_component_get_drvdata(component); in tas2770_codec_resume()
135 struct tas2770_priv *tas2770 = in tas2770_dac_event()
187 struct tas2770_priv *tas2770 = in tas2770_mute()
194 static int tas2770_set_bitwidth(struct tas2770_priv *tas2770, int bitwidth) in tas2770_set_bitwidth()
245 static int tas2770_set_samplerate(struct tas2770_priv *tas2770, int samplerate) in tas2770_set_samplerate()
295 struct tas2770_priv *tas2770 = in tas2770_hw_params()
309 struct tas2770_priv *tas2770 = in tas2770_set_fmt()
494 struct tas2770_priv *tas2770 = in tas2770_codec_probe()
534 static int tas2770_register_codec(struct tas2770_priv *tas2770) in tas2770_register_codec()
624 static int tas2770_parse_dt(struct device *dev, struct tas2770_priv *tas2770) in tas2770_parse_dt()
659 struct tas2770_priv *tas2770; in tas2770_i2c_probe()
662 tas2770 = devm_kzalloc(&client->dev, sizeof(struct tas2770_priv), in tas2770_i2c_probe()