Home
last modified time | relevance | path

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

123

/linux/drivers/base/regmap/
H A Dregcache.c119 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 Dregmap-kunit.c53 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 Dksz8863_smi.c107 .cache_type = REGCACHE_NONE,
117 .cache_type = REGCACHE_NONE,
127 .cache_type = REGCACHE_NONE,
/linux/drivers/mfd/
H A Dntxec.c126 .cache_type = REGCACHE_NONE,
135 .cache_type = REGCACHE_NONE,
H A Datc260x-core.c58 .cache_type = REGCACHE_NONE,
65 .cache_type = REGCACHE_NONE,
H A Dmc13xxx-i2c.c51 .cache_type = REGCACHE_NONE,
H A Daltera-a10sr.c99 .cache_type = REGCACHE_NONE,
H A Dintel_soc_pmic_chtdc_ti.c85 .cache_type = REGCACHE_NONE,
H A Dmc13xxx-spi.c54 .cache_type = REGCACHE_NONE,
H A Drk8xx-i2c.c163 .cache_type = REGCACHE_NONE,
H A Dintel_soc_pmic_crc.c116 .cache_type = REGCACHE_NONE,
H A Dgateworks-gsc.c171 .cache_type = REGCACHE_NONE,
/linux/drivers/iio/pressure/
H A Dzpa2326_spi.c29 .cache_type = REGCACHE_NONE,
H A Dzpa2326_i2c.c28 .cache_type = REGCACHE_NONE,
/linux/drivers/net/dsa/
H A Dlan9303_i2c.c29 .cache_type = REGCACHE_NONE,
H A Dlan9303_mdio.c96 .cache_type = REGCACHE_NONE,
/linux/drivers/leds/
H A Dleds-lp8860.c334 .cache_type = REGCACHE_NONE,
372 .cache_type = REGCACHE_NONE,
/linux/drivers/net/dsa/xrs700x/
H A Dxrs700x_i2c.c74 .cache_type = REGCACHE_NONE,
H A Dxrs700x_mdio.c102 .cache_type = REGCACHE_NONE,
/linux/drivers/net/can/m_can/
H A Dtcan4x5x-regmap.c143 .cache_type = REGCACHE_NONE,
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-regmap.c426 .cache_type = REGCACHE_NONE,
453 .cache_type = REGCACHE_NONE,
/linux/drivers/regulator/
H A Dtps65132-regulator.c218 .cache_type = REGCACHE_NONE,
H A Dmax20086-regulator.c211 .cache_type = REGCACHE_NONE,
/linux/drivers/input/misc/
H A Ddrv2665.c156 .cache_type = REGCACHE_NONE,
/linux/drivers/net/dsa/realtek/
H A Drtl83xx.c142 .cache_type = REGCACHE_NONE, in rtl83xx_probe()

123