Lines Matching refs:tas2764_priv
28 struct tas2764_priv { struct
42 static void tas2764_reset(struct tas2764_priv *tas2764) in tas2764_reset() argument
56 static int tas2764_update_pwr_ctrl(struct tas2764_priv *tas2764) in tas2764_update_pwr_ctrl()
79 struct tas2764_priv *tas2764 = snd_soc_component_get_drvdata(component); in tas2764_codec_suspend()
100 struct tas2764_priv *tas2764 = snd_soc_component_get_drvdata(component); in tas2764_codec_resume()
137 struct tas2764_priv *tas2764 = snd_soc_component_get_drvdata(component); in tas2764_dac_event()
192 struct tas2764_priv *tas2764 = in tas2764_mute()
199 static int tas2764_set_bitwidth(struct tas2764_priv *tas2764, int bitwidth) in tas2764_set_bitwidth()
262 static int tas2764_set_samplerate(struct tas2764_priv *tas2764, int samplerate) in tas2764_set_samplerate()
304 struct tas2764_priv *tas2764 = snd_soc_component_get_drvdata(component); in tas2764_hw_params()
317 struct tas2764_priv *tas2764 = snd_soc_component_get_drvdata(component); in tas2764_set_fmt()
380 struct tas2764_priv *tas2764 = snd_soc_component_get_drvdata(component); in tas2764_set_dai_tdm_slot()
481 struct tas2764_priv *tas2764 = snd_soc_component_get_drvdata(component); in tas2764_codec_probe()
567 static int tas2764_parse_dt(struct device *dev, struct tas2764_priv *tas2764) in tas2764_parse_dt()
604 struct tas2764_priv *tas2764; in tas2764_i2c_probe()
607 tas2764 = devm_kzalloc(&client->dev, sizeof(struct tas2764_priv), in tas2764_i2c_probe()