Searched refs:cache_bypass (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regcache.c | 45 map->cache_bypass = true; in regcache_hw_init() 56 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local 60 map->cache_bypass = true; in regcache_hw_init() 68 map->cache_bypass = cache_bypass; in regcache_hw_init() 90 bool cache_bypass = map->cache_bypass; in regcache_hw_init() local 92 map->cache_bypass = true; in regcache_hw_init() 94 map->cache_bypass in regcache_hw_init() [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() 527 dev_warn(map->dev, "debugfs cache_bypass=Y forced\n"); in regmap_cache_bypass_write_file() 529 } else if (!new_val && map->cache_bypass) { in regmap_cache_bypass_write_file() 530 dev_warn(map->dev, "debugfs cache_bypass=N forced\n"); in regmap_cache_bypass_write_file() 532 map->cache_bypass = new_val; in regmap_cache_bypass_write_file() 634 debugfs_create_file("cache_bypass", 0600, map->debugfs, in regmap_debugfs_init() 635 &map->cache_bypass, in regmap_debugfs_init()
|
H A D | regmap.c | 1464 map->cache_bypass = false; in regmap_reinit_cache() 1645 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl() 1806 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl() 1920 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write() 2451 if (!map->cache_bypass) { in _regmap_multi_reg_write() 2556 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed() 2557 map->cache_bypass = true; in regmap_multi_reg_write_bypassed() 2561 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed() 2680 if (!map->cache_bypass) { in _regmap_read() 2699 if (!map->cache_bypass) in _regmap_read() [all...] |
H A D | regcache-lzo.c | 348 map->cache_bypass = true; in regcache_lzo_sync() 350 map->cache_bypass = false; in regcache_lzo_sync()
|
H A D | internal.h | 134 bool cache_bypass; member
|
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H 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 in regcache_hw_init() [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() 527 dev_warn(map->dev, "debugfs cache_bypass=Y forced\n"); in regmap_cache_bypass_write_file() 529 } else if (!new_val && map->cache_bypass) { in regmap_cache_bypass_write_file() 530 dev_warn(map->dev, "debugfs cache_bypass=N forced\n"); in regmap_cache_bypass_write_file() 532 map->cache_bypass = new_val; in regmap_cache_bypass_write_file() 634 debugfs_create_file("cache_bypass", 0600, map->debugfs, in regmap_debugfs_init() 635 &map->cache_bypass, in regmap_debugfs_init()
|
H A D | regmap.c | 1429 map->cache_bypass = false; in regmap_reinit_cache() 1622 if (!map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl() 1784 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) { in _regmap_raw_write_impl() 1907 if (!map->cache_bypass && !map->defer_caching) { in _regmap_write() 2098 if (!map->cache_bypass && !map->defer_caching) { in regmap_noinc_readwrite() 2548 if (!map->cache_bypass) { in _regmap_multi_reg_write() 2653 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed() 2654 map->cache_bypass = true; in regmap_multi_reg_write_bypassed() 2658 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed() 2786 if (!map->cache_bypass) { in _regmap_read() [all...] |
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 | internal.h | 147 bool cache_bypass; member
|
H A D | regmap-kunit.c | 600 static void cache_bypass(struct kunit *test) in cache_bypass() function 1235 KUNIT_CASE_PARAM(cache_bypass, real_cache_types_gen_params),
|
Completed in 14 milliseconds