Searched refs:regcache_sync (Results 1 - 25 of 248) sorted by relevance

12345678910

/linux-master/sound/soc/tegra/
H A Dtegra210_ope.c380 regcache_sync(ope->regmap);
381 regcache_sync(ope->peq_regmap);
382 regcache_sync(ope->mbdrc_regmap);
H A Dtegra30_ahub.c87 ret = regcache_sync(ahub->regmap_apbif);
91 ret = regcache_sync(ahub->regmap_ahub);
/linux-master/sound/soc/codecs/
H A Dcs42l42-sdw.c298 ret = regcache_sync(cs42l42->regmap);
361 * using regcache_sync().
489 regcache_sync(cs42l42->regmap);
H A Drt712-sdca-sdw.c464 regcache_sync(rt712->regmap);
466 regcache_sync(rt712->mbq_regmap);
H A Drt722-sdca-sdw.c492 regcache_sync(rt722->regmap);
494 regcache_sync(rt722->mbq_regmap);
H A Drt711-sdca-sdw.c463 regcache_sync(rt711->regmap);
465 regcache_sync(rt711->mbq_regmap);
H A Dmax9850.c237 ret = regcache_sync(max9850->regmap);
H A Dtpa6130a2.c57 ret = regcache_sync(data->regmap);
H A Dsta529.c169 regcache_sync(sta529->regmap);
H A Djz4740.c228 regcache_sync(regmap);
H A Dwm8728.c176 regcache_sync(wm8728->regmap);
H A Dcs4349.c345 regcache_sync(cs4349->regmap);
H A Dtas2770.c86 regcache_sync(tas2770->regmap);
112 return regcache_sync(tas2770->regmap);
H A Dcs4271.c529 ret = regcache_sync(cs4271->regmap);
582 ret = regcache_sync(cs4271->regmap);
/linux-master/drivers/base/regmap/
H A Dtrace.h152 TRACE_EVENT(regcache_sync,
H A Dinternal.h259 int regcache_sync(struct regmap *map);
H A Dregmap-kunit.c674 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map));
711 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map));
752 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map));
799 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map));
939 KUNIT_ASSERT_EQ(test, 0, regcache_sync(map));
948 KUNIT_ASSERT_EQ(test, 0, regcache_sync(map));
1336 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map));
H A Dregcache.c345 * regcache_sync - Sync the register cache with the hardware.
355 int regcache_sync(struct regmap *map) function
434 EXPORT_SYMBOL_GPL(regcache_sync); variable
555 * on resume, regcache_sync() knows to write out all non-default values
558 * If this function is not called, regcache_sync() will assume that
/linux-master/drivers/regulator/
H A Drt6160-regulator.c65 return regcache_sync(priv->regmap);
H A Drt6245-regulator.c51 ret = regcache_sync(regmap);
H A Drtq6752-regulator.c66 ret = regcache_sync(priv->regmap);
/linux-master/sound/soc/loongson/
H A Dloongson_i2s.c262 ret = regcache_sync(i2s->regmap);
/linux-master/sound/soc/fsl/
H A Dfsl_aud2htx.c285 regcache_sync(aud2htx->regmap);
/linux-master/drivers/mfd/
H A Dstpmic1.c202 ret = regcache_sync(pmic_dev->regmap);
H A Dmadera-core.c329 ret = regcache_sync(madera->regmap);
335 ret = regcache_sync(madera->regmap_32bit);

Completed in 184 milliseconds

12345678910