Lines Matching refs:cache_bypass
1441 map->cache_bypass = false; in regmap_reinit_cache()
1635 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1797 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1920 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
2111 if (!map->cache_bypass && !map->defer_caching) { in regmap_noinc_readwrite()
2561 if (!map->cache_bypass) { in _regmap_multi_reg_write()
2666 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()
2667 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()
2671 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()
2799 if (!map->cache_bypass) { in _regmap_read()
2818 if (!map->cache_bypass) in _regmap_read()
2873 bypass = map->cache_bypass; in regmap_read_bypassed()
2875 map->cache_bypass = true; in regmap_read_bypassed()
2880 map->cache_bypass = bypass; in regmap_read_bypassed()
2917 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
2922 if (!map->cache_bypass && map->cache_only) { in regmap_raw_read()
3028 if (!map->cache_bypass && map->cache_only) { in regmap_noinc_read()
3391 bypass = map->cache_bypass; in regmap_register_patch()
3393 map->cache_bypass = true; in regmap_register_patch()
3399 map->cache_bypass = bypass; in regmap_register_patch()