Lines Matching refs:cache_bypass
1306 map->cache_bypass = false; in regmap_reinit_cache()
1478 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1635 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1748 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
2210 if (!map->cache_bypass) { in _regmap_multi_reg_write()
2315 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()
2316 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()
2320 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()
2439 if (!map->cache_bypass) { in _regmap_read()
2460 if (!map->cache_bypass) in _regmap_read()
2524 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
2958 bypass = map->cache_bypass; in regmap_register_patch()
2960 map->cache_bypass = true; in regmap_register_patch()
2966 map->cache_bypass = bypass; in regmap_register_patch()