Searched refs:REGCACHE_NONE (Results 1 – 25 of 76) sorted by relevance
1234
/linux-6.6.21/drivers/net/dsa/microchip/ |
D | ksz8863_smi.c | 107 .cache_type = REGCACHE_NONE, 117 .cache_type = REGCACHE_NONE, 127 .cache_type = REGCACHE_NONE,
|
/linux-6.6.21/drivers/base/regmap/ |
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()
|
D | regmap-kunit.c | 29 { REGCACHE_NONE, "none" }, 127 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[0]); in basic_read_write() 164 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in bulk_write() 197 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in bulk_read() 302 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in reg_defaults() 325 KUNIT_EXPECT_EQ(test, t->type != REGCACHE_NONE, data->read[i]); in reg_defaults_read_dev() 336 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in reg_defaults_read_dev() 423 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, in stride() 577 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]); in stress_insert() 891 { "none-little", REGCACHE_NONE, REGMAP_ENDIAN_LITTLE }, [all …]
|
/linux-6.6.21/drivers/mfd/ |
D | ntxec.c | 126 .cache_type = REGCACHE_NONE, 135 .cache_type = REGCACHE_NONE,
|
D | rsmu_i2c.c | 181 .cache_type = REGCACHE_NONE, 200 .cache_type = REGCACHE_NONE,
|
D | rsmu_spi.c | 186 .cache_type = REGCACHE_NONE, 195 .cache_type = REGCACHE_NONE,
|
D | atc260x-core.c | 58 .cache_type = REGCACHE_NONE, 65 .cache_type = REGCACHE_NONE,
|
D | mc13xxx-i2c.c | 51 .cache_type = REGCACHE_NONE,
|
D | altera-a10sr.c | 99 .cache_type = REGCACHE_NONE,
|
D | rk8xx-i2c.c | 107 .cache_type = REGCACHE_NONE,
|
D | intel_soc_pmic_chtdc_ti.c | 85 .cache_type = REGCACHE_NONE,
|
D | mc13xxx-spi.c | 55 .cache_type = REGCACHE_NONE,
|
D | intel_soc_pmic_crc.c | 116 .cache_type = REGCACHE_NONE,
|
/linux-6.6.21/drivers/iio/pressure/ |
D | zpa2326_i2c.c | 28 .cache_type = REGCACHE_NONE,
|
D | zpa2326_spi.c | 29 .cache_type = REGCACHE_NONE,
|
/linux-6.6.21/drivers/net/dsa/realtek/ |
D | realtek-mdio.c | 125 .cache_type = REGCACHE_NONE, 139 .cache_type = REGCACHE_NONE,
|
D | realtek-smi.c | 336 .cache_type = REGCACHE_NONE, 350 .cache_type = REGCACHE_NONE,
|
/linux-6.6.21/drivers/net/dsa/ |
D | lan9303_i2c.c | 29 .cache_type = REGCACHE_NONE,
|
D | lan9303_mdio.c | 96 .cache_type = REGCACHE_NONE,
|
/linux-6.6.21/drivers/leds/ |
D | leds-lp8860.c | 334 .cache_type = REGCACHE_NONE, 372 .cache_type = REGCACHE_NONE,
|
/linux-6.6.21/drivers/net/dsa/xrs700x/ |
D | xrs700x_i2c.c | 74 .cache_type = REGCACHE_NONE,
|
D | xrs700x_mdio.c | 102 .cache_type = REGCACHE_NONE,
|
/linux-6.6.21/drivers/media/i2c/ |
D | adv7604.c | 3259 .cache_type = REGCACHE_NONE, 3267 .cache_type = REGCACHE_NONE, 3275 .cache_type = REGCACHE_NONE, 3283 .cache_type = REGCACHE_NONE, 3291 .cache_type = REGCACHE_NONE, 3299 .cache_type = REGCACHE_NONE, 3307 .cache_type = REGCACHE_NONE, 3315 .cache_type = REGCACHE_NONE, 3323 .cache_type = REGCACHE_NONE, 3332 .cache_type = REGCACHE_NONE, [all …]
|
/linux-6.6.21/drivers/net/mdio/ |
D | mdio-ipq8064.c | 106 .cache_type = REGCACHE_NONE,
|
/linux-6.6.21/drivers/net/can/m_can/ |
D | tcan4x5x-regmap.c | 143 .cache_type = REGCACHE_NONE,
|
1234