Searched refs:regcache_drop_region (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-arizona.c | 70 ret = regcache_drop_region(arizona->regmap, reg, reg); in arizona_gpio_get()
|
| /linux/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_mock_mem_maps.c | 518 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 D | sdca_interrupts.c | 215 regcache_drop_region(interrupt->function_regmap, reg, reg); in detected_mode_handler()
|
| /linux/drivers/hwmon/ |
| H A D | sch5627.c | 634 return regcache_drop_region(data->regmap, 0, U16_MAX); in sch5627_resume()
|
| /linux/include/linux/ |
| H A D | regmap.h | 1365 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 D | rockchip_drm_vop2.c | 869 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 D | bno055.c | 349 regcache_drop_region(priv->regmap, 0x0, 0xff); in bno055_system_reset()
|
| /linux/sound/soc/codecs/ |
| H A D | cs42l42.c | 2206 regcache_drop_region(cs42l42->regmap, CS42L42_PAGE_REGISTER, CS42L42_PAGE_REGISTER); in cs42l42_suspend()
|