/Linux-v6.1/drivers/tty/serial/ |
D | sc16is7xx.c | 393 regcache_cache_bypass(s->regmap, true); in sc16is7xx_fifo_read() 395 regcache_cache_bypass(s->regmap, false); in sc16is7xx_fifo_read() 411 regcache_cache_bypass(s->regmap, true); in sc16is7xx_fifo_write() 413 regcache_cache_bypass(s->regmap, false); in sc16is7xx_fifo_write() 545 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_baud() 550 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_baud() 566 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_baud() 569 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_baud() 1085 regcache_cache_bypass(s->regmap, true); in sc16is7xx_set_termios() 1104 regcache_cache_bypass(s->regmap, false); in sc16is7xx_set_termios() [all …]
|
/Linux-v6.1/sound/soc/codecs/ |
D | wm9705.c | 290 regcache_cache_bypass(component->regmap, true); in wm9705_soc_suspend() 292 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() 452 regcache_cache_bypass(adau1977->regmap, true); in adau1977_power_enable() 457 regcache_cache_bypass(adau1977->regmap, false); in adau1977_power_enable()
|
D | tfa989x.c | 365 regcache_cache_bypass(regmap, true); in tfa989x_i2c_probe() 400 regcache_cache_bypass(regmap, false); in tfa989x_i2c_probe()
|
D | ak4375.c | 537 regcache_cache_bypass(ak4375->regmap, true); in ak4375_i2c_probe() 545 regcache_cache_bypass(ak4375->regmap, false); in ak4375_i2c_probe()
|
D | ssm2518.c | 766 regcache_cache_bypass(ssm2518->regmap, true); in ssm2518_i2c_probe() 769 regcache_cache_bypass(ssm2518->regmap, false); in ssm2518_i2c_probe()
|
D | rt1316-sdw.c | 266 regcache_cache_bypass(rt1316->regmap, true); in rt1316_io_init() 295 regcache_cache_bypass(rt1316->regmap, false); in rt1316_io_init()
|
D | max9860.c | 665 regcache_cache_bypass(max9860->regmap, true); in max9860_probe() 676 regcache_cache_bypass(max9860->regmap, false); in max9860_probe()
|
D | adau1761.c | 584 regcache_cache_bypass(regmap, true); in adau1761_compatibility_probe() 616 regcache_cache_bypass(regmap, false); in adau1761_compatibility_probe()
|
D | max98373-sdw.c | 369 regcache_cache_bypass(max98373->regmap, true); in max98373_io_init() 468 regcache_cache_bypass(max98373->regmap, false); in max98373_io_init()
|
D | rt1308-sdw.c | 211 regcache_cache_bypass(rt1308->regmap, true); in rt1308_io_init() 274 regcache_cache_bypass(rt1308->regmap, false); in rt1308_io_init()
|
D | rt711-sdca.c | 1518 regcache_cache_bypass(rt711->regmap, true); in rt711_sdca_io_init() 1520 regcache_cache_bypass(rt711->mbq_regmap, true); in rt711_sdca_io_init() 1576 regcache_cache_bypass(rt711->regmap, false); in rt711_sdca_io_init() 1578 regcache_cache_bypass(rt711->mbq_regmap, false); in rt711_sdca_io_init()
|
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 | rt1015.c | 501 regcache_cache_bypass(regmap, true); in rt1015_calibrate() 519 regcache_cache_bypass(regmap, false); in rt1015_calibrate()
|
D | rt5682-sdw.c | 409 regcache_cache_bypass(rt5682->regmap, true); in rt5682_io_init() 430 regcache_cache_bypass(rt5682->regmap, false); in rt5682_io_init()
|
D | da7219-aad.c | 167 regcache_cache_bypass(da7219->regmap, true); in da7219_aad_hptest_work() 299 regcache_cache_bypass(da7219->regmap, false); in da7219_aad_hptest_work()
|
D | sta32x.c | 398 regcache_cache_bypass(sta32x->regmap, true); in sta32x_watchdog() 400 regcache_cache_bypass(sta32x->regmap, false); in sta32x_watchdog()
|
D | rt1305.c | 998 regcache_cache_bypass(rt1305->regmap, true); in rt1305_calibrate() 1116 regcache_cache_bypass(rt1305->regmap, false); in rt1305_calibrate()
|
D | rt700.c | 1166 regcache_cache_bypass(rt700->regmap, true); in rt700_io_init() 1240 regcache_cache_bypass(rt700->regmap, false); in rt700_io_init()
|
D | rt711.c | 1252 regcache_cache_bypass(rt711->regmap, true); in rt711_io_init() 1339 regcache_cache_bypass(rt711->regmap, false); in rt711_io_init()
|
D | rt5665.c | 4672 regcache_cache_bypass(rt5665->regmap, true); in rt5665_calibrate() 4706 regcache_cache_bypass(rt5665->regmap, false); in rt5665_calibrate() 4725 regcache_cache_bypass(rt5665->regmap, false); in rt5665_calibrate() 4733 regcache_cache_bypass(rt5665->regmap, false); in rt5665_calibrate()
|
/Linux-v6.1/drivers/base/regmap/ |
D | regcache.c | 545 void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function 553 EXPORT_SYMBOL_GPL(regcache_cache_bypass);
|
/Linux-v6.1/include/linux/ |
D | regmap.h | 1233 void regcache_cache_bypass(struct regmap *map, bool enable); 1933 static inline void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function
|
/Linux-v6.1/drivers/mfd/ |
D | twl-core.c | 502 regcache_cache_bypass(regmap, enable); in twl_set_regcache_bypass()
|
/Linux-v6.1/drivers/net/ethernet/microchip/ |
D | encx24j600.c | 456 regcache_cache_bypass(priv->ctx.regmap, true); in encx24j600_soft_reset() 463 regcache_cache_bypass(priv->ctx.regmap, false); in encx24j600_soft_reset()
|