Lines Matching refs:rt5682_priv

46 struct rt5682_priv {  struct
906 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_headset_detect()
953 struct rt5682_priv *rt5682 = data; in rt5682_irq()
963 struct rt5682_priv *rt5682 = container_of(work, struct rt5682_priv, in rt5682_jd_check_handler()
983 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_jack_detect()
1029 struct rt5682_priv *rt5682 = in rt5682_jack_detect_handler()
1030 container_of(work, struct rt5682_priv, jack_detect_work.work); in rt5682_jack_detect_handler()
1136 static int rt5682_div_sel(struct rt5682_priv *rt5682, in rt5682_div_sel()
1181 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in set_dmic_clk()
1198 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in set_filter_clk()
1968 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_hw_params()
2054 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_dai_fmt()
2138 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_component_sysclk()
2187 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_component_pll()
2245 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_bclk_ratio()
2271 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_bias_level()
2305 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_probe()
2314 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_remove()
2322 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_suspend()
2331 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_resume()
2431 static int rt5682_parse_dt(struct rt5682_priv *rt5682, struct device *dev) in rt5682_parse_dt()
2447 static void rt5682_calibrate(struct rt5682_priv *rt5682) in rt5682_calibrate()
2504 struct rt5682_priv *rt5682; in rt5682_i2c_probe()
2508 rt5682 = devm_kzalloc(&i2c->dev, sizeof(struct rt5682_priv), in rt5682_i2c_probe()
2646 struct rt5682_priv *rt5682 = i2c_get_clientdata(client); in rt5682_i2c_shutdown()