/Linux-v4.19/drivers/tty/serial/ |
D | sc16is7xx.c | 377 regcache_cache_bypass(s->regmap, true); in sc16is7xx_fifo_read() 379 regcache_cache_bypass(s->regmap, false); in sc16is7xx_fifo_read() 395 regcache_cache_bypass(s->regmap, true); in sc16is7xx_fifo_write() 397 regcache_cache_bypass(s->regmap, false); in sc16is7xx_fifo_write() 509 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_baud() 512 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_baud() 526 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_baud() 529 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_baud() 899 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_termios() 911 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_termios() [all …]
|
/Linux-v4.19/sound/soc/codecs/ |
D | wm9705.c | 294 regcache_cache_bypass(component->regmap, true); in wm9705_soc_suspend() 296 regcache_cache_bypass(component->regmap, false); in wm9705_soc_suspend()
|
D | adau1977.c | 235 regcache_cache_bypass(adau1977->regmap, true); in adau1977_reset() 238 regcache_cache_bypass(adau1977->regmap, false); in adau1977_reset() 454 regcache_cache_bypass(adau1977->regmap, true); in adau1977_power_enable() 459 regcache_cache_bypass(adau1977->regmap, false); in adau1977_power_enable()
|
D | ssm2518.c | 778 regcache_cache_bypass(ssm2518->regmap, true); in ssm2518_i2c_probe() 781 regcache_cache_bypass(ssm2518->regmap, false); in ssm2518_i2c_probe()
|
D | max9860.c | 669 regcache_cache_bypass(max9860->regmap, true); in max9860_probe() 680 regcache_cache_bypass(max9860->regmap, false); in max9860_probe()
|
D | wm8961.c | 944 regcache_cache_bypass(wm8961->regmap, true); in wm8961_i2c_probe() 946 regcache_cache_bypass(wm8961->regmap, false); in wm8961_i2c_probe()
|
D | da7219-aad.c | 165 regcache_cache_bypass(da7219->regmap, true); in da7219_aad_hptest_work() 297 regcache_cache_bypass(da7219->regmap, false); in da7219_aad_hptest_work()
|
D | rt1305.c | 1000 regcache_cache_bypass(rt1305->regmap, true); in rt1305_calibrate() 1118 regcache_cache_bypass(rt1305->regmap, false); in rt1305_calibrate()
|
D | sta32x.c | 403 regcache_cache_bypass(sta32x->regmap, true); in sta32x_watchdog() 405 regcache_cache_bypass(sta32x->regmap, false); in sta32x_watchdog()
|
D | rt5665.c | 4675 regcache_cache_bypass(rt5665->regmap, true); in rt5665_calibrate() 4709 regcache_cache_bypass(rt5665->regmap, false); in rt5665_calibrate() 4728 regcache_cache_bypass(rt5665->regmap, false); in rt5665_calibrate() 4736 regcache_cache_bypass(rt5665->regmap, false); in rt5665_calibrate()
|
D | da7219.c | 2221 regcache_cache_bypass(da7219->regmap, true); in da7219_i2c_probe() 2250 regcache_cache_bypass(da7219->regmap, false); in da7219_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 | rt5663.c | 3537 regcache_cache_bypass(rt5663->regmap, true); in rt5663_i2c_probe() 3548 regcache_cache_bypass(rt5663->regmap, false); in rt5663_i2c_probe()
|
D | wm8962.c | 3606 regcache_cache_bypass(wm8962->regmap, true); in wm8962_i2c_probe() 3632 regcache_cache_bypass(wm8962->regmap, false); in wm8962_i2c_probe()
|
/Linux-v4.19/drivers/base/regmap/ |
D | regcache.c | 542 void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function 550 EXPORT_SYMBOL_GPL(regcache_cache_bypass);
|
/Linux-v4.19/include/linux/ |
D | regmap.h | 1015 void regcache_cache_bypass(struct regmap *map, bool enable); 1328 static inline void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function
|
/Linux-v4.19/drivers/pinctrl/ |
D | pinctrl-mcp23s08.c | 690 regcache_cache_bypass(mcp->regmap, true); in __check_mcp23s08_reg_cache() 708 regcache_cache_bypass(mcp->regmap, false); in __check_mcp23s08_reg_cache()
|
/Linux-v4.19/drivers/net/ethernet/microchip/ |
D | encx24j600.c | 462 regcache_cache_bypass(priv->ctx.regmap, true); in encx24j600_soft_reset() 469 regcache_cache_bypass(priv->ctx.regmap, false); in encx24j600_soft_reset()
|
/Linux-v4.19/sound/soc/fsl/ |
D | fsl_spdif.c | 303 regcache_cache_bypass(regmap, true); in spdif_softreset() 315 regcache_cache_bypass(regmap, false); in spdif_softreset()
|
/Linux-v4.19/drivers/mfd/ |
D | twl-core.c | 515 regcache_cache_bypass(regmap, enable); in twl_set_regcache_bypass()
|