Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/regmap/
Dtrace.h225 TRACE_EVENT(regcache_drop_region,
Dregcache.c437 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
455 EXPORT_SYMBOL_GPL(regcache_drop_region);
/linux-4.4.14/include/linux/
Dregmap.h717 int regcache_drop_region(struct regmap *map, unsigned int min,
996 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
/linux-4.4.14/drivers/power/
Dbq24257_charger.c1132 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()