Searched refs:regcache_cache_bypass (Results 1 – 8 of 8) sorted by relevance
| /drivers/tty/serial/ |
| A D | sc16is7xx.c | 448 regcache_cache_bypass(one->regmap, true); in sc16is7xx_efr_lock() 456 regcache_cache_bypass(one->regmap, false); in sc16is7xx_efr_unlock() 611 regcache_cache_bypass(one->regmap, true); in sc16is7xx_set_baud() 614 regcache_cache_bypass(one->regmap, false); in sc16is7xx_set_baud() 1184 regcache_cache_bypass(one->regmap, true); in sc16is7xx_startup() 1202 regcache_cache_bypass(one->regmap, false); in sc16is7xx_startup() 1672 regcache_cache_bypass(regmaps[i], true); in sc16is7xx_probe() 1678 regcache_cache_bypass(regmaps[i], false); in sc16is7xx_probe()
|
| /drivers/hwmon/ |
| A D | spd5118.c | 500 regcache_cache_bypass(regmap, true); in spd5118_suspend() 503 regcache_cache_bypass(regmap, false); in spd5118_suspend()
|
| /drivers/base/regmap/ |
| A D | regcache.c | 606 void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass() function 614 EXPORT_SYMBOL_GPL(regcache_cache_bypass);
|
| A D | regmap-kunit.c | 908 regcache_cache_bypass(map, true); in cache_bypass() 917 regcache_cache_bypass(map, false); in cache_bypass()
|
| /drivers/pinctrl/ |
| A D | pinctrl-aw9523.c | 900 regcache_cache_bypass(awi->regmap, true); in aw9523_hw_init() 954 regcache_cache_bypass(awi->regmap, false); in aw9523_hw_init()
|
| /drivers/mfd/ |
| A D | twl-core.c | 512 regcache_cache_bypass(regmap, enable); in twl_set_regcache_bypass()
|
| /drivers/net/ethernet/microchip/ |
| A 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()
|
| /drivers/iio/temperature/ |
| A D | mlx90635.c | 853 regcache_cache_bypass(data->regmap_ee, false); in mlx90635_wakeup()
|
Completed in 30 milliseconds