Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/tty/serial/
Dsc16is7xx.c378 regcache_cache_bypass(s->regmap, true); in sc16is7xx_fifo_read()
380 regcache_cache_bypass(s->regmap, false); in sc16is7xx_fifo_read()
396 regcache_cache_bypass(s->regmap, true); in sc16is7xx_fifo_write()
398 regcache_cache_bypass(s->regmap, false); in sc16is7xx_fifo_write()
525 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_baud()
528 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_baud()
544 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_baud()
547 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_baud()
924 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_termios()
936 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_termios()
[all …]
/Linux-v5.15/sound/soc/codecs/
Dwm9705.c290 regcache_cache_bypass(component->regmap, true); in wm9705_soc_suspend()
292 regcache_cache_bypass(component->regmap, false); in wm9705_soc_suspend()
Dtfa989x.c298 regcache_cache_bypass(regmap, true); in tfa989x_i2c_probe()
333 regcache_cache_bypass(regmap, false); in tfa989x_i2c_probe()
Dadau1977.c235 regcache_cache_bypass(adau1977->regmap, true); in adau1977_reset()
238 regcache_cache_bypass(adau1977->regmap, false); in adau1977_reset()
452 regcache_cache_bypass(adau1977->regmap, true); in adau1977_power_enable()
457 regcache_cache_bypass(adau1977->regmap, false); in adau1977_power_enable()
Drt1316-sdw.c266 regcache_cache_bypass(rt1316->regmap, true); in rt1316_io_init()
295 regcache_cache_bypass(rt1316->regmap, false); in rt1316_io_init()
Dssm2518.c778 regcache_cache_bypass(ssm2518->regmap, true); in ssm2518_i2c_probe()
781 regcache_cache_bypass(ssm2518->regmap, false); in ssm2518_i2c_probe()
Dmax9860.c670 regcache_cache_bypass(max9860->regmap, true); in max9860_probe()
681 regcache_cache_bypass(max9860->regmap, false); in max9860_probe()
Drt1308-sdw.c174 regcache_cache_bypass(rt1308->regmap, true); in rt1308_io_init()
259 regcache_cache_bypass(rt1308->regmap, false); in rt1308_io_init()
Dmax98373-sdw.c367 regcache_cache_bypass(max98373->regmap, true); in max98373_io_init()
466 regcache_cache_bypass(max98373->regmap, false); in max98373_io_init()
Drt711-sdca.c1506 regcache_cache_bypass(rt711->regmap, true); in rt711_sdca_io_init()
1508 regcache_cache_bypass(rt711->mbq_regmap, true); in rt711_sdca_io_init()
1572 regcache_cache_bypass(rt711->regmap, false); in rt711_sdca_io_init()
1574 regcache_cache_bypass(rt711->mbq_regmap, false); in rt711_sdca_io_init()
Drt1015.c501 regcache_cache_bypass(regmap, true); in rt1015_calibrate()
519 regcache_cache_bypass(regmap, false); in rt1015_calibrate()
Drt5682-sdw.c409 regcache_cache_bypass(rt5682->regmap, true); in rt5682_io_init()
430 regcache_cache_bypass(rt5682->regmap, false); in rt5682_io_init()
Dwm8961.c942 regcache_cache_bypass(wm8961->regmap, true); in wm8961_i2c_probe()
944 regcache_cache_bypass(wm8961->regmap, false); in wm8961_i2c_probe()
Dda7219-aad.c161 regcache_cache_bypass(da7219->regmap, true); in da7219_aad_hptest_work()
293 regcache_cache_bypass(da7219->regmap, false); in da7219_aad_hptest_work()
Drt1305.c999 regcache_cache_bypass(rt1305->regmap, true); in rt1305_calibrate()
1117 regcache_cache_bypass(rt1305->regmap, false); in rt1305_calibrate()
Dsta32x.c401 regcache_cache_bypass(sta32x->regmap, true); in sta32x_watchdog()
403 regcache_cache_bypass(sta32x->regmap, false); in sta32x_watchdog()
Drt700.c1145 regcache_cache_bypass(rt700->regmap, true); in rt700_io_init()
1226 regcache_cache_bypass(rt700->regmap, false); in rt700_io_init()
Drt711.c1232 regcache_cache_bypass(rt711->regmap, true); in rt711_io_init()
1326 regcache_cache_bypass(rt711->regmap, false); in rt711_io_init()
Drt5665.c4673 regcache_cache_bypass(rt5665->regmap, true); in rt5665_calibrate()
4707 regcache_cache_bypass(rt5665->regmap, false); in rt5665_calibrate()
4726 regcache_cache_bypass(rt5665->regmap, false); in rt5665_calibrate()
4734 regcache_cache_bypass(rt5665->regmap, false); in rt5665_calibrate()
Drt1011.c2176 regcache_cache_bypass(rt1011->regmap, true); in rt1011_calibrate()
2316 regcache_cache_bypass(rt1011->regmap, false); in rt1011_calibrate()
/Linux-v5.15/drivers/base/regmap/
Dregcache.c538 void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function
546 EXPORT_SYMBOL_GPL(regcache_cache_bypass);
/Linux-v5.15/include/linux/
Dregmap.h1197 void regcache_cache_bypass(struct regmap *map, bool enable);
1820 static inline void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function
/Linux-v5.15/drivers/net/ethernet/microchip/
Dencx24j600.c456 regcache_cache_bypass(priv->ctx.regmap, true); in encx24j600_soft_reset()
463 regcache_cache_bypass(priv->ctx.regmap, false); in encx24j600_soft_reset()
/Linux-v5.15/sound/soc/fsl/
Dfsl_spdif.c385 regcache_cache_bypass(regmap, true); in spdif_softreset()
397 regcache_cache_bypass(regmap, false); in spdif_softreset()
/Linux-v5.15/drivers/mfd/
Dtwl-core.c502 regcache_cache_bypass(regmap, enable); in twl_set_regcache_bypass()

12