Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsc16is7xx.c381 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/
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.c498 regcache_cache_bypass(cs42xx8->regmap, true); in cs42xx8_probe()
518 regcache_cache_bypass(cs42xx8->regmap, false); in cs42xx8_probe()
Dssm2518.c777 regcache_cache_bypass(ssm2518->regmap, true); in ssm2518_i2c_probe()
780 regcache_cache_bypass(ssm2518->regmap, false); in ssm2518_i2c_probe()
Dda7219-aad.c125 regcache_cache_bypass(da7219->regmap, true); in da7219_aad_hptest_work()
241 regcache_cache_bypass(da7219->regmap, false); in da7219_aad_hptest_work()
Dwm8961.c940 regcache_cache_bypass(wm8961->regmap, true); in wm8961_i2c_probe()
942 regcache_cache_bypass(wm8961->regmap, false); in wm8961_i2c_probe()
Dcs42l73.c1339 regcache_cache_bypass(cs42l73->regmap, true); in cs42l73_i2c_probe()
1368 regcache_cache_bypass(cs42l73->regmap, false); in cs42l73_i2c_probe()
Dsta32x.c403 regcache_cache_bypass(sta32x->regmap, true); in sta32x_watchdog()
405 regcache_cache_bypass(sta32x->regmap, false); in sta32x_watchdog()
Dcs42l56.c1264 regcache_cache_bypass(cs42l56->regmap, true); in cs42l56_i2c_probe()
1281 regcache_cache_bypass(cs42l56->regmap, false); in cs42l56_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()
Dwm8962.c3611 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/
Dregcache.c512 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/
Dregmap.h720 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/
Dhdac_device.c305 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/
Dencx24j600.c451 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/
Dfsl_spdif.c305 regcache_cache_bypass(regmap, true); in spdif_softreset()
317 regcache_cache_bypass(regmap, false); in spdif_softreset()
/linux-4.4.14/drivers/mfd/
Dtwl-core.c516 regcache_cache_bypass(regmap, enable); in twl_set_regcache_bypass()