Home
last modified time | relevance | path

Searched refs:REGCACHE_NONE (Results 1 – 25 of 76) sorted by relevance

1234

/linux-6.6.21/drivers/net/dsa/microchip/
Dksz8863_smi.c107 .cache_type = REGCACHE_NONE,
117 .cache_type = REGCACHE_NONE,
127 .cache_type = REGCACHE_NONE,
/linux-6.6.21/drivers/base/regmap/
Dregcache.c119 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()
Dregmap-kunit.c29 { 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/
Dntxec.c126 .cache_type = REGCACHE_NONE,
135 .cache_type = REGCACHE_NONE,
Drsmu_i2c.c181 .cache_type = REGCACHE_NONE,
200 .cache_type = REGCACHE_NONE,
Drsmu_spi.c186 .cache_type = REGCACHE_NONE,
195 .cache_type = REGCACHE_NONE,
Datc260x-core.c58 .cache_type = REGCACHE_NONE,
65 .cache_type = REGCACHE_NONE,
Dmc13xxx-i2c.c51 .cache_type = REGCACHE_NONE,
Daltera-a10sr.c99 .cache_type = REGCACHE_NONE,
Drk8xx-i2c.c107 .cache_type = REGCACHE_NONE,
Dintel_soc_pmic_chtdc_ti.c85 .cache_type = REGCACHE_NONE,
Dmc13xxx-spi.c55 .cache_type = REGCACHE_NONE,
Dintel_soc_pmic_crc.c116 .cache_type = REGCACHE_NONE,
/linux-6.6.21/drivers/iio/pressure/
Dzpa2326_i2c.c28 .cache_type = REGCACHE_NONE,
Dzpa2326_spi.c29 .cache_type = REGCACHE_NONE,
/linux-6.6.21/drivers/net/dsa/realtek/
Drealtek-mdio.c125 .cache_type = REGCACHE_NONE,
139 .cache_type = REGCACHE_NONE,
Drealtek-smi.c336 .cache_type = REGCACHE_NONE,
350 .cache_type = REGCACHE_NONE,
/linux-6.6.21/drivers/net/dsa/
Dlan9303_i2c.c29 .cache_type = REGCACHE_NONE,
Dlan9303_mdio.c96 .cache_type = REGCACHE_NONE,
/linux-6.6.21/drivers/leds/
Dleds-lp8860.c334 .cache_type = REGCACHE_NONE,
372 .cache_type = REGCACHE_NONE,
/linux-6.6.21/drivers/net/dsa/xrs700x/
Dxrs700x_i2c.c74 .cache_type = REGCACHE_NONE,
Dxrs700x_mdio.c102 .cache_type = REGCACHE_NONE,
/linux-6.6.21/drivers/media/i2c/
Dadv7604.c3259 .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/
Dmdio-ipq8064.c106 .cache_type = REGCACHE_NONE,
/linux-6.6.21/drivers/net/can/m_can/
Dtcan4x5x-regmap.c143 .cache_type = REGCACHE_NONE,

1234