Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dda7219-aad.c213 regcache_sync_region(da7219->regmap, DA7219_HP_L_CTRL, in da7219_aad_hptest_work()
215 regcache_sync_region(da7219->regmap, DA7219_MIXOUT_L_CTRL, in da7219_aad_hptest_work()
217 regcache_sync_region(da7219->regmap, DA7219_DROUTING_ST_OUTFILT_1L, in da7219_aad_hptest_work()
219 regcache_sync_region(da7219->regmap, DA7219_MIXOUT_L_SELECT, in da7219_aad_hptest_work()
221 regcache_sync_region(da7219->regmap, DA7219_DAC_L_CTRL, in da7219_aad_hptest_work()
223 regcache_sync_region(da7219->regmap, DA7219_DIG_ROUTING_DAC, in da7219_aad_hptest_work()
225 regcache_sync_region(da7219->regmap, DA7219_CP_CTRL, DA7219_CP_CTRL); in da7219_aad_hptest_work()
226 regcache_sync_region(da7219->regmap, DA7219_DAC_FILTERS5, in da7219_aad_hptest_work()
228 regcache_sync_region(da7219->regmap, DA7219_DAC_FILTERS4, in da7219_aad_hptest_work()
230 regcache_sync_region(da7219->regmap, DA7219_HP_L_GAIN, in da7219_aad_hptest_work()
[all …]
Dwm8962.c1483 return regcache_sync_region(wm8962->regmap, in wm8962_dsp2_write_config()
/linux-4.4.14/drivers/media/radio/
Dradio-si476x.c568 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
574 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
580 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
590 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
596 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
610 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
/linux-4.4.14/include/sound/
Dhda_regmap.h216 regcache_sync_region(codec->regmap, nid << 20, ((nid + 1) << 20) - 1); in snd_hdac_regmap_sync_node()
/linux-4.4.14/drivers/mfd/
Dwm8994-core.c160 ret = regcache_sync_region(wm8994->regmap, WM8994_GPIO_1, in wm8994_suspend()
166 ret = regcache_sync_region(wm8994->regmap, in wm8994_suspend()
/linux-4.4.14/drivers/base/regmap/
Dregcache.c382 int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() function
424 EXPORT_SYMBOL_GPL(regcache_sync_region);
/linux-4.4.14/include/linux/
Dregmap.h715 int regcache_sync_region(struct regmap *map, unsigned int min,
989 static inline int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() function
/linux-4.4.14/drivers/iio/magnetometer/
Dmmc35240.c547 ret = regcache_sync_region(data->regmap, MMC35240_REG_CTRL0, in mmc35240_resume()