Lines Matching refs:cache_bypass
1326 map->cache_bypass = false; in regmap_reinit_cache()
1497 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1656 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1769 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
2292 if (!map->cache_bypass) { in _regmap_multi_reg_write()
2397 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()
2398 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()
2402 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()
2521 if (!map->cache_bypass) { in _regmap_read()
2540 if (!map->cache_bypass) in _regmap_read()
2604 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
3038 bypass = map->cache_bypass; in regmap_register_patch()
3040 map->cache_bypass = true; in regmap_register_patch()
3046 map->cache_bypass = bypass; in regmap_register_patch()