Lines Matching refs:rt5668_priv
42 struct rt5668_priv { struct
898 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_headset_detect()
945 struct rt5668_priv *rt5668 = data; in rt5668_irq()
955 struct rt5668_priv *rt5668 = container_of(work, struct rt5668_priv, in rt5668_jd_check_handler()
975 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_jack_detect()
1021 struct rt5668_priv *rt5668 = in rt5668_jack_detect_handler()
1022 container_of(work, struct rt5668_priv, jack_detect_work.work); in rt5668_jack_detect_handler()
1130 static int rt5668_div_sel(struct rt5668_priv *rt5668, in rt5668_div_sel()
1175 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in set_dmic_clk()
1192 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in set_filter_clk()
1923 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_hw_params()
2009 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_dai_fmt()
2093 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_component_sysclk()
2142 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_component_pll()
2200 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_bclk_ratio()
2226 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_bias_level()
2260 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_probe()
2269 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_remove()
2277 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_suspend()
2286 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_resume()
2386 static int rt5668_parse_dt(struct rt5668_priv *rt5668, struct device *dev) in rt5668_parse_dt()
2399 static void rt5668_calibrate(struct rt5668_priv *rt5668) in rt5668_calibrate()
2455 struct rt5668_priv *rt5668; in rt5668_i2c_probe()
2459 rt5668 = devm_kzalloc(&i2c->dev, sizeof(struct rt5668_priv), in rt5668_i2c_probe()
2593 struct rt5668_priv *rt5668 = i2c_get_clientdata(client); in rt5668_i2c_shutdown()