Home
last modified time | relevance | path

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

1234

/linux/drivers/net/dsa/microchip/
A Dksz8863_smi.c107 .cache_type = REGCACHE_NONE,
117 .cache_type = REGCACHE_NONE,
127 .cache_type = REGCACHE_NONE,
/linux/drivers/base/regmap/
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()
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()
730 KUNIT_EXPECT_EQ(test, config.cache_type == REGCACHE_NONE, in stride()
1554 { .cache = REGCACHE_NONE, .val_endian = REGMAP_ENDIAN_LITTLE },
1555 { .cache = REGCACHE_NONE, .val_endian = REGMAP_ENDIAN_BIG },
[all …]
/linux/drivers/mfd/
A Dntxec.c126 .cache_type = REGCACHE_NONE,
135 .cache_type = REGCACHE_NONE,
A Drsmu_i2c.c242 .cache_type = REGCACHE_NONE,
251 .cache_type = REGCACHE_NONE,
270 .cache_type = REGCACHE_NONE,
A Drsmu_spi.c186 .cache_type = REGCACHE_NONE,
195 .cache_type = REGCACHE_NONE,
A Datc260x-core.c58 .cache_type = REGCACHE_NONE,
65 .cache_type = REGCACHE_NONE,
A Dmc13xxx-i2c.c51 .cache_type = REGCACHE_NONE,
A Daltera-a10sr.c99 .cache_type = REGCACHE_NONE,
A Dintel_soc_pmic_chtdc_ti.c85 .cache_type = REGCACHE_NONE,
A Dmc13xxx-spi.c54 .cache_type = REGCACHE_NONE,
A Drk8xx-i2c.c163 .cache_type = REGCACHE_NONE,
A Dintel_soc_pmic_crc.c116 .cache_type = REGCACHE_NONE,
A Dgateworks-gsc.c171 .cache_type = REGCACHE_NONE,
/linux/drivers/iio/pressure/
A Dzpa2326_i2c.c28 .cache_type = REGCACHE_NONE,
A Dzpa2326_spi.c29 .cache_type = REGCACHE_NONE,
/linux/drivers/net/dsa/
A Dlan9303_i2c.c29 .cache_type = REGCACHE_NONE,
A Dlan9303_mdio.c96 .cache_type = REGCACHE_NONE,
/linux/drivers/leds/
A Dleds-lp8860.c334 .cache_type = REGCACHE_NONE,
372 .cache_type = REGCACHE_NONE,
/linux/drivers/net/dsa/xrs700x/
A Dxrs700x_i2c.c74 .cache_type = REGCACHE_NONE,
A Dxrs700x_mdio.c102 .cache_type = REGCACHE_NONE,
/linux/drivers/media/i2c/
A Dadv7604.c3267 .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,
3331 .cache_type = REGCACHE_NONE,
3340 .cache_type = REGCACHE_NONE,
[all …]
/linux/drivers/net/can/m_can/
A Dtcan4x5x-regmap.c143 .cache_type = REGCACHE_NONE,
/linux/drivers/net/mdio/
A Dmdio-ipq8064.c106 .cache_type = REGCACHE_NONE,
/linux/drivers/input/misc/
A Ddrv2665.c156 .cache_type = REGCACHE_NONE,

Completed in 49 milliseconds

1234