Home
last modified time | relevance | path

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

1234567

/Linux-v5.4/drivers/mfd/
Dmadera-core.c299 ret = regcache_sync(madera->regmap); in madera_runtime_resume()
305 ret = regcache_sync(madera->regmap_32bit); in madera_runtime_resume()
Dstpmic1.c182 ret = regcache_sync(pmic_dev->regmap); in stpmic1_resume()
/Linux-v5.4/sound/soc/codecs/
Dwm8728.c176 regcache_sync(wm8728->regmap); in wm8728_set_bias_level()
Dmax9850.c237 ret = regcache_sync(max9850->regmap); in max9850_set_bias_level()
Dcs4271.c535 ret = regcache_sync(cs4271->regmap); in cs4271_soc_resume()
595 ret = regcache_sync(cs4271->regmap); in cs4271_component_probe()
Dtpa6130a2.c57 ret = regcache_sync(data->regmap); in tpa6130a2_power()
Djz4740.c229 regcache_sync(regmap); in jz4740_codec_wakeup()
Dsta529.c169 regcache_sync(sta529->regmap); in sta529_set_bias_level()
Dcs4349.c352 regcache_sync(cs4349->regmap); in cs4349_runtime_resume()
Dak5558.c315 return regcache_sync(ak5558->regmap); in ak5558_runtime_resume()
Dwm8711.c311 regcache_sync(wm8711->regmap); in wm8711_set_bias_level()
Dssm4567.c362 regcache_sync(ssm4567->regmap); in ssm4567_set_power()
Dwm8776.c345 regcache_sync(wm8776->regmap); in wm8776_set_bias_level()
Dml26124.c481 regcache_sync(priv->regmap); in ml26124_set_bias_level()
Dwm8523.c344 regcache_sync(wm8523->regmap); in wm8523_set_bias_level()
Dmax9867.c412 err = regcache_sync(max9867->regmap); in max9867_set_bias_level()
Dwm9090.c485 regcache_sync(wm9090->regmap); in wm9090_set_bias_level()
/Linux-v5.4/drivers/base/regmap/
Dtrace.h118 TRACE_EVENT(regcache_sync,
Dinternal.h242 int regcache_sync(struct regmap *map);
Dregcache.c339 int regcache_sync(struct regmap *map) in regcache_sync() function
394 EXPORT_SYMBOL_GPL(regcache_sync);
/Linux-v5.4/sound/soc/tegra/
Dtegra30_ahub.c648 ret = regcache_sync(ahub->regmap_ahub); in tegra30_ahub_resume()
649 ret |= regcache_sync(ahub->regmap_apbif); in tegra30_ahub_resume()
/Linux-v5.4/include/sound/
Dsoc-component.h253 return regcache_sync(component->regmap); in snd_soc_component_cache_sync()
/Linux-v5.4/sound/soc/rockchip/
Drockchip_spdif.c96 ret = regcache_sync(spdif->regmap); in rk_spdif_runtime_resume()
/Linux-v5.4/drivers/hwmon/
Dmax6621.c514 ret = regcache_sync(data->regmap); in max6621_probe()
/Linux-v5.4/include/linux/
Dregmap.h1042 int regcache_sync(struct regmap *map);
1403 static inline int regcache_sync(struct regmap *map) in regcache_sync() function

1234567