Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-arizona.c71 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
/Linux-v5.4/drivers/base/regmap/
Dtrace.h226 TRACE_EVENT(regcache_drop_region,
Dregcache.c463 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
481 EXPORT_SYMBOL_GPL(regcache_drop_region);
/Linux-v5.4/include/linux/
Dregmap.h1045 int regcache_drop_region(struct regmap *map, unsigned int min,
1416 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
/Linux-v5.4/drivers/power/supply/
Dbq24257_charger.c1114 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()