Searched refs:regcache_cache_bypass (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | sc16is7xx.c | 381 regcache_cache_bypass(s->regmap, true); in sc16is7xx_fifo_read() 383 regcache_cache_bypass(s->regmap, false); in sc16is7xx_fifo_read() 392 regcache_cache_bypass(s->regmap, true); in sc16is7xx_fifo_write() 394 regcache_cache_bypass(s->regmap, false); in sc16is7xx_fifo_write() 506 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_baud() 509 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_baud() 523 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_baud() 526 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_baud() 888 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_termios() 900 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_termios() [all …]
|
/linux-4.4.14/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 | 498 regcache_cache_bypass(cs42xx8->regmap, true); in cs42xx8_probe() 518 regcache_cache_bypass(cs42xx8->regmap, false); in cs42xx8_probe()
|
D | ssm2518.c | 777 regcache_cache_bypass(ssm2518->regmap, true); in ssm2518_i2c_probe() 780 regcache_cache_bypass(ssm2518->regmap, false); in ssm2518_i2c_probe()
|
D | da7219-aad.c | 125 regcache_cache_bypass(da7219->regmap, true); in da7219_aad_hptest_work() 241 regcache_cache_bypass(da7219->regmap, false); in da7219_aad_hptest_work()
|
D | wm8961.c | 940 regcache_cache_bypass(wm8961->regmap, true); in wm8961_i2c_probe() 942 regcache_cache_bypass(wm8961->regmap, false); in wm8961_i2c_probe()
|
D | cs42l73.c | 1339 regcache_cache_bypass(cs42l73->regmap, true); in cs42l73_i2c_probe() 1368 regcache_cache_bypass(cs42l73->regmap, false); in cs42l73_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 | cs42l56.c | 1264 regcache_cache_bypass(cs42l56->regmap, true); in cs42l56_i2c_probe() 1281 regcache_cache_bypass(cs42l56->regmap, false); in cs42l56_i2c_probe()
|
D | rt5677.c | 714 regcache_cache_bypass(rt5677->regmap, true); in rt5677_set_dsp_vad() 761 regcache_cache_bypass(rt5677->regmap, false); in rt5677_set_dsp_vad() 767 regcache_cache_bypass(rt5677->regmap, true); in rt5677_set_dsp_vad() 775 regcache_cache_bypass(rt5677->regmap, false); in rt5677_set_dsp_vad()
|
D | wm8962.c | 3611 regcache_cache_bypass(wm8962->regmap, true); in wm8962_i2c_probe() 3637 regcache_cache_bypass(wm8962->regmap, false); in wm8962_i2c_probe()
|
/linux-4.4.14/drivers/base/regmap/ |
D | regcache.c | 512 void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function 520 EXPORT_SYMBOL_GPL(regcache_cache_bypass);
|
/linux-4.4.14/include/linux/ |
D | regmap.h | 720 void regcache_cache_bypass(struct regmap *map, bool enable); 1008 static inline void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function
|
/linux-4.4.14/sound/hda/ |
D | hdac_device.c | 305 regcache_cache_bypass(codec->regmap, true); in snd_hdac_read_parm_uncached() 308 regcache_cache_bypass(codec->regmap, false); in snd_hdac_read_parm_uncached()
|
/linux-4.4.14/drivers/net/ethernet/microchip/ |
D | encx24j600.c | 451 regcache_cache_bypass(priv->ctx.regmap, true); in encx24j600_soft_reset() 458 regcache_cache_bypass(priv->ctx.regmap, false); in encx24j600_soft_reset()
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_spdif.c | 305 regcache_cache_bypass(regmap, true); in spdif_softreset() 317 regcache_cache_bypass(regmap, false); in spdif_softreset()
|
/linux-4.4.14/drivers/mfd/ |
D | twl-core.c | 516 regcache_cache_bypass(regmap, enable); in twl_set_regcache_bypass()
|