/openbmc/linux/drivers/base/regmap/ |
H A D | regcache.c | 119 if (map->cache_type == REGCACHE_NONE) { in regcache_init() 212 if (map->cache_type == REGCACHE_NONE) in regcache_exit() 242 if (map->cache_type == REGCACHE_NONE) in regcache_read() 271 if (map->cache_type == REGCACHE_NONE) in regcache_write() 361 if (WARN_ON(map->cache_type == REGCACHE_NONE)) in regcache_sync() 453 if (WARN_ON(map->cache_type == REGCACHE_NONE)) in regcache_sync_region() 539 WARN_ON(map->cache_type != REGCACHE_NONE && in regcache_cache_only()
|
H A D | regmap-kunit.c | 46 { REGCACHE_NONE, "none" }, 144 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[0]); in basic_read_write() 181 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in bulk_write() 214 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in bulk_read() 319 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in reg_defaults() 342 KUNIT_EXPECT_EQ(test, t->type != REGCACHE_NONE, data->read[i]); in reg_defaults_read_dev() 353 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in reg_defaults_read_dev() 440 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, in stride() 594 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in stress_insert() 908 { "none-little", REGCACHE_NONE, REGMAP_ENDIAN_LITTLE }, [all …]
|
/openbmc/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,
|
/openbmc/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 | rsmu_i2c.c | 181 .cache_type = REGCACHE_NONE, 200 .cache_type = REGCACHE_NONE,
|
H A D | rsmu_spi.c | 186 .cache_type = REGCACHE_NONE, 195 .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 | rk8xx-i2c.c | 107 .cache_type = REGCACHE_NONE,
|
H A D | intel_soc_pmic_chtdc_ti.c | 85 .cache_type = REGCACHE_NONE,
|
H A D | mc13xxx-spi.c | 55 .cache_type = REGCACHE_NONE,
|
H A D | intel_soc_pmic_crc.c | 116 .cache_type = REGCACHE_NONE,
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | zpa2326_i2c.c | 28 .cache_type = REGCACHE_NONE,
|
H A D | zpa2326_spi.c | 29 .cache_type = REGCACHE_NONE,
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | realtek-mdio.c | 125 .cache_type = REGCACHE_NONE, 139 .cache_type = REGCACHE_NONE,
|
H A D | realtek-smi.c | 336 .cache_type = REGCACHE_NONE, 350 .cache_type = REGCACHE_NONE,
|
/openbmc/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,
|
/openbmc/linux/drivers/leds/ |
H A D | leds-lp8860.c | 334 .cache_type = REGCACHE_NONE, 372 .cache_type = REGCACHE_NONE,
|
/openbmc/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,
|
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7604.c | 3268 .cache_type = REGCACHE_NONE, 3276 .cache_type = REGCACHE_NONE, 3284 .cache_type = REGCACHE_NONE, 3292 .cache_type = REGCACHE_NONE, 3300 .cache_type = REGCACHE_NONE, 3308 .cache_type = REGCACHE_NONE, 3316 .cache_type = REGCACHE_NONE, 3324 .cache_type = REGCACHE_NONE, 3332 .cache_type = REGCACHE_NONE, 3341 .cache_type = REGCACHE_NONE, [all …]
|
/openbmc/linux/drivers/net/mdio/ |
H A D | mdio-ipq8064.c | 106 .cache_type = REGCACHE_NONE,
|
/openbmc/linux/drivers/net/can/m_can/ |
H A D | tcan4x5x-regmap.c | 143 .cache_type = REGCACHE_NONE,
|