Searched refs:cache_bypass (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/base/regmap/ |
| A D | regcache.c | 43 map->cache_bypass = true; in regcache_hw_init() 54 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local 58 map->cache_bypass = true; in regcache_hw_init() 66 map->cache_bypass = cache_bypass; in regcache_hw_init() 88 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local 90 map->cache_bypass = true; in regcache_hw_init() 92 map->cache_bypass = cache_bypass; in regcache_hw_init() 124 map->cache_bypass = true; in regcache_init() 186 if (map->cache_bypass) in regcache_init() 329 map->cache_bypass = true; in regcache_default_sync() [all …]
|
| A D | regmap.c | 1431 map->cache_bypass = false; in regmap_reinit_cache() 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() [all …]
|
| 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()
|
| A D | regcache-maple.c | 250 map->cache_bypass = true; in regcache_maple_sync() 288 map->cache_bypass = false; in regcache_maple_sync()
|
| 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 2002 KUNIT_CASE_PARAM(cache_bypass, real_cache_types_gen_params),
|
| A D | internal.h | 148 bool cache_bypass; member
|
| /linux/Documentation/networking/ |
| A D | ipvs-sysctl.rst | 69 cache_bypass - BOOLEAN
|
Completed in 22 milliseconds