Lines Matching refs:cache_bypass
1431 map->cache_bypass = false; in regmap_reinit_cache()
1625 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1787 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl()
1910 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
2101 if (!map->cache_bypass && !map->defer_caching) { in regmap_noinc_readwrite()
2551 if (!map->cache_bypass) { in _regmap_multi_reg_write()
2656 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()
2657 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()
2661 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()
2789 if (!map->cache_bypass) { in _regmap_read()
2808 if (!map->cache_bypass) in _regmap_read()
2863 bypass = map->cache_bypass; in regmap_read_bypassed()
2865 map->cache_bypass = true; in regmap_read_bypassed()
2870 map->cache_bypass = bypass; in regmap_read_bypassed()
2907 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
2912 if (!map->cache_bypass && map->cache_only) { in regmap_raw_read()
3018 if (!map->cache_bypass && map->cache_only) { in regmap_noinc_read()
3414 bypass = map->cache_bypass; in regmap_register_patch()
3416 map->cache_bypass = true; in regmap_register_patch()
3422 map->cache_bypass = bypass; in regmap_register_patch()