Home
last modified time | relevance | path

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

123456

/linux/drivers/base/regmap/
H A Dregmap-kunit.c1056 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_marked_dirty()
1105 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_after_cache_only()
1139 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_defaults_marked_dirty()
1157 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_defaults_marked_dirty()
1189 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_default_after_cache_only()
1204 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_default_after_cache_only()
1240 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_readonly()
1284 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_patch()
1408 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_drop_with_non_contiguous_ranges()
1483 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_drop_all_and_sync_marked_dirty()
[all …]
H A Dregcache.c396 int regcache_sync(struct regmap *map) in regcache_sync() function
475 EXPORT_SYMBOL_GPL(regcache_sync);
/linux/sound/soc/codecs/
H A Dcs4271.c538 ret = regcache_sync(cs4271->regmap); in cs4271_soc_resume()
603 ret = regcache_sync(cs4271->regmap); in cs4271_component_probe()
H A Dmax9850.c238 ret = regcache_sync(max9850->regmap); in max9850_set_bias_level()
H A Dtpa6130a2.c54 ret = regcache_sync(data->regmap); in tpa6130a2_power()
H A Dtas2770.c85 regcache_sync(tas2770->regmap); in tas2770_codec_suspend()
111 return regcache_sync(tas2770->regmap); in tas2770_codec_resume()
H A Dsta529.c170 regcache_sync(sta529->regmap); in sta529_set_bias_level()
H A Djz4740.c228 regcache_sync(regmap); in jz4740_codec_wakeup()
H A Drt5682-sdw.c413 regcache_sync(rt5682->regmap); in rt5682_io_init()
785 regcache_sync(rt5682->regmap); in rt5682_dev_resume()
H A Dssm4567.c362 regcache_sync(ssm4567->regmap); in ssm4567_set_power()
H A Dmax98363.c112 regcache_sync(max98363->regmap); in max98363_resume()
H A Drt712-sdca-dmic.c929 regcache_sync(rt712->regmap); in rt712_sdca_dmic_dev_resume()
931 regcache_sync(rt712->mbq_regmap); in rt712_sdca_dmic_dev_resume()
H A Dml26124.c481 regcache_sync(priv->regmap); in ml26124_set_bias_level()
H A Drt9123.c458 ret = regcache_sync(regmap); in rt9123_runtime_resume()
H A Dak5558.c375 ret = regcache_sync(ak5558->regmap); in ak5558_runtime_resume()
H A Dwm9090.c486 regcache_sync(wm9090->regmap); in wm9090_set_bias_level()
H A Dmax98373-i2c.c495 regcache_sync(max98373->regmap); in max98373_resume()
H A Drt5514.c418 regcache_sync(rt5514->regmap); in rt5514_dsp_voice_wake_up_put()
1081 regcache_sync(rt5514->regmap); in rt5514_set_bias_level()
/linux/drivers/regulator/
H A Drt6245-regulator.c51 ret = regcache_sync(regmap); in rt6245_enable()
H A Drt6160-regulator.c69 return regcache_sync(priv->regmap); in rt6160_enable()
H A Drt6190-regulator.c470 return regcache_sync(regmap); in rt6190_runtime_resume()
H A Drtmv20-regulator.c82 ret = regcache_sync(priv->regmap); in rtmv20_lsw_enable()
/linux/sound/soc/loongson/
H A Dloongson_i2s.c267 return regcache_sync(i2s->regmap); in i2s_resume()
/linux/drivers/hwmon/
H A Dmax6621.c513 ret = regcache_sync(data->regmap); in max6621_probe()
/linux/drivers/clk/
H A Dclk-si521xx.c361 ret = regcache_sync(si->regmap); in si521xx_resume()

123456