Home
last modified time | relevance | path

Searched refs:regcache_drop_region (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/gpio/
Dgpio-arizona.c71 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
/Linux-v6.6/drivers/base/regmap/
Dtrace.h253 TRACE_EVENT(regcache_drop_region,
Dregcache.c475 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
493 EXPORT_SYMBOL_GPL(regcache_drop_region);
Dregmap-kunit.c827 KUNIT_EXPECT_EQ(test, 0, regcache_drop_region(map, 3, 5)); in cache_drop()
/Linux-v6.6/include/linux/
Dregmap.h1285 int regcache_drop_region(struct regmap *map, unsigned int min,
1959 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
/Linux-v6.6/drivers/power/supply/
Dbq24257_charger.c1110 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()
/Linux-v6.6/drivers/iio/imu/bno055/
Dbno055.c344 regcache_drop_region(priv->regmap, 0x0, 0xff); in bno055_system_reset()
/Linux-v6.6/sound/soc/codecs/
Dcs42l42.c2211 regcache_drop_region(cs42l42->regmap, CS42L42_PAGE_REGISTER, CS42L42_PAGE_REGISTER); in cs42l42_suspend()
Dcs42l43.c940 ret = regcache_drop_region(cs42l43->regmap, CS42L43_SHUTTER_CONTROL, in cs42l43_shutter_get()