Lines Matching refs:rt715
122 struct rt715_sdca_priv *rt715 = dev_get_drvdata(&slave->dev); in rt715_sdca_update_status() local
128 if (rt715->hw_init || status != SDW_SLAVE_ATTACHED) in rt715_sdca_update_status()
210 struct rt715_sdca_priv *rt715 = dev_get_drvdata(dev); in rt715_dev_suspend() local
212 if (!rt715->hw_init) in rt715_dev_suspend()
215 regcache_cache_only(rt715->regmap, true); in rt715_dev_suspend()
216 regcache_mark_dirty(rt715->regmap); in rt715_dev_suspend()
217 regcache_cache_only(rt715->mbq_regmap, true); in rt715_dev_suspend()
218 regcache_mark_dirty(rt715->mbq_regmap); in rt715_dev_suspend()
228 struct rt715_sdca_priv *rt715 = dev_get_drvdata(dev); in rt715_dev_resume() local
231 if (!rt715->first_hw_init) in rt715_dev_resume()
248 regcache_cache_only(rt715->regmap, false); in rt715_dev_resume()
249 regcache_sync_region(rt715->regmap, in rt715_dev_resume()
254 regcache_cache_only(rt715->mbq_regmap, false); in rt715_dev_resume()
255 regcache_sync_region(rt715->mbq_regmap, 0x2000000, 0x61020ff); in rt715_dev_resume()
256 regcache_sync_region(rt715->mbq_regmap, in rt715_dev_resume()