| /linux/drivers/base/regmap/ |
| H A D | regmap-kunit.c | 1056 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 D | regcache.c | 396 int regcache_sync(struct regmap *map) in regcache_sync() function 475 EXPORT_SYMBOL_GPL(regcache_sync);
|
| /linux/sound/soc/codecs/ |
| H A D | cs4271.c | 538 ret = regcache_sync(cs4271->regmap); in cs4271_soc_resume() 603 ret = regcache_sync(cs4271->regmap); in cs4271_component_probe()
|
| H A D | max9850.c | 238 ret = regcache_sync(max9850->regmap); in max9850_set_bias_level()
|
| H A D | tpa6130a2.c | 54 ret = regcache_sync(data->regmap); in tpa6130a2_power()
|
| H A D | tas2770.c | 85 regcache_sync(tas2770->regmap); in tas2770_codec_suspend() 111 return regcache_sync(tas2770->regmap); in tas2770_codec_resume()
|
| H A D | sta529.c | 170 regcache_sync(sta529->regmap); in sta529_set_bias_level()
|
| H A D | jz4740.c | 228 regcache_sync(regmap); in jz4740_codec_wakeup()
|
| H A D | rt5682-sdw.c | 413 regcache_sync(rt5682->regmap); in rt5682_io_init() 785 regcache_sync(rt5682->regmap); in rt5682_dev_resume()
|
| H A D | ssm4567.c | 362 regcache_sync(ssm4567->regmap); in ssm4567_set_power()
|
| H A D | max98363.c | 112 regcache_sync(max98363->regmap); in max98363_resume()
|
| H A D | rt712-sdca-dmic.c | 929 regcache_sync(rt712->regmap); in rt712_sdca_dmic_dev_resume() 931 regcache_sync(rt712->mbq_regmap); in rt712_sdca_dmic_dev_resume()
|
| H A D | ml26124.c | 481 regcache_sync(priv->regmap); in ml26124_set_bias_level()
|
| H A D | rt9123.c | 458 ret = regcache_sync(regmap); in rt9123_runtime_resume()
|
| H A D | ak5558.c | 375 ret = regcache_sync(ak5558->regmap); in ak5558_runtime_resume()
|
| H A D | wm9090.c | 486 regcache_sync(wm9090->regmap); in wm9090_set_bias_level()
|
| H A D | max98373-i2c.c | 495 regcache_sync(max98373->regmap); in max98373_resume()
|
| H A D | rt5514.c | 418 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 D | rt6245-regulator.c | 51 ret = regcache_sync(regmap); in rt6245_enable()
|
| H A D | rt6160-regulator.c | 69 return regcache_sync(priv->regmap); in rt6160_enable()
|
| H A D | rt6190-regulator.c | 470 return regcache_sync(regmap); in rt6190_runtime_resume()
|
| H A D | rtmv20-regulator.c | 82 ret = regcache_sync(priv->regmap); in rtmv20_lsw_enable()
|
| /linux/sound/soc/loongson/ |
| H A D | loongson_i2s.c | 267 return regcache_sync(i2s->regmap); in i2s_resume()
|
| /linux/drivers/hwmon/ |
| H A D | max6621.c | 513 ret = regcache_sync(data->regmap); in max6621_probe()
|
| /linux/drivers/clk/ |
| H A D | clk-si521xx.c | 361 ret = regcache_sync(si->regmap); in si521xx_resume()
|