Home
last modified time | relevance | path

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

12345678

/linux/sound/soc/tegra/
H A Dtegra210_ope.c379 regcache_sync(ope->regmap); in tegra210_ope_runtime_resume()
380 regcache_sync(ope->peq_regmap); in tegra210_ope_runtime_resume()
381 regcache_sync(ope->mbdrc_regmap); in tegra210_ope_runtime_resume()
H A Dtegra20_spdif.c62 ret = regcache_sync(spdif->regmap); in tegra20_spdif_runtime_resume()
/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.c421 int regcache_sync(struct regmap *map) in regcache_sync() function
508 EXPORT_SYMBOL_GPL(regcache_sync);
/linux/sound/soc/codecs/
H A Drt711-sdca-sdw.c465 regcache_sync(rt711->regmap); in rt711_sdca_dev_resume()
467 regcache_sync(rt711->mbq_regmap); in rt711_sdca_dev_resume()
H A Drt721-sdca-sdw.c516 ret = regcache_sync(rt721->regmap); in rt721_sdca_dev_resume()
523 ret = regcache_sync(rt721->mbq_regmap); in rt721_sdca_dev_resume()
H A Drt712-sdca-sdw.c477 ret = regcache_sync(rt712->regmap); in rt712_sdca_dev_resume()
484 ret = regcache_sync(rt712->mbq_regmap); in rt712_sdca_dev_resume()
H A Dcs42l42-sdw.c297 ret = regcache_sync(cs42l42->regmap); in cs42l42_sdw_init()
488 ret = regcache_sync(cs42l42->regmap); in cs42l42_sdw_runtime_resume()
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 Dwm8728.c176 regcache_sync(wm8728->regmap); in wm8728_set_bias_level()
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 Dsta529.c167 regcache_sync(sta529->regmap); in sta529_set_bias_level()
H A Djz4740.c228 regcache_sync(regmap); in jz4740_codec_wakeup()
H A Dcs4349.c343 ret = regcache_sync(cs4349->regmap); in cs4349_runtime_resume()
H A Dtas2770.c85 regcache_sync(tas2770->regmap); in tas2770_codec_suspend()
111 return regcache_sync(tas2770->regmap); in tas2770_codec_resume()
H A Drt5682-sdw.c414 ret = regcache_sync(rt5682->regmap); in rt5682_io_init()
789 ret = regcache_sync(rt5682->regmap); in rt5682_dev_resume()
H A Dwm8711.c311 regcache_sync(wm8711->regmap); in wm8711_set_bias_level()
H A Dssm4567.c362 regcache_sync(ssm4567->regmap); in ssm4567_set_power()
H A Dmax98363.c103 ret = regcache_sync(max98363->regmap); in max98363_resume()
H A Dwm8776.c345 regcache_sync(wm8776->regmap); in wm8776_set_bias_level()
/linux/sound/soc/loongson/
H A Dloongson_i2s.c268 return regcache_sync(i2s->regmap); in i2s_resume()
/linux/sound/soc/sdca/
H A Dsdca_class.c255 ret = regcache_sync(drv->dev_regmap); in class_runtime_resume()
/linux/sound/soc/fsl/
H A Dfsl_aud2htx.c284 regcache_sync(aud2htx->regmap); in fsl_aud2htx_runtime_resume()
/linux/drivers/regulator/
H A Drt6160-regulator.c69 return regcache_sync(priv->regmap); in rt6160_enable()

12345678