| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_mock_regmap.c | 219 regcache_drop_region(priv->dsp->regmap, first_reg, last_reg); in cs_dsp_mock_regmap_drop_range() 271 regcache_drop_region(priv->dsp->regmap, in cs_dsp_mock_regmap_drop_system_regs() 278 regcache_drop_region(priv->dsp->regmap, in cs_dsp_mock_regmap_drop_system_regs()
|
| H A D | cs_dsp_mock_mem_maps.c | 516 regcache_drop_region(priv->dsp->regmap, xm, xm + (bytes / 2) - 1); in cs_dsp_mock_xm_header_drop_from_regmap_cache() 526 regcache_drop_region(priv->dsp->regmap, xm, xm + bytes - 4); in cs_dsp_mock_xm_header_drop_from_regmap_cache()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-arizona.c | 71 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
|
| /linux-6.15/drivers/base/regmap/ |
| H 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() 1540 KUNIT_EXPECT_EQ(test, 0, regcache_drop_region(map, 1, 1)); in cache_write_zero()
|
| H A D | trace.h | 253 TRACE_EVENT(regcache_drop_region,
|
| H A D | regcache.c | 541 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function 559 EXPORT_SYMBOL_GPL(regcache_drop_region);
|
| /linux-6.15/drivers/hwmon/ |
| H A D | sch5627.c | 634 return regcache_drop_region(data->regmap, 0, U16_MAX); in sch5627_resume()
|
| /linux-6.15/include/linux/ |
| H A D | regmap.h | 1359 int regcache_drop_region(struct regmap *map, unsigned int min, 2066 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
|
| /linux-6.15/drivers/power/supply/ |
| H A D | bq24257_charger.c | 1095 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()
|
| /linux-6.15/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 882 regcache_drop_region(vop2->map, 0, vop2_regmap_config.max_register); in vop2_disable() 2058 regcache_drop_region(vop2->map, 0, vop2_regmap_config.max_register); in __vop2_regs_dump()
|
| /linux-6.15/drivers/iio/imu/bno055/ |
| H A D | bno055.c | 344 regcache_drop_region(priv->regmap, 0x0, 0xff); in bno055_system_reset()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | cs42l42.c | 2207 regcache_drop_region(cs42l42->regmap, CS42L42_PAGE_REGISTER, CS42L42_PAGE_REGISTER); in cs42l42_suspend()
|
| H A D | cs42l43.c | 1071 ret = regcache_drop_region(cs42l43->regmap, CS42L43_SHUTTER_CONTROL, in cs42l43_shutter_get()
|