Lines Matching refs:tas2770_priv
34 static void tas2770_reset(struct tas2770_priv *tas2770) in tas2770_reset()
48 static int tas2770_update_pwr_ctrl(struct tas2770_priv *tas2770) in tas2770_update_pwr_ctrl()
71 struct tas2770_priv *tas2770 = snd_soc_component_get_drvdata(component); in tas2770_codec_suspend()
97 struct tas2770_priv *tas2770 = snd_soc_component_get_drvdata(component); in tas2770_codec_resume()
134 struct tas2770_priv *tas2770 = in tas2770_dac_event()
164 struct tas2770_priv *tas2770 = snd_soc_component_get_drvdata(component); in sense_event()
212 struct tas2770_priv *tas2770 = in tas2770_mute()
219 static int tas2770_set_ivsense_transmit(struct tas2770_priv *tas2770, in tas2770_set_ivsense_transmit()
244 static int tas2770_set_pdm_transmit(struct tas2770_priv *tas2770, int slot) in tas2770_set_pdm_transmit()
257 static int tas2770_set_bitwidth(struct tas2770_priv *tas2770, int bitwidth) in tas2770_set_bitwidth()
289 static int tas2770_set_samplerate(struct tas2770_priv *tas2770, int samplerate) in tas2770_set_samplerate()
339 struct tas2770_priv *tas2770 = in tas2770_hw_params()
353 struct tas2770_priv *tas2770 = in tas2770_set_fmt()
534 static int tas2770_read_die_temp(struct tas2770_priv *tas2770, long *result) in tas2770_read_die_temp()
586 struct tas2770_priv *tas2770 = dev_get_drvdata(dev); in tas2770_hwmon_read()
620 struct tas2770_priv *tas2770 = in tas2770_codec_probe()
676 static int tas2770_register_codec(struct tas2770_priv *tas2770) in tas2770_register_codec()
766 static int tas2770_parse_dt(struct device *dev, struct tas2770_priv *tas2770) in tas2770_parse_dt()
806 struct tas2770_priv *tas2770; in tas2770_i2c_probe()
809 tas2770 = devm_kzalloc(&client->dev, sizeof(struct tas2770_priv), in tas2770_i2c_probe()