Home
last modified time | relevance | path

Searched refs:regcache_sync (Results 1 – 25 of 245) sorted by relevance

12345678910

/Linux-v6.6/sound/soc/tegra/
Dtegra210_ope.c381 regcache_sync(ope->regmap); in tegra210_ope_runtime_resume()
382 regcache_sync(ope->peq_regmap); in tegra210_ope_runtime_resume()
383 regcache_sync(ope->mbdrc_regmap); in tegra210_ope_runtime_resume()
Dtegra30_ahub.c87 ret = regcache_sync(ahub->regmap_apbif); in tegra30_ahub_runtime_resume()
91 ret = regcache_sync(ahub->regmap_ahub); in tegra30_ahub_runtime_resume()
/Linux-v6.6/sound/soc/codecs/
Drt712-sdca-sdw.c463 regcache_sync(rt712->regmap); in rt712_sdca_dev_resume()
465 regcache_sync(rt712->mbq_regmap); in rt712_sdca_dev_resume()
Drt722-sdca-sdw.c489 regcache_sync(rt722->regmap); in rt722_sdca_dev_resume()
491 regcache_sync(rt722->mbq_regmap); in rt722_sdca_dev_resume()
Drt711-sdca-sdw.c463 regcache_sync(rt711->regmap); in rt711_sdca_dev_resume()
465 regcache_sync(rt711->mbq_regmap); in rt711_sdca_dev_resume()
Dcs42l42-sdw.c298 ret = regcache_sync(cs42l42->regmap); in cs42l42_sdw_init()
489 regcache_sync(cs42l42->regmap); in cs42l42_sdw_runtime_resume()
Dtas2770.c86 regcache_sync(tas2770->regmap); in tas2770_codec_suspend()
112 return regcache_sync(tas2770->regmap); in tas2770_codec_resume()
Dmax9850.c237 ret = regcache_sync(max9850->regmap); in max9850_set_bias_level()
Dwm8728.c176 regcache_sync(wm8728->regmap); in wm8728_set_bias_level()
Dcs4271.c535 ret = regcache_sync(cs4271->regmap); in cs4271_soc_resume()
595 ret = regcache_sync(cs4271->regmap); in cs4271_component_probe()
Dsta529.c169 regcache_sync(sta529->regmap); in sta529_set_bias_level()
Dtpa6130a2.c57 ret = regcache_sync(data->regmap); in tpa6130a2_power()
Djz4740.c228 regcache_sync(regmap); in jz4740_codec_wakeup()
Dcs4349.c346 regcache_sync(cs4349->regmap); in cs4349_runtime_resume()
Drt5682-sdw.c413 regcache_sync(rt5682->regmap); in rt5682_io_init()
788 regcache_sync(rt5682->regmap); in rt5682_dev_resume()
/Linux-v6.6/drivers/base/regmap/
Dregmap-kunit.c649 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync()
686 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_defaults()
727 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_readonly()
774 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_patch()
1192 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in raw_sync()
Dtrace.h152 TRACE_EVENT(regcache_sync,
Dregcache.c348 int regcache_sync(struct regmap *map) in regcache_sync() function
403 EXPORT_SYMBOL_GPL(regcache_sync);
Dinternal.h258 int regcache_sync(struct regmap *map);
/Linux-v6.6/drivers/mfd/
Dmadera-core.c329 ret = regcache_sync(madera->regmap); in madera_runtime_resume()
335 ret = regcache_sync(madera->regmap_32bit); in madera_runtime_resume()
Dstpmic1.c202 ret = regcache_sync(pmic_dev->regmap); in stpmic1_resume()
/Linux-v6.6/drivers/regulator/
Drt6245-regulator.c51 ret = regcache_sync(regmap); in rt6245_enable()
Drtq6752-regulator.c66 ret = regcache_sync(priv->regmap); in rtq6752_set_vdd_enable()
/Linux-v6.6/sound/soc/loongson/
Dloongson_i2s.c262 ret = regcache_sync(i2s->regmap); in i2s_resume()
/Linux-v6.6/sound/soc/fsl/
Dfsl_aud2htx.c286 regcache_sync(aud2htx->regmap); in fsl_aud2htx_runtime_resume()

12345678910