Searched refs:regcache_sync (Results 1 - 25 of 421) sorted by relevance
12345678910>>...17
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra210_ope.c | 381 regcache_sync(ope->regmap); in tegra210_ope_runtime_resume() 382 regcache_sync(ope->peq_regmap); in tegra210_ope_runtime_resume() 383 regcache_sync(ope->mbdrc_regmap); in tegra210_ope_runtime_resume()
|
H 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()
|
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap-kunit.c | 666 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync() 703 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_defaults() 744 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_readonly() 791 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in cache_sync_patch() 1215 KUNIT_EXPECT_EQ(test, 0, regcache_sync(map)); in raw_sync()
|
H A D | trace.h | 152 TRACE_EVENT(regcache_sync,
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | madera-core.c | 309 ret = regcache_sync(madera->regmap); in madera_runtime_resume() 315 ret = regcache_sync(madera->regmap_32bit); in madera_runtime_resume()
|
H A D | stpmic1.c | 182 ret = regcache_sync(pmic_dev->regmap); in stpmic1_resume()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tas2770.c | 86 regcache_sync(tas2770->regmap); in tas2770_codec_suspend() 112 return regcache_sync(tas2770->regmap); in tas2770_codec_resume()
|
H A D | jz4740.c | 229 regcache_sync(regmap); in jz4740_codec_wakeup()
|
H A D | max9850.c | 237 ret = regcache_sync(max9850->regmap); in max9850_set_bias_level()
|
H A D | wm8728.c | 176 regcache_sync(wm8728->regmap); in wm8728_set_bias_level()
|
H A D | tpa6130a2.c | 57 ret = regcache_sync(data->regmap); in tpa6130a2_power()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H 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()
|
H A D | stpmic1.c | 202 ret = regcache_sync(pmic_dev->regmap); in stpmic1_resume()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cs42l42-sdw.c | 298 ret = regcache_sync(cs42l42->regmap); in cs42l42_sdw_init() 361 * using regcache_sync(). in cs42l42_sdw_update_status() 489 regcache_sync(cs42l42->regmap); in cs42l42_sdw_runtime_resume()
|
H A D | rt712-sdca-sdw.c | 463 regcache_sync(rt712->regmap); in rt712_sdca_dev_resume() 465 regcache_sync(rt712->mbq_regmap); in rt712_sdca_dev_resume()
|
H A D | tas2770.c | 86 regcache_sync(tas2770->regmap); in tas2770_codec_suspend() 112 return regcache_sync(tas2770->regmap); in tas2770_codec_resume()
|
H 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()
|
H A D | rt722-sdca-sdw.c | 489 regcache_sync(rt722->regmap); in rt722_sdca_dev_resume() 491 regcache_sync(rt722->mbq_regmap); in rt722_sdca_dev_resume()
|
H A D | jz4740.c | 228 regcache_sync(regmap); in jz4740_codec_wakeup()
|
H A D | tpa6130a2.c | 57 ret = regcache_sync(data->regmap); in tpa6130a2_power()
|
H A D | wm8728.c | 176 regcache_sync(wm8728->regmap); in wm8728_set_bias_level()
|
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | trace.h | 118 TRACE_EVENT(regcache_sync,
|
H A D | internal.h | 245 int regcache_sync(struct regmap *map);
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | rt6245-regulator.c | 51 ret = regcache_sync(regmap); in rt6245_enable()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_aud2htx.c | 286 regcache_sync(aud2htx->regmap); in fsl_aud2htx_runtime_resume()
|
Completed in 16 milliseconds
12345678910>>...17