Searched refs:cache_bypass (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/base/regmap/ |
| H A D | regcache.c | 64 map->cache_bypass = true; in regcache_hw_init() 74 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local 78 map->cache_bypass = true; in regcache_hw_init() 86 map->cache_bypass = cache_bypass; in regcache_hw_init() 108 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local 110 map->cache_bypass = true; in regcache_hw_init() 112 map->cache_bypass = cache_bypass; in regcache_hw_init() 144 map->cache_bypass = true; in regcache_init() 206 if (map->cache_bypass) in regcache_init() 366 map->cache_bypass = true; in regcache_default_sync() [all …]
|
| H A D | regmap.c | 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() [all …]
|
| H A D | regmap-debugfs.c | 506 struct regmap, cache_bypass); in regmap_cache_bypass_write_file() 517 if (new_val && !map->cache_bypass) { in regmap_cache_bypass_write_file() 520 } else if (!new_val && map->cache_bypass) { in regmap_cache_bypass_write_file() 523 map->cache_bypass = new_val; in regmap_cache_bypass_write_file() 625 &map->cache_bypass, in regmap_debugfs_init()
|
| H A D | regcache-maple.c | 250 map->cache_bypass = true; in regcache_maple_sync() 288 map->cache_bypass = false; in regcache_maple_sync()
|
| H A D | regmap-kunit.c | 466 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed() 489 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed() 510 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed() 532 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed_volatile() 555 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed_volatile() 575 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed_volatile() 994 static void cache_bypass(struct kunit *test) in cache_bypass() function 2157 KUNIT_CASE_PARAM(cache_bypass, real_cache_types_gen_params),
|
| /linux/Documentation/networking/ |
| H A D | ipvs-sysctl.rst | 69 cache_bypass - BOOLEAN
|