Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dsc16is7xx.c377 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/
Dwm9705.c294 regcache_cache_bypass(component->regmap, true); in wm9705_soc_suspend()
296 regcache_cache_bypass(component->regmap, false); in wm9705_soc_suspend()
Dadau1977.c235 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()
Dssm2518.c778 regcache_cache_bypass(ssm2518->regmap, true); in ssm2518_i2c_probe()
781 regcache_cache_bypass(ssm2518->regmap, false); in ssm2518_i2c_probe()
Dmax9860.c669 regcache_cache_bypass(max9860->regmap, true); in max9860_probe()
680 regcache_cache_bypass(max9860->regmap, false); in max9860_probe()
Dwm8961.c944 regcache_cache_bypass(wm8961->regmap, true); in wm8961_i2c_probe()
946 regcache_cache_bypass(wm8961->regmap, false); in wm8961_i2c_probe()
Dda7219-aad.c165 regcache_cache_bypass(da7219->regmap, true); in da7219_aad_hptest_work()
297 regcache_cache_bypass(da7219->regmap, false); in da7219_aad_hptest_work()
Drt1305.c1000 regcache_cache_bypass(rt1305->regmap, true); in rt1305_calibrate()
1118 regcache_cache_bypass(rt1305->regmap, false); in rt1305_calibrate()
Dsta32x.c403 regcache_cache_bypass(sta32x->regmap, true); in sta32x_watchdog()
405 regcache_cache_bypass(sta32x->regmap, false); in sta32x_watchdog()
Drt5665.c4675 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()
Dda7219.c2221 regcache_cache_bypass(da7219->regmap, true); in da7219_i2c_probe()
2250 regcache_cache_bypass(da7219->regmap, false); in da7219_i2c_probe()
Drt5677.c714 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()
Drt5663.c3537 regcache_cache_bypass(rt5663->regmap, true); in rt5663_i2c_probe()
3548 regcache_cache_bypass(rt5663->regmap, false); in rt5663_i2c_probe()
Dwm8962.c3606 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/
Dregcache.c542 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/
Dregmap.h1015 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/
Dpinctrl-mcp23s08.c690 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/
Dencx24j600.c462 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/
Dfsl_spdif.c303 regcache_cache_bypass(regmap, true); in spdif_softreset()
315 regcache_cache_bypass(regmap, false); in spdif_softreset()
/Linux-v4.19/drivers/mfd/
Dtwl-core.c515 regcache_cache_bypass(regmap, enable); in twl_set_regcache_bypass()