Lines Matching refs:rt5682_priv

49 struct rt5682_priv {  struct
909 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_headset_detect()
966 struct rt5682_priv *rt5682 = data; in rt5682_irq()
976 struct rt5682_priv *rt5682 = container_of(work, struct rt5682_priv, in rt5682_jd_check_handler()
996 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_jack_detect()
1050 struct rt5682_priv *rt5682 = in rt5682_jack_detect_handler()
1051 container_of(work, struct rt5682_priv, jack_detect_work.work); in rt5682_jack_detect_handler()
1153 static int rt5682_div_sel(struct rt5682_priv *rt5682, in rt5682_div_sel()
1198 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in set_dmic_clk()
1215 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in set_filter_clk()
1998 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_hw_params()
2084 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_dai_fmt()
2168 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_component_sysclk()
2217 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_component_pll()
2275 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_bclk_ratio()
2301 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_set_bias_level()
2332 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_probe()
2341 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_remove()
2349 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_suspend()
2358 struct rt5682_priv *rt5682 = snd_soc_component_get_drvdata(component); in rt5682_resume()
2461 static int rt5682_parse_dt(struct rt5682_priv *rt5682, struct device *dev) in rt5682_parse_dt()
2477 static void rt5682_calibrate(struct rt5682_priv *rt5682) in rt5682_calibrate()
2532 struct rt5682_priv *rt5682; in rt5682_i2c_probe()
2536 rt5682 = devm_kzalloc(&i2c->dev, sizeof(struct rt5682_priv), in rt5682_i2c_probe()
2680 struct rt5682_priv *rt5682 = i2c_get_clientdata(client); in rt5682_i2c_shutdown()