Searched refs:regcache_cache_bypass (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
D | sc16is7xx.c | 440 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/ |
D | adau1977.c | 235 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()
|
D | cs42xx8.c | 497 regcache_cache_bypass(cs42xx8->regmap, true); in cs42xx8_probe() 517 regcache_cache_bypass(cs42xx8->regmap, false); in cs42xx8_probe()
|
D | ssm2518.c | 788 regcache_cache_bypass(ssm2518->regmap, true); in ssm2518_i2c_probe() 791 regcache_cache_bypass(ssm2518->regmap, false); in ssm2518_i2c_probe()
|
D | wm8961.c | 943 regcache_cache_bypass(wm8961->regmap, true); in wm8961_i2c_probe() 945 regcache_cache_bypass(wm8961->regmap, false); in wm8961_i2c_probe()
|
D | sta32x.c | 403 regcache_cache_bypass(sta32x->regmap, true); in sta32x_watchdog() 405 regcache_cache_bypass(sta32x->regmap, false); in sta32x_watchdog()
|
D | cs42l73.c | 1434 regcache_cache_bypass(cs42l73->regmap, true); in cs42l73_i2c_probe() 1463 regcache_cache_bypass(cs42l73->regmap, false); in cs42l73_i2c_probe()
|
D | cs42l56.c | 1313 regcache_cache_bypass(cs42l56->regmap, true); in cs42l56_i2c_probe() 1330 regcache_cache_bypass(cs42l56->regmap, false); in cs42l56_i2c_probe()
|
D | rt5677.c | 715 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()
|
D | wm8962.c | 3615 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/ |
D | hdac_device.c | 267 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/ |
D | regmap.h | 445 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/ |
D | regcache.c | 491 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/ |
D | twl-core.c | 516 regcache_cache_bypass(regmap, enable); in twl_set_regcache_bypass()
|