Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-arizona.c70 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_mem_maps.c518 regcache_drop_region(priv->dsp->regmap, xm, xm + (bytes / 2) - 1); in cs_dsp_mock_xm_header_drop_from_regmap_cache()
529 regcache_drop_region(priv->dsp->regmap, xm, xm + bytes - 4); in cs_dsp_mock_xm_header_drop_from_regmap_cache()
/linux/sound/soc/sdca/
H A Dsdca_interrupts.c215 regcache_drop_region(interrupt->function_regmap, reg, reg); in detected_mode_handler()
/linux/drivers/hwmon/
H A Dsch5627.c634 return regcache_drop_region(data->regmap, 0, U16_MAX); in sch5627_resume()
/linux/include/linux/
H A Dregmap.h1365 int regcache_drop_region(struct regmap *map, unsigned int min,
2075 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() function
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c869 regcache_drop_region(vop2->map, 0, vop2_regmap_config.max_register); in vop2_disable()
2056 regcache_drop_region(vop2->map, 0, vop2_regmap_config.max_register); in __vop2_regs_dump()
/linux/drivers/iio/imu/bno055/
H A Dbno055.c349 regcache_drop_region(priv->regmap, 0x0, 0xff); in bno055_system_reset()
/linux/sound/soc/codecs/
H A Dcs42l42.c2206 regcache_drop_region(cs42l42->regmap, CS42L42_PAGE_REGISTER, CS42L42_PAGE_REGISTER); in cs42l42_suspend()