Lines Matching refs:cache_bypass
1448 map->cache_bypass = false; in regmap_reinit_cache()
1643 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1805 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1928 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
2119 if (!map->cache_bypass && !map->defer_caching) { in regmap_noinc_readwrite()
2571 if (!map->cache_bypass) { in _regmap_multi_reg_write()
2676 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()
2677 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()
2681 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()
2809 if (!map->cache_bypass) { in _regmap_read()
2828 if (!map->cache_bypass) in _regmap_read()
2883 bypass = map->cache_bypass; in regmap_read_bypassed()
2885 map->cache_bypass = true; in regmap_read_bypassed()
2890 map->cache_bypass = bypass; in regmap_read_bypassed()
2927 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
2932 if (!map->cache_bypass && map->cache_only) { in regmap_raw_read()
3038 if (!map->cache_bypass && map->cache_only) { in regmap_noinc_read()
3435 bypass = map->cache_bypass; in regmap_register_patch()
3437 map->cache_bypass = true; in regmap_register_patch()
3443 map->cache_bypass = bypass; in regmap_register_patch()