Searched refs:REGCACHE_NONE (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/base/regmap/ |
D | regcache.c | 107 if (map->cache_type == REGCACHE_NONE) { 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()
|
D | regmap.c | 2186 map->cache_type == REGCACHE_NONE) { in regmap_raw_read() 2290 if (map->bus && map->format.parse_inplace && (vol || map->cache_type == REGCACHE_NONE)) { in regmap_bulk_read()
|
/linux-4.1.27/drivers/mfd/ |
D | mc13xxx-i2c.c | 55 .cache_type = REGCACHE_NONE,
|
D | intel_soc_pmic_crc.c | 119 .cache_type = REGCACHE_NONE,
|
D | mc13xxx-spi.c | 59 .cache_type = REGCACHE_NONE,
|
D | sta2x11-mfd.c | 339 regmap_config->cache_type = REGCACHE_NONE; in sta2x11_mfd_platform_probe()
|
/linux-4.1.27/drivers/leds/ |
D | leds-lp8860.c | 332 .cache_type = REGCACHE_NONE, 370 .cache_type = REGCACHE_NONE,
|
/linux-4.1.27/drivers/pwm/ |
D | pwm-pca9685.c | 209 .cache_type = REGCACHE_NONE,
|
/linux-4.1.27/sound/soc/sirf/ |
D | sirf-usp.c | 352 .cache_type = REGCACHE_NONE,
|
/linux-4.1.27/drivers/input/misc/ |
D | drv2667.c | 339 .cache_type = REGCACHE_NONE,
|
D | drv260x.c | 468 .cache_type = REGCACHE_NONE,
|
/linux-4.1.27/sound/soc/codecs/ |
D | sirf-audio-codec.c | 454 .cache_type = REGCACHE_NONE,
|
D | rt5677.c | 4890 .cache_type = REGCACHE_NONE,
|
/linux-4.1.27/include/linux/ |
D | regmap.h | 34 REGCACHE_NONE, enumerator
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | rtl2832.c | 1243 dev->regmap_config.cache_type = REGCACHE_NONE, in rtl2832_probe()
|