Searched refs:regcache_drop_region (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpio/ |
| A D | gpio-arizona.c | 71 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
|
| /linux/drivers/base/regmap/ |
| A D | trace.h | 253 TRACE_EVENT(regcache_drop_region,
|
| A D | regcache.c | 510 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function 528 EXPORT_SYMBOL_GPL(regcache_drop_region);
|
| A D | regmap-kunit.c | 1227 KUNIT_EXPECT_EQ(test, 0, regcache_drop_region(map, param->from_reg + 3, in cache_drop() 1282 KUNIT_EXPECT_EQ(test, 0, regcache_drop_region(map, reg, reg + BLOCK_TEST_SIZE - 1)); in cache_drop_with_non_contiguous_ranges() 1286 KUNIT_EXPECT_EQ(test, 0, regcache_drop_region(map, reg + 3, reg + 5)); in cache_drop_with_non_contiguous_ranges() 1369 KUNIT_EXPECT_EQ(test, 0, regcache_drop_region(map, 0, config.max_register)); in cache_drop_all_and_sync_marked_dirty() 1409 KUNIT_EXPECT_EQ(test, 0, regcache_drop_region(map, 0, config.max_register)); in cache_drop_all_and_sync_no_defaults() 1452 KUNIT_EXPECT_EQ(test, 0, regcache_drop_region(map, 0, config.max_register)); in cache_drop_all_and_sync_has_defaults()
|
| /linux/drivers/hwmon/ |
| A D | sch5627.c | 634 return regcache_drop_region(data->regmap, 0, U16_MAX); in sch5627_resume()
|
| /linux/include/linux/ |
| A D | regmap.h | 1293 int regcache_drop_region(struct regmap *map, unsigned int min, 1978 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
|
| /linux/drivers/power/supply/ |
| A D | bq24257_charger.c | 1095 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()
|
| /linux/drivers/iio/imu/bno055/ |
| A D | bno055.c | 344 regcache_drop_region(priv->regmap, 0x0, 0xff); in bno055_system_reset()
|
| /linux/sound/soc/codecs/ |
| A D | cs42l42.c | 2207 regcache_drop_region(cs42l42->regmap, CS42L42_PAGE_REGISTER, CS42L42_PAGE_REGISTER); in cs42l42_suspend()
|
| A D | cs42l43.c | 1071 ret = regcache_drop_region(cs42l43->regmap, CS42L43_SHUTTER_CONTROL, in cs42l43_shutter_get()
|
| /linux/drivers/gpu/drm/rockchip/ |
| A D | rockchip_drm_vop2.c | 994 regcache_drop_region(vop2->map, 0, vop2_regmap_config.max_register); in vop2_disable()
|
Completed in 887 milliseconds