Searched refs:regcache_drop_region (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/gpio/ |
| D | gpio-arizona.c | 71 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
|
| /Linux-v5.4/drivers/base/regmap/ |
| D | trace.h | 226 TRACE_EVENT(regcache_drop_region,
|
| D | regcache.c | 463 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/ |
| D | regmap.h | 1045 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/ |
| D | bq24257_charger.c | 1114 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()
|