Searched refs:regcache_drop_region (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/gpio/ |
D | gpio-arizona.c | 72 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
|
/Linux-v6.1/drivers/base/regmap/ |
D | trace.h | 253 TRACE_EVENT(regcache_drop_region,
|
D | regcache.c | 469 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function 487 EXPORT_SYMBOL_GPL(regcache_drop_region);
|
/Linux-v6.1/include/linux/ |
D | regmap.h | 1230 int regcache_drop_region(struct regmap *map, unsigned int min, 1921 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
|
/Linux-v6.1/drivers/power/supply/ |
D | bq24257_charger.c | 1112 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()
|
/Linux-v6.1/drivers/iio/imu/bno055/ |
D | bno055.c | 344 regcache_drop_region(priv->regmap, 0x0, 0xff); in bno055_system_reset()
|
/Linux-v6.1/sound/soc/codecs/ |
D | cs42l42.c | 2174 regcache_drop_region(cs42l42->regmap, CS42L42_PAGE_REGISTER, CS42L42_PAGE_REGISTER); in cs42l42_suspend()
|