Home
last modified time | relevance | path

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

/linux/drivers/gpio/
A Dgpio-arizona.c71 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
/linux/drivers/base/regmap/
A Dtrace.h253 TRACE_EVENT(regcache_drop_region,
A Dregcache.c510 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
528 EXPORT_SYMBOL_GPL(regcache_drop_region);
A Dregmap-kunit.c1227 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 Dsch5627.c634 return regcache_drop_region(data->regmap, 0, U16_MAX); in sch5627_resume()
/linux/include/linux/
A Dregmap.h1293 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 Dbq24257_charger.c1095 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7); in bq24257_resume()
/linux/drivers/iio/imu/bno055/
A Dbno055.c344 regcache_drop_region(priv->regmap, 0x0, 0xff); in bno055_system_reset()
/linux/sound/soc/codecs/
A Dcs42l42.c2207 regcache_drop_region(cs42l42->regmap, CS42L42_PAGE_REGISTER, CS42L42_PAGE_REGISTER); in cs42l42_suspend()
A Dcs42l43.c1071 ret = regcache_drop_region(cs42l43->regmap, CS42L43_SHUTTER_CONTROL, in cs42l43_shutter_get()
/linux/drivers/gpu/drm/rockchip/
A Drockchip_drm_vop2.c994 regcache_drop_region(vop2->map, 0, vop2_regmap_config.max_register); in vop2_disable()

Completed in 887 milliseconds