Lines Matching refs:rt1308_priv
47 struct rt1308_priv { struct
197 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_reg_init()
455 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_hw_params()
522 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_set_dai_fmt()
578 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_set_component_sysclk()
619 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_set_component_pll()
688 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_probe()
697 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_remove()
705 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_suspend()
715 struct rt1308_priv *rt1308 = snd_soc_component_get_drvdata(component); in rt1308_resume()
803 static void rt1308_efuse(struct rt1308_priv *rt1308) in rt1308_efuse()
816 struct rt1308_priv *rt1308; in rt1308_i2c_probe()
820 rt1308 = devm_kzalloc(&i2c->dev, sizeof(struct rt1308_priv), in rt1308_i2c_probe()
852 struct rt1308_priv *rt1308 = i2c_get_clientdata(client); in rt1308_i2c_shutdown()