Lines Matching refs:rt1308_priv
49 struct rt1308_priv { struct
199 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_reg_init()
457 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_hw_params()
524 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_set_dai_fmt()
580 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_set_component_sysclk()
621 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_set_component_pll()
690 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_probe()
699 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_remove()
707 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_suspend()
717 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_resume()
806 static void rt1308_efuse(struct rt1308_priv *rt1308) in rt1308_efuse()
820 struct rt1308_priv *rt1308; in rt1308_i2c_probe()
824 rt1308 = devm_kzalloc(&i2c->dev, sizeof(struct rt1308_priv), in rt1308_i2c_probe()
856 struct rt1308_priv *rt1308 = i2c_get_clientdata(client); in rt1308_i2c_shutdown()