Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-arizona.c71 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
/openbmc/linux/drivers/base/regmap/
H A Dtrace.h253 TRACE_EVENT(regcache_drop_region,
H A Dregcache.c504 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
522 EXPORT_SYMBOL_GPL(regcache_drop_region);
H A Dregmap-kunit.c844 KUNIT_EXPECT_EQ(test, 0, regcache_drop_region(map, 3, 5)); in cache_drop()
/openbmc/linux/include/linux/
H A Dregmap.h1286 int regcache_drop_region(struct regmap *map, unsigned int min,
1967 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
/openbmc/linux/drivers/power/supply/
H A Dbq24257_charger.c1110 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()
/openbmc/linux/sound/soc/codecs/
H A Dcs35l56.c978 regcache_drop_region(cs35l56->base.regmap, CS35L56_ASP1TX1_INPUT, CS35L56_ASP1TX4_INPUT); in cs35l56_component_probe()
H A Dcs42l42.c2211 regcache_drop_region(cs42l42->regmap, CS42L42_PAGE_REGISTER, CS42L42_PAGE_REGISTER); in cs42l42_suspend()
H A Dcs42l43.c941 ret = regcache_drop_region(cs42l43->regmap, CS42L43_SHUTTER_CONTROL, in cs42l43_shutter_get()
/openbmc/linux/drivers/iio/imu/bno055/
H A Dbno055.c344 regcache_drop_region(priv->regmap, 0x0, 0xff); in bno055_system_reset()