Home
last modified time | relevance | path

Searched refs:regcache_cache_bypass (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dsc16is7xx.c440 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_baud()
443 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_baud()
457 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_baud()
460 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_baud()
497 regcache_cache_bypass(s->regmap, true); in sc16is7xx_handle_rx()
500 regcache_cache_bypass(s->regmap, false); in sc16is7xx_handle_rx()
580 regcache_cache_bypass(s->regmap, true); in sc16is7xx_handle_tx()
582 regcache_cache_bypass(s->regmap, false); in sc16is7xx_handle_tx()
802 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_termios()
814 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_termios()
[all …]
/linux-4.1.27/sound/soc/codecs/
Dadau1977.c235 regcache_cache_bypass(adau1977->regmap, true); in adau1977_reset()
238 regcache_cache_bypass(adau1977->regmap, false); in adau1977_reset()
456 regcache_cache_bypass(adau1977->regmap, true); in adau1977_power_enable()
461 regcache_cache_bypass(adau1977->regmap, false); in adau1977_power_enable()
Dcs42xx8.c497 regcache_cache_bypass(cs42xx8->regmap, true); in cs42xx8_probe()
517 regcache_cache_bypass(cs42xx8->regmap, false); in cs42xx8_probe()
Dssm2518.c788 regcache_cache_bypass(ssm2518->regmap, true); in ssm2518_i2c_probe()
791 regcache_cache_bypass(ssm2518->regmap, false); in ssm2518_i2c_probe()
Dwm8961.c943 regcache_cache_bypass(wm8961->regmap, true); in wm8961_i2c_probe()
945 regcache_cache_bypass(wm8961->regmap, false); in wm8961_i2c_probe()
Dsta32x.c403 regcache_cache_bypass(sta32x->regmap, true); in sta32x_watchdog()
405 regcache_cache_bypass(sta32x->regmap, false); in sta32x_watchdog()
Dcs42l73.c1434 regcache_cache_bypass(cs42l73->regmap, true); in cs42l73_i2c_probe()
1463 regcache_cache_bypass(cs42l73->regmap, false); in cs42l73_i2c_probe()
Dcs42l56.c1313 regcache_cache_bypass(cs42l56->regmap, true); in cs42l56_i2c_probe()
1330 regcache_cache_bypass(cs42l56->regmap, false); in cs42l56_i2c_probe()
Drt5677.c715 regcache_cache_bypass(rt5677->regmap, true); in rt5677_set_dsp_vad()
762 regcache_cache_bypass(rt5677->regmap, false); in rt5677_set_dsp_vad()
768 regcache_cache_bypass(rt5677->regmap, true); in rt5677_set_dsp_vad()
776 regcache_cache_bypass(rt5677->regmap, false); in rt5677_set_dsp_vad()
Dwm8962.c3615 regcache_cache_bypass(wm8962->regmap, true); in wm8962_i2c_probe()
3641 regcache_cache_bypass(wm8962->regmap, false); in wm8962_i2c_probe()
/linux-4.1.27/sound/hda/
Dhdac_device.c267 regcache_cache_bypass(codec->regmap, true); in snd_hdac_read_parm_uncached()
270 regcache_cache_bypass(codec->regmap, false); in snd_hdac_read_parm_uncached()
/linux-4.1.27/include/linux/
Dregmap.h445 void regcache_cache_bypass(struct regmap *map, bool enable);
704 static inline void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function
/linux-4.1.27/drivers/base/regmap/
Dregcache.c491 void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function
499 EXPORT_SYMBOL_GPL(regcache_cache_bypass);
/linux-4.1.27/drivers/mfd/
Dtwl-core.c516 regcache_cache_bypass(regmap, enable); in twl_set_regcache_bypass()