Home
last modified time | relevance | path

Searched refs:cache_bypass (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/base/regmap/
Dregcache.c46 map->cache_bypass = true; in regcache_hw_init()
57 u32 cache_bypass = map->cache_bypass; in regcache_hw_init() local
61 map->cache_bypass = 1; in regcache_hw_init()
69 map->cache_bypass = cache_bypass; in regcache_hw_init()
108 map->cache_bypass = true; in regcache_init()
156 if (map->cache_bypass) in regcache_init()
274 map->cache_bypass = 1; in regcache_default_sync()
276 map->cache_bypass = 0; in regcache_default_sync()
310 bypass = map->cache_bypass; in regcache_sync()
322 map->cache_bypass = 1; in regcache_sync()
[all …]
Dregmap.c1063 map->cache_bypass = false; in regmap_reinit_cache()
1216 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write()
1455 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write()
1873 if (!map->cache_bypass) { in _regmap_multi_reg_write()
1973 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed()
1974 map->cache_bypass = true; in regmap_multi_reg_write_bypassed()
1978 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed()
2102 if (!map->cache_bypass) { in _regmap_read()
2123 if (!map->cache_bypass) in _regmap_read()
2185 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
[all …]
Dregcache-lzo.c358 map->cache_bypass = 1; in regcache_lzo_sync()
360 map->cache_bypass = 0; in regcache_lzo_sync()
Dinternal.h127 u32 cache_bypass; member
Dregmap-debugfs.c537 &map->cache_bypass); in regmap_debugfs_init()
/linux-4.1.27/Documentation/networking/
Dipvs-sysctl.txt63 cache_bypass - BOOLEAN
/linux-4.1.27/include/sound/
Dsoc.h812 unsigned int cache_bypass:1; /* Suppress access to the cache */ member