Lines Matching refs:cache_bypass
1463 map->cache_bypass = false; in regmap_reinit_cache()
1644 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1803 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1917 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
2448 if (!map->cache_bypass) { in _regmap_multi_reg_write()
2553 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()
2554 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()
2558 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()
2677 if (!map->cache_bypass) { in _regmap_read()
2696 if (!map->cache_bypass) in _regmap_read()
2760 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
3217 bypass = map->cache_bypass; in regmap_register_patch()
3219 map->cache_bypass = true; in regmap_register_patch()
3225 map->cache_bypass = bypass; in regmap_register_patch()