Searched refs:regcache_sync (Results 1 – 25 of 256) sorted by relevance
1234567891011
/linux/sound/soc/tegra/ |
A D | tegra210_ope.c | 380 regcache_sync(ope->regmap); in tegra210_ope_runtime_resume() 381 regcache_sync(ope->peq_regmap); in tegra210_ope_runtime_resume() 382 regcache_sync(ope->mbdrc_regmap); in tegra210_ope_runtime_resume()
|
A D | tegra30_ahub.c | 87 ret = regcache_sync(ahub->regmap_apbif); in tegra30_ahub_runtime_resume() 91 ret = regcache_sync(ahub->regmap_ahub); in tegra30_ahub_runtime_resume()
|
/linux/drivers/base/regmap/ |
A D | regmap-kunit.c | 949 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_marked_dirty() 998 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_after_cache_only() 1032 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_defaults_marked_dirty() 1050 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_defaults_marked_dirty() 1082 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_default_after_cache_only() 1097 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_default_after_cache_only() 1133 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_readonly() 1177 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_patch() 1301 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_drop_with_non_contiguous_ranges() 1376 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_drop_all_and_sync_marked_dirty() [all …]
|
A D | trace.h | 152 TRACE_EVENT(regcache_sync,
|
A D | regcache.c | 359 int regcache_sync(struct regmap *map) in regcache_sync() function 438 EXPORT_SYMBOL_GPL(regcache_sync);
|
/linux/drivers/mfd/ |
A D | adp5585.c | 167 return regcache_sync(adp5585->regmap); in adp5585_resume()
|
A D | madera-core.c | 329 ret = regcache_sync(madera->regmap); in madera_runtime_resume() 335 ret = regcache_sync(madera->regmap_32bit); in madera_runtime_resume()
|
A D | stpmic1.c | 202 ret = regcache_sync(pmic_dev->regmap); in stpmic1_resume()
|
/linux/sound/soc/codecs/ |
A D | rt711-sdca-sdw.c | 463 regcache_sync(rt711->regmap); in rt711_sdca_dev_resume() 465 regcache_sync(rt711->mbq_regmap); in rt711_sdca_dev_resume()
|
A D | rt722-sdca-sdw.c | 494 regcache_sync(rt722->regmap); in rt722_sdca_dev_resume() 496 regcache_sync(rt722->mbq_regmap); in rt722_sdca_dev_resume()
|
A D | rt712-sdca-sdw.c | 484 regcache_sync(rt712->regmap); in rt712_sdca_dev_resume() 486 regcache_sync(rt712->mbq_regmap); in rt712_sdca_dev_resume()
|
A D | cs42l42-sdw.c | 298 ret = regcache_sync(cs42l42->regmap); in cs42l42_sdw_init() 489 regcache_sync(cs42l42->regmap); in cs42l42_sdw_runtime_resume()
|
A D | cs4271.c | 529 ret = regcache_sync(cs4271->regmap); in cs4271_soc_resume() 582 ret = regcache_sync(cs4271->regmap); in cs4271_component_probe()
|
A D | tas2770.c | 84 regcache_sync(tas2770->regmap); in tas2770_codec_suspend() 110 return regcache_sync(tas2770->regmap); in tas2770_codec_resume()
|
A D | max9850.c | 237 ret = regcache_sync(max9850->regmap); in max9850_set_bias_level()
|
A D | wm8728.c | 176 regcache_sync(wm8728->regmap); in wm8728_set_bias_level()
|
A D | jz4740.c | 228 regcache_sync(regmap); in jz4740_codec_wakeup()
|
A D | sta529.c | 169 regcache_sync(sta529->regmap); in sta529_set_bias_level()
|
A D | tpa6130a2.c | 57 ret = regcache_sync(data->regmap); in tpa6130a2_power()
|
A D | cs4349.c | 345 regcache_sync(cs4349->regmap); in cs4349_runtime_resume()
|
A D | rt5682-sdw.c | 413 regcache_sync(rt5682->regmap); in rt5682_io_init() 788 regcache_sync(rt5682->regmap); in rt5682_dev_resume()
|
/linux/sound/soc/loongson/ |
A D | loongson_i2s.c | 265 return regcache_sync(i2s->regmap); in i2s_resume()
|
/linux/drivers/regulator/ |
A D | rt6245-regulator.c | 51 ret = regcache_sync(regmap); in rt6245_enable()
|
A D | rtq6752-regulator.c | 66 ret = regcache_sync(priv->regmap); in rtq6752_set_vdd_enable()
|
/linux/sound/soc/fsl/ |
A D | fsl_aud2htx.c | 285 regcache_sync(aud2htx->regmap); in fsl_aud2htx_runtime_resume()
|
Completed in 119 milliseconds
1234567891011