Searched refs:cache_bypass (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/base/regmap/ |
| H A D | regcache.c | 74 map->cache_bypass = true; in regcache_hw_init() 85 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local 89 map->cache_bypass = true; in regcache_hw_init() 97 map->cache_bypass = cache_bypass; in regcache_hw_init() 119 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local 121 map->cache_bypass = true; in regcache_hw_init() 123 map->cache_bypass = cache_bypass; in regcache_hw_init() 155 map->cache_bypass = true; in regcache_init() 217 if (map->cache_bypass) in regcache_init() 360 map->cache_bypass = true; in regcache_default_sync() [all …]
|
| H A D | regmap.c | 1442 map->cache_bypass = false; in regmap_reinit_cache() 2563 if (!map->cache_bypass) { in _regmap_multi_reg_write() 2668 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed() 2669 map->cache_bypass = true; in regmap_multi_reg_write_bypassed() 2673 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed() 2801 if (!map->cache_bypass) { in _regmap_read() 2820 if (!map->cache_bypass) in _regmap_read() 2875 bypass = map->cache_bypass; in regmap_read_bypassed() 2877 map->cache_bypass = true; in regmap_read_bypassed() 2882 map->cache_bypass = bypass; in regmap_read_bypassed() [all …]
|
| H A D | regmap-debugfs.c | 511 struct regmap, cache_bypass); in regmap_cache_bypass_write_file() 526 if (new_val && !map->cache_bypass) { in regmap_cache_bypass_write_file() 529 } else if (!new_val && map->cache_bypass) { in regmap_cache_bypass_write_file() 532 map->cache_bypass = new_val; in regmap_cache_bypass_write_file() 635 &map->cache_bypass, in regmap_debugfs_init()
|
| H A D | regcache-maple.c | 249 map->cache_bypass = true; in regcache_maple_sync() 287 map->cache_bypass = false; in regcache_maple_sync()
|
| H A D | regmap-kunit.c | 407 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed() 430 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed() 451 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed() 473 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed_volatile() 496 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed_volatile() 516 KUNIT_EXPECT_FALSE(test, map->cache_bypass); in read_bypassed_volatile() 887 static void cache_bypass(struct kunit *test) in cache_bypass() function 2044 KUNIT_CASE_PARAM(cache_bypass, real_cache_types_gen_params),
|
| H A D | internal.h | 149 bool cache_bypass; member
|
| /linux-6.15/Documentation/networking/ |
| H A D | ipvs-sysctl.rst | 69 cache_bypass - BOOLEAN
|