Lines Matching refs:cache_bypass
1442 map->cache_bypass = false; in regmap_reinit_cache()
1637 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1799 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1922 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
2113 if (!map->cache_bypass && !map->defer_caching) { in regmap_noinc_readwrite()
2563 if (!map->cache_bypass) { in _regmap_multi_reg_write()
2668 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()
2669 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()
2673 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()
2801 if (!map->cache_bypass) { in _regmap_read()
2820 if (!map->cache_bypass) in _regmap_read()
2875 bypass = map->cache_bypass; in regmap_read_bypassed()
2877 map->cache_bypass = true; in regmap_read_bypassed()
2882 map->cache_bypass = bypass; in regmap_read_bypassed()
2919 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
2924 if (!map->cache_bypass && map->cache_only) { in regmap_raw_read()
3030 if (!map->cache_bypass && map->cache_only) { in regmap_noinc_read()
3426 bypass = map->cache_bypass; in regmap_register_patch()
3428 map->cache_bypass = true; in regmap_register_patch()
3434 map->cache_bypass = bypass; in regmap_register_patch()