Lines Matching refs:cache_bypass
1067 map->cache_bypass = false; in regmap_reinit_cache()
1220 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write()
1482 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
1990 if (!map->cache_bypass) { in _regmap_multi_reg_write()
2094 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()
2095 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()
2099 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()
2221 if (!map->cache_bypass) { in _regmap_read()
2242 if (!map->cache_bypass) in _regmap_read()
2306 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
2796 bypass = map->cache_bypass; in regmap_register_patch()
2798 map->cache_bypass = true; in regmap_register_patch()
2804 map->cache_bypass = bypass; in regmap_register_patch()