Searched refs:regcache_drop_region (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-arizona.c | 72 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
|
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | trace.h | 226 TRACE_EVENT(regcache_drop_region,
|
H A D | regcache.c | 459 * regcache_drop_region - Discard part of the register cache 469 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function 487 EXPORT_SYMBOL_GPL(regcache_drop_region); variable
|
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | trace.h | 253 TRACE_EVENT(regcache_drop_region,
|
H A D | regcache.c | 494 * regcache_drop_region - Discard part of the register cache 504 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function 522 EXPORT_SYMBOL_GPL(regcache_drop_region); variable
|
H A D | regmap-kunit.c | 844 KUNIT_EXPECT_EQ(test, 0, regcache_drop_region(map, 3, 5)); in cache_drop()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-arizona.c | 71 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | regmap.h | 1114 int regcache_drop_region(struct regmap *map, unsigned int min, 1709 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | regmap.h | 1285 int regcache_drop_region(struct regmap *map, unsigned int min, 1959 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | bq24257_charger.c | 1114 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | bq24257_charger.c | 1110 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()
|
/kernel/linux/linux-6.6/drivers/iio/imu/bno055/ |
H A D | bno055.c | 344 regcache_drop_region(priv->regmap, 0x0, 0xff); in bno055_system_reset()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cs35l56.c | 948 regcache_drop_region(cs35l56->base.regmap, CS35L56_ASP1TX1_INPUT, CS35L56_ASP1TX4_INPUT); in cs35l56_component_probe()
|
H A D | cs42l43.c | 940 ret = regcache_drop_region(cs42l43->regmap, CS42L43_SHUTTER_CONTROL, in cs42l43_shutter_get()
|
H A D | cs42l42.c | 2211 regcache_drop_region(cs42l42->regmap, CS42L42_PAGE_REGISTER, CS42L42_PAGE_REGISTER); in cs42l42_suspend()
|
Completed in 22 milliseconds