/linux/drivers/base/regmap/ |
H A D | regcache.c | 119 if (map->cache_type == REGCACHE_NONE) { in regcache_init() 216 if (map->cache_type == REGCACHE_NONE) in regcache_exit() 248 if (map->cache_type == REGCACHE_NONE) in regcache_read() 277 if (map->cache_type == REGCACHE_NONE) in regcache_write() 367 if (WARN_ON(map->cache_type == REGCACHE_NONE)) in regcache_sync() 459 if (WARN_ON(map->cache_type == REGCACHE_NONE)) in regcache_sync_region() 545 WARN_ON(map->cache_type != REGCACHE_NONE && in regcache_cache_only()
|
H A D | regmap-kunit.c | 53 case REGCACHE_NONE: in regcache_type_name() 92 { .cache = REGCACHE_NONE }, 93 { .cache = REGCACHE_NONE, .fast_io = true }, 255 KUNIT_EXPECT_EQ(test, config.cache_type == REGCACHE_NONE, data->read[0]); in basic_read_write() 288 KUNIT_EXPECT_EQ(test, config.cache_type == REGCACHE_NONE, data->read[i]); in bulk_write() 317 KUNIT_EXPECT_EQ(test, config.cache_type == REGCACHE_NONE, data->read[i]); in bulk_read() 356 KUNIT_EXPECT_EQ(test, config.cache_type == REGCACHE_NONE, data->read[i]); in multi_write() 388 KUNIT_EXPECT_EQ(test, config.cache_type == REGCACHE_NONE, data->read[i]); in multi_read() 610 KUNIT_EXPECT_EQ(test, config.cache_type == REGCACHE_NONE, data->read[i]); in reg_defaults() 631 KUNIT_EXPECT_EQ(test, config.cache_type != REGCACHE_NONE, data->read[i]); in reg_defaults_read_dev() [all …]
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz8863_smi.c | 107 .cache_type = REGCACHE_NONE, 117 .cache_type = REGCACHE_NONE, 127 .cache_type = REGCACHE_NONE,
|
/linux/drivers/mfd/ |
H A D | ntxec.c | 126 .cache_type = REGCACHE_NONE, 135 .cache_type = REGCACHE_NONE,
|
H A D | atc260x-core.c | 58 .cache_type = REGCACHE_NONE, 65 .cache_type = REGCACHE_NONE,
|
H A D | mc13xxx-i2c.c | 51 .cache_type = REGCACHE_NONE,
|
H A D | altera-a10sr.c | 99 .cache_type = REGCACHE_NONE,
|
H A D | intel_soc_pmic_chtdc_ti.c | 85 .cache_type = REGCACHE_NONE,
|
H A D | mc13xxx-spi.c | 54 .cache_type = REGCACHE_NONE,
|
H A D | rk8xx-i2c.c | 163 .cache_type = REGCACHE_NONE,
|
H A D | intel_soc_pmic_crc.c | 116 .cache_type = REGCACHE_NONE,
|
H A D | gateworks-gsc.c | 171 .cache_type = REGCACHE_NONE,
|
/linux/drivers/iio/pressure/ |
H A D | zpa2326_spi.c | 29 .cache_type = REGCACHE_NONE,
|
H A D | zpa2326_i2c.c | 28 .cache_type = REGCACHE_NONE,
|
/linux/drivers/net/dsa/ |
H A D | lan9303_i2c.c | 29 .cache_type = REGCACHE_NONE,
|
H A D | lan9303_mdio.c | 96 .cache_type = REGCACHE_NONE,
|
/linux/drivers/leds/ |
H A D | leds-lp8860.c | 334 .cache_type = REGCACHE_NONE, 372 .cache_type = REGCACHE_NONE,
|
/linux/drivers/net/dsa/xrs700x/ |
H A D | xrs700x_i2c.c | 74 .cache_type = REGCACHE_NONE,
|
H A D | xrs700x_mdio.c | 102 .cache_type = REGCACHE_NONE,
|
/linux/drivers/net/can/m_can/ |
H A D | tcan4x5x-regmap.c | 143 .cache_type = REGCACHE_NONE,
|
/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-regmap.c | 426 .cache_type = REGCACHE_NONE, 453 .cache_type = REGCACHE_NONE,
|
/linux/drivers/regulator/ |
H A D | tps65132-regulator.c | 218 .cache_type = REGCACHE_NONE,
|
H A D | max20086-regulator.c | 211 .cache_type = REGCACHE_NONE,
|
/linux/drivers/input/misc/ |
H A D | drv2665.c | 156 .cache_type = REGCACHE_NONE,
|
/linux/drivers/net/dsa/realtek/ |
H A D | rtl83xx.c | 142 .cache_type = REGCACHE_NONE, in rtl83xx_probe()
|