Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dda7219-aad.c264 regcache_sync_region(da7219->regmap, DA7219_HP_L_CTRL, in da7219_aad_hptest_work()
267 regcache_sync_region(da7219->regmap, DA7219_MIXOUT_L_CTRL, in da7219_aad_hptest_work()
269 regcache_sync_region(da7219->regmap, DA7219_DROUTING_ST_OUTFILT_1L, in da7219_aad_hptest_work()
271 regcache_sync_region(da7219->regmap, DA7219_MIXOUT_L_SELECT, in da7219_aad_hptest_work()
273 regcache_sync_region(da7219->regmap, DA7219_DAC_L_CTRL, in da7219_aad_hptest_work()
275 regcache_sync_region(da7219->regmap, DA7219_DIG_ROUTING_DAC, in da7219_aad_hptest_work()
277 regcache_sync_region(da7219->regmap, DA7219_CP_CTRL, DA7219_CP_CTRL); in da7219_aad_hptest_work()
278 regcache_sync_region(da7219->regmap, DA7219_DAC_FILTERS5, in da7219_aad_hptest_work()
280 regcache_sync_region(da7219->regmap, DA7219_DAC_FILTERS4, in da7219_aad_hptest_work()
282 regcache_sync_region(da7219->regmap, DA7219_HP_L_GAIN, in da7219_aad_hptest_work()
[all …]
Dwm8962.c1478 return regcache_sync_region(wm8962->regmap, in wm8962_dsp2_write_config()
/Linux-v5.4/drivers/gpio/
Dgpio-pca953x.c848 ret = regcache_sync_region(chip->regmap, chip->regs->output, in device_pca95xx_init()
853 ret = regcache_sync_region(chip->regmap, chip->regs->direction, in device_pca95xx_init()
1058 ret = regcache_sync_region(chip->regmap, chip->regs->direction, in pca953x_regcache_sync()
1065 ret = regcache_sync_region(chip->regmap, chip->regs->output, in pca953x_regcache_sync()
1074 ret = regcache_sync_region(chip->regmap, PCAL953X_IN_LATCH, in pca953x_regcache_sync()
1082 ret = regcache_sync_region(chip->regmap, PCAL953X_INT_MASK, in pca953x_regcache_sync()
/Linux-v5.4/drivers/media/radio/
Dradio-si476x.c550 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
556 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
562 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
572 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
578 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
592 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
/Linux-v5.4/include/sound/
Dhda_regmap.h219 regcache_sync_region(codec->regmap, nid << 20, ((nid + 1) << 20) - 1); in snd_hdac_regmap_sync_node()
/Linux-v5.4/drivers/mfd/
Dwm8994-core.c154 ret = regcache_sync_region(wm8994->regmap, WM8994_GPIO_1, in wm8994_suspend()
160 ret = regcache_sync_region(wm8994->regmap, in wm8994_suspend()
/Linux-v5.4/drivers/base/regmap/
Dregcache.c408 int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() function
450 EXPORT_SYMBOL_GPL(regcache_sync_region);
/Linux-v5.4/include/linux/
Dregmap.h1043 int regcache_sync_region(struct regmap *map, unsigned int min,
1409 static inline int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() function
/Linux-v5.4/drivers/iio/magnetometer/
Dmmc35240.c543 ret = regcache_sync_region(data->regmap, MMC35240_REG_CTRL0, in mmc35240_resume()