Home
last modified time | relevance | path

Searched refs:cache_type (Results 1 – 200 of 237) sorted by relevance

12

/linux-4.4.14/arch/metag/kernel/
Dcachepart.c98 unsigned int cache_type; in check_for_cache_aliasing() local
99 for (cache_type = ICACHE; cache_type <= DCACHE; cache_type++) { in check_for_cache_aliasing()
101 get_thread_cache_size(cache_type, thread_id); in check_for_cache_aliasing()
104 cache_type ? "DCACHE" : "ICACHE"); in check_for_cache_aliasing()
110 cache_type ? "DCACHE" : "ICACHE", thread_id); in check_for_cache_aliasing()
112 cache_type ? "DCACHE" : "ICACHE", in check_for_cache_aliasing()
113 cache_type ? get_dcache_size() in check_for_cache_aliasing()
116 cache_type ? "CACHE" : "ICACHE", in check_for_cache_aliasing()
/linux-4.4.14/arch/sh/mm/
Dcache-debugfs.c19 enum cache_type { enum
27 unsigned int cache_type = (unsigned int)file->private; in cache_seq_show() local
47 if (cache_type == CACHE_TYPE_DCACHE) { in cache_seq_show()
61 if ((ccr & CCR_CACHE_ORA) && cache_type == CACHE_TYPE_DCACHE) in cache_seq_show()
/linux-4.4.14/arch/s390/kernel/
Dcache.c60 static const enum cache_type cache_type_map[] = {
92 static inline enum cache_type get_cache_type(struct cache_info *ci, int level) in get_cache_type()
113 enum cache_type type, unsigned int level, int cpu) in ci_leaf_init()
139 enum cache_type ctype; in init_cache_level()
164 enum cache_type ctype; in populate_cache_leaves()
/linux-4.4.14/drivers/mfd/
Dsec-core.c196 .cache_type = REGCACHE_FLAT,
205 .cache_type = REGCACHE_FLAT,
214 .cache_type = REGCACHE_FLAT,
223 .cache_type = REGCACHE_FLAT,
232 .cache_type = REGCACHE_FLAT,
241 .cache_type = REGCACHE_FLAT,
250 .cache_type = REGCACHE_FLAT,
Dbcm590xx.c35 .cache_type = REGCACHE_RBTREE,
42 .cache_type = REGCACHE_RBTREE,
Dwm8994-regmap.c1246 .cache_type = REGCACHE_RBTREE,
1261 .cache_type = REGCACHE_RBTREE,
1276 .cache_type = REGCACHE_RBTREE,
Dwm8350-regmap.c332 .cache_type = REGCACHE_RBTREE,
Daxp20x.c218 .cache_type = REGCACHE_RBTREE,
227 .cache_type = REGCACHE_RBTREE,
236 .cache_type = REGCACHE_RBTREE,
245 .cache_type = REGCACHE_RBTREE,
Dmc13xxx-i2c.c55 .cache_type = REGCACHE_NONE,
Dsmsc-ece1099.c31 .cache_type = REGCACHE_RBTREE,
Dmax8907.c70 .cache_type = REGCACHE_RBTREE,
115 .cache_type = REGCACHE_RBTREE,
Drn5t618.c47 .cache_type = REGCACHE_RBTREE,
Dintel_soc_pmic_crc.c122 .cache_type = REGCACHE_NONE,
Dsi476x-prop.c233 .cache_type = REGCACHE_RBTREE,
Dmc13xxx-spi.c59 .cache_type = REGCACHE_NONE,
Dwm8400-core.c146 .cache_type = REGCACHE_RBTREE,
Das3711.c113 .cache_type = REGCACHE_RBTREE,
Dtps65090.c166 .cache_type = REGCACHE_RBTREE,
Drk808.c64 .cache_type = REGCACHE_RBTREE,
Dtps65218.c141 .cache_type = REGCACHE_RBTREE,
Dda9063-i2c.c206 .cache_type = REGCACHE_RBTREE,
Dda9055-core.c252 .cache_type = REGCACHE_RBTREE,
Drc5t583.c246 .cache_type = REGCACHE_RBTREE,
Dwm5102-tables.c1936 .cache_type = REGCACHE_RBTREE,
1952 .cache_type = REGCACHE_RBTREE,
Dda9052-core.c535 .cache_type = REGCACHE_RBTREE,
Dmax77686.c132 .cache_type = REGCACHE_RBTREE,
Das3722.c325 .cache_type = REGCACHE_RBTREE,
Dtps65910.c297 .cache_type = REGCACHE_RBTREE,
Dda9062-core.c432 .cache_type = REGCACHE_RBTREE,
Dda9150-core.c176 .cache_type = REGCACHE_RBTREE,
Dsta2x11-mfd.c339 regmap_config->cache_type = REGCACHE_NONE; in sta2x11_mfd_platform_probe()
Dwm5110-tables.c3213 .cache_type = REGCACHE_RBTREE,
3229 .cache_type = REGCACHE_RBTREE,
Dwm8998-tables.c1582 .cache_type = REGCACHE_RBTREE,
Dwm8997-tables.c1529 .cache_type = REGCACHE_RBTREE,
Dtps6586x.c465 .cache_type = REGCACHE_RBTREE,
Dtwl6040.c596 .cache_type = REGCACHE_RBTREE,
Dtwl-core.c329 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/arch/arm64/kernel/
Dcacheinfo.c36 static inline enum cache_type get_cache_type(int level) in get_cache_type()
68 enum cache_type type, unsigned int level) in ci_leaf_init()
110 enum cache_type type; in __populate_cache_leaves()
/linux-4.4.14/arch/ia64/kernel/
Dsal.c245 u64 vector, cache_type = 3; in check_sal_cache_flush() local
263 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0); in check_sal_cache_flush()
284 ia64_sal_cache_flush (u64 cache_type) in ia64_sal_cache_flush() argument
295 rc = ia64_pal_cache_flush(cache_type, in ia64_sal_cache_flush()
301 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0); in ia64_sal_cache_flush()
/linux-4.4.14/include/linux/
Dcacheinfo.h11 enum cache_type { enum
47 enum cache_type type;
Dregmap.h229 enum regcache_type cache_type; member
/linux-4.4.14/arch/ia64/include/asm/
Dpal.h284 u64 cache_type : 8, /* 7-0 cache type */ member
297 u64 cache_type : 8, /* 7-0 cache type */ member
327 #define pclid_read_cache_type pclid_info_read.cache_type
336 #define pclid_write_cache_type pclid_info_write.cache_type
907 ia64_pal_cache_config_info (u64 cache_level, u64 cache_type, pal_cache_config_info_t *conf) in ia64_pal_cache_config_info() argument
911 PAL_CALL(iprv, PAL_CACHE_INFO, cache_level, cache_type, 0); in ia64_pal_cache_config_info()
925 ia64_pal_cache_prot_info (u64 cache_level, u64 cache_type, pal_cache_protection_info_t *prot) in ia64_pal_cache_prot_info() argument
929 PAL_CALL(iprv, PAL_CACHE_PROT_INFO, cache_level, cache_type, 0); in ia64_pal_cache_prot_info()
948 ia64_pal_cache_flush (u64 cache_type, u64 invalidate, u64 *progress, u64 *vector) in ia64_pal_cache_flush() argument
951 PAL_CALL(iprv, PAL_CACHE_FLUSH, cache_type, invalidate, *progress); in ia64_pal_cache_flush()
[all …]
Dsal.h668 extern s64 ia64_sal_cache_flush (u64 cache_type);
/linux-4.4.14/drivers/base/regmap/
Dregcache.c107 if (map->cache_type == REGCACHE_NONE) { in regcache_init()
113 if (cache_types[i]->type == map->cache_type) in regcache_init()
118 map->cache_type); in regcache_init()
182 if (map->cache_type == REGCACHE_NONE) in regcache_exit()
212 if (map->cache_type == REGCACHE_NONE) in regcache_read()
241 if (map->cache_type == REGCACHE_NONE) in regcache_write()
Dinternal.h116 enum regcache_type cache_type; member
Dregmap.c603 map->cache_type = config->cache_type; in __regmap_init()
1063 map->cache_type = config->cache_type; in regmap_reinit_cache()
2307 map->cache_type == REGCACHE_NONE) { in regmap_raw_read()
2420 if (map->bus && map->format.parse_inplace && (vol || map->cache_type == REGCACHE_NONE)) { in regmap_bulk_read()
Dregmap-debugfs.c610 if (map->cache_type) { in regmap_debugfs_init()
/linux-4.4.14/arch/arc/kernel/
Dperf_event.c126 unsigned int cache_type, cache_op, cache_result; in arc_pmu_cache_event() local
129 cache_type = (config >> 0) & 0xff; in arc_pmu_cache_event()
132 if (cache_type >= PERF_COUNT_HW_CACHE_MAX) in arc_pmu_cache_event()
139 ret = arc_pmu_cache_map[cache_type][cache_op][cache_result]; in arc_pmu_cache_event()
145 cache_type, cache_op, cache_result, ret, in arc_pmu_cache_event()
/linux-4.4.14/arch/xtensa/kernel/
Dperf_event.c109 unsigned int cache_type, cache_op, cache_result; in xtensa_pmu_cache_event() local
112 cache_type = (config >> 0) & 0xff; in xtensa_pmu_cache_event()
116 if (cache_type >= ARRAY_SIZE(xtensa_cache_ctl) || in xtensa_pmu_cache_event()
121 ret = xtensa_cache_ctl[cache_type][cache_op][cache_result]; in xtensa_pmu_cache_event()
/linux-4.4.14/drivers/staging/iio/magnetometer/
Dhmc5843_spi.c56 .cache_type = REGCACHE_RBTREE,
Dhmc5843_i2c.c56 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c247 props->cache_type |= HSA_CACHE_TYPE_DATA; in kfd_parse_subtype_cache()
249 props->cache_type |= HSA_CACHE_TYPE_INSTRUCTION; in kfd_parse_subtype_cache()
251 props->cache_type |= HSA_CACHE_TYPE_CPU; in kfd_parse_subtype_cache()
253 props->cache_type |= HSA_CACHE_TYPE_HSACU; in kfd_parse_subtype_cache()
612 sysfs_show_32bit_prop(buffer, "type", cache->cache_type); in kfd_cache_show()
627 static struct kobj_type cache_type = { variable
895 ret = kobject_init_and_add(cache->kobj, &cache_type, in kfd_build_sysfs_node_entry()
Dkfd_topology.h111 uint32_t cache_type; member
/linux-4.4.14/sound/soc/codecs/
Dak4642.c563 .cache_type = REGCACHE_RBTREE,
572 .cache_type = REGCACHE_RBTREE,
581 .cache_type = REGCACHE_RBTREE,
Dlm4857.c118 .cache_type = REGCACHE_FLAT,
Dmax9877.c138 .cache_type = REGCACHE_RBTREE,
Dtas571x.c262 .cache_type = REGCACHE_RBTREE,
316 .cache_type = REGCACHE_RBTREE,
Dmax9768.c170 .cache_type = REGCACHE_RBTREE,
Dsti-sas.c432 .cache_type = REGCACHE_RBTREE,
445 .cache_type = REGCACHE_RBTREE,
Dad1980.c99 .cache_type = REGCACHE_RBTREE,
Dwm8728.c239 .cache_type = REGCACHE_RBTREE,
Dtfa9879.c251 .cache_type = REGCACHE_RBTREE,
Dmax9850.c67 .cache_type = REGCACHE_RBTREE,
Djz4740.c317 .cache_type = REGCACHE_RBTREE,
Dsta529.c331 .cache_type = REGCACHE_RBTREE,
Dcs4349.c277 .cache_type = REGCACHE_RBTREE,
Dak4104.c262 .cache_type = REGCACHE_RBTREE,
Dts3a227e.c266 .cache_type = REGCACHE_RBTREE,
Dad1836.c362 .cache_type = REGCACHE_RBTREE,
Dak4535.c388 .cache_type = REGCACHE_RBTREE,
Dwm8711.c396 .cache_type = REGCACHE_RBTREE,
Dssm4567.c441 .cache_type = REGCACHE_RBTREE,
Dadau1781.c474 .cache_type = REGCACHE_RBTREE,
Dak4671.c630 .cache_type = REGCACHE_RBTREE,
Dda7210.c1206 .cache_type = REGCACHE_RBTREE,
1301 .cache_type = REGCACHE_RBTREE,
Dwm8776.c454 .cache_type = REGCACHE_RBTREE,
Dml26124.c558 .cache_type = REGCACHE_RBTREE,
Dcs42l51.c520 .cache_type = REGCACHE_RBTREE,
Dwm8523.c442 .cache_type = REGCACHE_RBTREE,
Dssm2602.c620 .cache_type = REGCACHE_RBTREE,
Duda134x.c538 .cache_type = REGCACHE_RBTREE,
Dwm9090.c567 .cache_type = REGCACHE_RBTREE,
Dcs4265.c568 .cache_type = REGCACHE_RBTREE,
Dcs35l32.c265 .cache_type = REGCACHE_RBTREE,
Dwm8971.c672 .cache_type = REGCACHE_RBTREE,
Dtlv320aic23.c60 .cache_type = REGCACHE_RBTREE,
Dcs42xx8.c376 .cache_type = REGCACHE_RBTREE,
Dwm8974.c577 .cache_type = REGCACHE_FLAT,
Dsirf-audio-codec.c454 .cache_type = REGCACHE_NONE,
Dak4641.c525 .cache_type = REGCACHE_RBTREE,
Dwm8737.c603 .cache_type = REGCACHE_RBTREE,
Dwm8510.c610 .cache_type = REGCACHE_RBTREE,
Dcs4270.c643 .cache_type = REGCACHE_RBTREE,
Dmax98925.c559 .cache_type = REGCACHE_RBTREE,
Dwm8750.c738 .cache_type = REGCACHE_RBTREE,
Dwm8770.c637 .cache_type = REGCACHE_RBTREE,
Dwm8741.c524 .cache_type = REGCACHE_RBTREE,
Dcs4271.c650 .cache_type = REGCACHE_RBTREE,
Dadau1761.c799 .cache_type = REGCACHE_RBTREE,
Dwm8804.c561 .cache_type = REGCACHE_RBTREE,
Dssm2518.c732 .cache_type = REGCACHE_RBTREE,
Des8328.c710 .cache_type = REGCACHE_RBTREE,
Dwm8988.c835 .cache_type = REGCACHE_RBTREE,
Disabelle.c1108 .cache_type = REGCACHE_RBTREE,
Dtas2552.c685 .cache_type = REGCACHE_RBTREE,
Dwm8731.c654 .cache_type = REGCACHE_RBTREE,
Dwm8580.c928 .cache_type = REGCACHE_RBTREE,
Dalc5632.c1091 .cache_type = REGCACHE_RBTREE,
Dadav80x.c871 .cache_type = REGCACHE_RBTREE,
Dwm8978.c1017 .cache_type = REGCACHE_RBTREE,
Dadau1977.c999 .cache_type = REGCACHE_RBTREE,
Dwm8955.c964 .cache_type = REGCACHE_RBTREE,
Dtas5086.c913 .cache_type = REGCACHE_RBTREE,
Dadau1701.c782 .cache_type = REGCACHE_RBTREE,
Dalc5623.c968 .cache_type = REGCACHE_RBTREE,
Dwm8961.c906 .cache_type = REGCACHE_RBTREE,
Dwm8983.c997 .cache_type = REGCACHE_RBTREE,
Dwm8985.c1060 .cache_type = REGCACHE_RBTREE,
Dlm49453.c1410 .cache_type = REGCACHE_RBTREE,
Dwm8990.c1318 .cache_type = REGCACHE_RBTREE,
Dcs42l73.c1278 .cache_type = REGCACHE_RBTREE,
Drt286.c1092 .cache_type = REGCACHE_RBTREE,
Dwm8900.c1232 .cache_type = REGCACHE_RBTREE,
Dwm8991.c1255 .cache_type = REGCACHE_RBTREE,
Drt298.c1120 .cache_type = REGCACHE_RBTREE,
Dsta32x.c1008 .cache_type = REGCACHE_RBTREE,
Dda9055.c1474 .cache_type = REGCACHE_RBTREE,
Dwm8960.c1266 .cache_type = REGCACHE_RBTREE,
Dwm9081.c1302 .cache_type = REGCACHE_RBTREE,
Dsta350.c1074 .cache_type = REGCACHE_RBTREE,
Dcs42l52.c1089 .cache_type = REGCACHE_RBTREE,
Dnau8825.c836 .cache_type = REGCACHE_RBTREE,
Dtlv320aic31xx.c140 .cache_type = REGCACHE_RBTREE,
Dsgtl5000.c1436 .cache_type = REGCACHE_RBTREE,
Dcs42l56.c1142 .cache_type = REGCACHE_RBTREE,
Dwm8753.c1509 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/arch/powerpc/kernel/
Dcacheinfo.c683 const char *cache_type; in cacheinfo_create_index_opt_attrs() local
694 cache_type = cache_type_string(cache); in cacheinfo_create_index_opt_attrs()
712 cache_type, rc); in cacheinfo_create_index_opt_attrs()
717 attr->attr.name, cache_name, cache_type); in cacheinfo_create_index_opt_attrs()
/linux-4.4.14/drivers/perf/
Darm_pmu.c36 unsigned int cache_type, cache_op, cache_result, ret; in armpmu_map_cache_event() local
38 cache_type = (config >> 0) & 0xff; in armpmu_map_cache_event()
39 if (cache_type >= PERF_COUNT_HW_CACHE_MAX) in armpmu_map_cache_event()
50 ret = (int)(*cache_map)[cache_type][cache_op][cache_result]; in armpmu_map_cache_event()
/linux-4.4.14/arch/tile/kernel/
Dperf_event.c757 unsigned int cache_type, cache_op, cache_result; in tile_map_cache_event() local
763 cache_type = (config >> 0) & 0xff; in tile_map_cache_event()
764 if (cache_type >= PERF_COUNT_HW_CACHE_MAX) in tile_map_cache_event()
775 code = (*tile_pmu->cache_events)[cache_type][cache_op][cache_result]; in tile_map_cache_event()
/linux-4.4.14/drivers/media/i2c/
Dadv7604.c2870 .cache_type = REGCACHE_NONE,
2878 .cache_type = REGCACHE_NONE,
2886 .cache_type = REGCACHE_NONE,
2894 .cache_type = REGCACHE_NONE,
2902 .cache_type = REGCACHE_NONE,
2910 .cache_type = REGCACHE_NONE,
2918 .cache_type = REGCACHE_NONE,
2926 .cache_type = REGCACHE_NONE,
2934 .cache_type = REGCACHE_NONE,
2943 .cache_type = REGCACHE_NONE,
[all …]
Dmt9v032.c875 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/arch/x86/kernel/cpu/
Dintel_cacheinfo.c29 char cache_type; member
216 static const enum cache_type cache_type_map[] = {
739 if (only_trace && cache_table[k].cache_type != LVL_TRACE) in init_intel_cacheinfo()
741 switch (cache_table[k].cache_type) { in init_intel_cacheinfo()
Dperf_event.c295 unsigned int cache_type, cache_op, cache_result; in set_ext_hw_attr() local
300 cache_type = (config >> 0) & 0xff; in set_ext_hw_attr()
301 if (cache_type >= PERF_COUNT_HW_CACHE_MAX) in set_ext_hw_attr()
312 val = hw_cache_event_ids[cache_type][cache_op][cache_result]; in set_ext_hw_attr()
321 attr->config1 = hw_cache_extra_regs[cache_type][cache_op][cache_result]; in set_ext_hw_attr()
/linux-4.4.14/drivers/leds/
Dleds-lp8860.c332 .cache_type = REGCACHE_NONE,
370 .cache_type = REGCACHE_NONE,
/linux-4.4.14/drivers/regulator/
Disl9305.c137 .cache_type = REGCACHE_RBTREE,
Dtps51632-regulator.c213 .cache_type = REGCACHE_RBTREE,
Dtps62360-regulator.c292 .cache_type = REGCACHE_RBTREE,
Dltc3589.c407 .cache_type = REGCACHE_RBTREE,
Dpfuze100-regulator.c511 .cache_type = REGCACHE_RBTREE,
Dmax8973-regulator.c464 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/sound/soc/tegra/
Dtegra20_das.c131 .cache_type = REGCACHE_FLAT,
Dtegra20_spdif.c262 .cache_type = REGCACHE_FLAT,
Dtegra30_ahub.c474 .cache_type = REGCACHE_FLAT,
493 .cache_type = REGCACHE_FLAT,
Dtegra20_i2s.c336 .cache_type = REGCACHE_FLAT,
Dtegra20_ac97.c308 .cache_type = REGCACHE_FLAT,
Dtegra30_i2s.c360 .cache_type = REGCACHE_FLAT,
/linux-4.4.14/drivers/net/ethernet/microchip/
Dencx24j600-regmap.c471 .cache_type = REGCACHE_RBTREE,
492 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/drivers/input/misc/
Ddrv2665.c164 .cache_type = REGCACHE_NONE,
Ddrv2667.c339 .cache_type = REGCACHE_NONE,
Ddrv260x.c468 .cache_type = REGCACHE_NONE,
/linux-4.4.14/arch/x86/kvm/
Dcpuid.c402 int i, cache_type; in __do_cpuid_ent() local
410 cache_type = entry[i - 1].eax & 0x1f; in __do_cpuid_ent()
411 if (!cache_type) in __do_cpuid_ent()
/linux-4.4.14/sound/soc/bcm/
Dbcm2835-i2s.c771 .cache_type = REGCACHE_RBTREE,
779 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/tools/perf/util/
Dparse-events.c341 int cache_type = -1, cache_op = -1, cache_result = -1; in parse_events_add_cache() local
349 cache_type = parse_aliases(type, perf_evsel__hw_cache, in parse_events_add_cache()
351 if (cache_type == -1) in parse_events_add_cache()
365 if (!perf_evsel__is_cache_op_valid(cache_type, cache_op)) in parse_events_add_cache()
392 attr.config = cache_type | (cache_op << 8) | (cache_result << 16); in parse_events_add_cache()
/linux-4.4.14/drivers/staging/iio/light/
Disl29018.c652 .cache_type = REGCACHE_RBTREE,
662 .cache_type = REGCACHE_RBTREE,
Disl29028.c475 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c689 unsigned int cache_type, cache_op, cache_result; in mipspmu_map_cache_event() local
692 cache_type = (config >> 0) & 0xff; in mipspmu_map_cache_event()
693 if (cache_type >= PERF_COUNT_HW_CACHE_MAX) in mipspmu_map_cache_event()
705 [cache_type] in mipspmu_map_cache_event()
/linux-4.4.14/sound/soc/rockchip/
Drockchip_spdif.c272 .cache_type = REGCACHE_FLAT,
Drockchip_i2s.c447 .cache_type = REGCACHE_FLAT,
/linux-4.4.14/drivers/clk/
Dclk-si514.c297 .cache_type = REGCACHE_RBTREE,
Dclk-si570.c400 .cache_type = REGCACHE_RBTREE,
Dclk-cdce925.c484 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/arch/sparc/kernel/
Dperf_event.c1183 unsigned int cache_type, cache_op, cache_result; in sparc_map_cache_event() local
1189 cache_type = (config >> 0) & 0xff; in sparc_map_cache_event()
1190 if (cache_type >= PERF_COUNT_HW_CACHE_MAX) in sparc_map_cache_event()
1201 pmap = &((*sparc_pmu->cache_map)[cache_type][cache_op][cache_result]); in sparc_map_cache_event()
/linux-4.4.14/drivers/pwm/
Dpwm-pca9685.c296 .cache_type = REGCACHE_NONE,
Dpwm-fsl-ftm.c417 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/drivers/iio/light/
Djsa1212.c316 .cache_type = REGCACHE_RBTREE,
Dpa12203001.c127 .cache_type = REGCACHE_RBTREE,
Drpr0521.c469 .cache_type = REGCACHE_RBTREE,
Dstk3310.c498 .cache_type = REGCACHE_RBTREE,
Dapds9960.c227 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/drivers/iio/pressure/
Dbmp280.c134 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/sound/hda/
Dhdac_regmap.c336 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_drv.c35 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/sound/soc/sirf/
Dsirf-usp.c352 .cache_type = REGCACHE_NONE,
/linux-4.4.14/drivers/block/
Dvirtio_blk.c538 __ATTR(cache_type, S_IRUGO,
541 __ATTR(cache_type, S_IRUGO|S_IWUSR,
/linux-4.4.14/drivers/iio/magnetometer/
Dmmc35240.c478 .cache_type = REGCACHE_FLAT,
Dbmc150_magn.c224 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/drivers/input/keyboard/
Dcap11xx.c176 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/drivers/iio/dac/
Dad5380.c472 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/sound/soc/qcom/
Dlpass-cpu.c357 .cache_type = REGCACHE_FLAT,
/linux-4.4.14/drivers/net/ieee802154/
Dmrf24j40.c394 .cache_type = REGCACHE_RBTREE,
501 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/sound/soc/xtensa/
Dxtfpga-i2s.c120 .cache_type = REGCACHE_FLAT,
/linux-4.4.14/drivers/hwmon/
Demc1403.c422 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/sound/soc/atmel/
Datmel-classd.c535 .cache_type = REGCACHE_FLAT,
/linux-4.4.14/drivers/gpu/drm/i2c/
Dadv7511.c154 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/sound/soc/fsl/
Dfsl_sai.c705 .cache_type = REGCACHE_FLAT,
Dfsl_esai.c772 .cache_type = REGCACHE_RBTREE,
Dfsl_asrc.c722 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/drivers/iio/proximity/
Dsx9500.c203 .cache_type = REGCACHE_RBTREE,
/linux-4.4.14/drivers/power/
Dbq25890_charger.c136 .cache_type = REGCACHE_RBTREE,
Dbq24257_charger.c130 .cache_type = REGCACHE_RBTREE,

12