Lines Matching refs:rt715
121 struct rt715_sdca_priv *rt715 = dev_get_drvdata(&slave->dev); in rt715_sdca_update_status() local
124 rt715->status = status; in rt715_sdca_update_status()
130 if (rt715->hw_init || rt715->status != SDW_SLAVE_ATTACHED) in rt715_sdca_update_status()
207 struct rt715_sdca_priv *rt715 = dev_get_drvdata(dev); in rt715_dev_suspend() local
209 if (!rt715->hw_init) in rt715_dev_suspend()
212 regcache_cache_only(rt715->regmap, true); in rt715_dev_suspend()
213 regcache_mark_dirty(rt715->regmap); in rt715_dev_suspend()
214 regcache_cache_only(rt715->mbq_regmap, true); in rt715_dev_suspend()
215 regcache_mark_dirty(rt715->mbq_regmap); in rt715_dev_suspend()
225 struct rt715_sdca_priv *rt715 = dev_get_drvdata(dev); in rt715_dev_resume() local
228 if (!rt715->first_hw_init) in rt715_dev_resume()
243 regcache_cache_only(rt715->regmap, false); in rt715_dev_resume()
244 regcache_sync_region(rt715->regmap, in rt715_dev_resume()
249 regcache_cache_only(rt715->mbq_regmap, false); in rt715_dev_resume()
250 regcache_sync_region(rt715->mbq_regmap, 0x2000000, 0x61020ff); in rt715_dev_resume()
251 regcache_sync_region(rt715->mbq_regmap, in rt715_dev_resume()