Searched refs:cache_bypass (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/base/regmap/
H A Dregcache.c43 map->cache_bypass = true;
54 bool cache_bypass = map->cache_bypass; local
58 map->cache_bypass = true;
66 map->cache_bypass = cache_bypass;
88 bool cache_bypass = map->cache_bypass; local
90 map->cache_bypass = true;
92 map->cache_bypass
[all...]
H A Dregmap-debugfs.c511 struct regmap, cache_bypass);
526 if (new_val && !map->cache_bypass) {
527 dev_warn(map->dev, "debugfs cache_bypass=Y forced\n");
529 } else if (!new_val && map->cache_bypass) {
530 dev_warn(map->dev, "debugfs cache_bypass=N forced\n");
532 map->cache_bypass = new_val;
634 debugfs_create_file("cache_bypass", 0600, map->debugfs,
635 &map->cache_bypass,
H A Dregmap.c1431 map->cache_bypass = false;
1624 if (!map->cache_bypass && map->format.parse_val) {
1786 } else if (ret != 0 && !map->cache_bypass && map->format.parse_val) {
1909 if (!map->cache_bypass && !map->defer_caching) {
2100 if (!map->cache_bypass && !map->defer_caching) {
2550 if (!map->cache_bypass) {
2655 bypass = map->cache_bypass;
2656 map->cache_bypass = true;
2660 map->cache_bypass = bypass;
2788 if (!map->cache_bypass) {
[all...]
H A Dregcache-maple.c250 map->cache_bypass = true;
288 map->cache_bypass = false;
H A Dinternal.h148 bool cache_bypass; member in struct:regmap
H A Dregmap-kunit.c608 static void cache_bypass(struct kunit *test) function
1421 KUNIT_CASE_PARAM(cache_bypass, real_cache_types_gen_params),

Completed in 121 milliseconds