Lines Matching refs:rt5668_priv

46 struct rt5668_priv {  struct
901 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_headset_detect()
948 struct rt5668_priv *rt5668 = data; in rt5668_irq()
958 struct rt5668_priv *rt5668 = container_of(work, struct rt5668_priv, in rt5668_jd_check_handler()
978 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_jack_detect()
1024 struct rt5668_priv *rt5668 = in rt5668_jack_detect_handler()
1025 container_of(work, struct rt5668_priv, jack_detect_work.work); in rt5668_jack_detect_handler()
1131 static int rt5668_div_sel(struct rt5668_priv *rt5668, in rt5668_div_sel()
1176 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in set_dmic_clk()
1193 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in set_filter_clk()
1924 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_hw_params()
2010 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_dai_fmt()
2094 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_component_sysclk()
2143 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_component_pll()
2201 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_bclk_ratio()
2227 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_set_bias_level()
2261 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_probe()
2270 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_remove()
2278 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_suspend()
2287 struct rt5668_priv *rt5668 = snd_soc_component_get_drvdata(component); in rt5668_resume()
2387 static int rt5668_parse_dt(struct rt5668_priv *rt5668, struct device *dev) in rt5668_parse_dt()
2403 static void rt5668_calibrate(struct rt5668_priv *rt5668) in rt5668_calibrate()
2460 struct rt5668_priv *rt5668; in rt5668_i2c_probe()
2464 rt5668 = devm_kzalloc(&i2c->dev, sizeof(struct rt5668_priv), in rt5668_i2c_probe()
2603 struct rt5668_priv *rt5668 = i2c_get_clientdata(client); in rt5668_i2c_shutdown()