Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
Drt715-sdw.c560 regcache_sync_region(rt715->regmap, 0x3000, 0x8fff); in rt715_dev_resume()
561 regcache_sync_region(rt715->regmap, 0x752039, 0x752039); in rt715_dev_resume()
Drt700-sdw.c517 regcache_sync_region(rt700->regmap, 0x3000, 0x8fff); in rt700_dev_resume()
518 regcache_sync_region(rt700->regmap, 0x752010, 0x75206b); in rt700_dev_resume()
Drt711-sdw.c519 regcache_sync_region(rt711->regmap, 0x3000, 0x8fff); in rt711_dev_resume()
520 regcache_sync_region(rt711->regmap, 0x752009, 0x752091); in rt711_dev_resume()
Drt1308-sdw.c728 regcache_sync_region(rt1308->regmap, 0xc000, 0xcfff); in rt1308_dev_resume()
Dwm8962.c1476 return regcache_sync_region(wm8962->regmap, in wm8962_dsp2_write_config()
/kernel/linux/linux-5.10/drivers/media/radio/
Dradio-si476x.c551 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
557 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
563 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
573 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
579 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
593 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-pca953x.c903 ret = regcache_sync_region(chip->regmap, regaddr, in device_pca95xx_init()
909 ret = regcache_sync_region(chip->regmap, regaddr, in device_pca95xx_init()
1123 ret = regcache_sync_region(chip->regmap, regaddr, regaddr + NBANK(chip) - 1); in pca953x_regcache_sync()
1130 ret = regcache_sync_region(chip->regmap, regaddr, regaddr + NBANK(chip) - 1); in pca953x_regcache_sync()
1139 ret = regcache_sync_region(chip->regmap, regaddr, in pca953x_regcache_sync()
1148 ret = regcache_sync_region(chip->regmap, regaddr, in pca953x_regcache_sync()
/kernel/linux/linux-5.10/include/sound/
Dhda_regmap.h222 regcache_sync_region(codec->regmap, nid << 20, ((nid + 1) << 20) - 1); in snd_hdac_regmap_sync_node()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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);
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
Dmmc35240.c542 ret = regcache_sync_region(data->regmap, MMC35240_REG_CTRL0, in mmc35240_resume()
/kernel/linux/linux-5.10/include/linux/
Dregmap.h1112 int regcache_sync_region(struct regmap *map, unsigned int min,
1702 static inline int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() function