Home
last modified time | relevance | path

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

123456

/Linux-v4.19/drivers/mfd/
Dmadera-core.c228 ret = regcache_sync(madera->regmap); in madera_runtime_resume()
234 ret = regcache_sync(madera->regmap_32bit); in madera_runtime_resume()
/Linux-v4.19/drivers/base/regmap/
Dtrace.h118 TRACE_EVENT(regcache_sync,
Dinternal.h242 int regcache_sync(struct regmap *map);
Dregcache.c343 int regcache_sync(struct regmap *map) in regcache_sync() function
398 EXPORT_SYMBOL_GPL(regcache_sync);
/Linux-v4.19/sound/soc/codecs/
Dmax9850.c255 ret = regcache_sync(max9850->regmap); in max9850_set_bias_level()
Dwm8728.c179 regcache_sync(wm8728->regmap); in wm8728_set_bias_level()
Dcs4271.c544 ret = regcache_sync(cs4271->regmap); in cs4271_soc_resume()
604 ret = regcache_sync(cs4271->regmap); in cs4271_component_probe()
Dsta529.c169 regcache_sync(sta529->regmap); in sta529_set_bias_level()
Dtpa6130a2.c70 ret = regcache_sync(data->regmap); in tpa6130a2_power()
Djz4740.c236 regcache_sync(regmap); in jz4740_codec_wakeup()
Dcs4349.c355 regcache_sync(cs4349->regmap); in cs4349_runtime_resume()
Dak5558.c322 return regcache_sync(ak5558->regmap); in ak5558_runtime_resume()
Dwm8711.c314 regcache_sync(wm8711->regmap); in wm8711_set_bias_level()
Dssm4567.c363 regcache_sync(ssm4567->regmap); in ssm4567_set_power()
Dwm8776.c348 regcache_sync(wm8776->regmap); in wm8776_set_bias_level()
Dwm8523.c348 regcache_sync(wm8523->regmap); in wm8523_set_bias_level()
Dml26124.c494 regcache_sync(priv->regmap); in ml26124_set_bias_level()
Dcs4270.c596 regcache_sync(cs4270->regmap); in cs4270_soc_resume()
Dcs35l32.c546 regcache_sync(cs35l32->regmap); in cs35l32_runtime_resume()
Dssm2602.c525 regcache_sync(ssm2602->regmap); in ssm2602_resume()
/Linux-v4.19/sound/soc/tegra/
Dtegra30_ahub.c660 ret = regcache_sync(ahub->regmap_ahub); in tegra30_ahub_resume()
661 ret |= regcache_sync(ahub->regmap_apbif); in tegra30_ahub_resume()
/Linux-v4.19/sound/soc/rockchip/
Drockchip_spdif.c99 ret = regcache_sync(spdif->regmap); in rk_spdif_runtime_resume()
Drockchip_pdm.c482 ret = regcache_sync(pdm->regmap); in rockchip_pdm_resume()
/Linux-v4.19/include/linux/
Dregmap.h1009 int regcache_sync(struct regmap *map);
1303 static inline int regcache_sync(struct regmap *map) in regcache_sync() function
/Linux-v4.19/drivers/hwmon/
Dmax6621.c541 ret = regcache_sync(data->regmap); in max6621_probe()

123456