Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dda7219-aad.c263 regcache_sync_region(da7219->regmap, DA7219_HP_L_CTRL, in da7219_aad_hptest_work()
266 regcache_sync_region(da7219->regmap, DA7219_MIXOUT_L_CTRL, in da7219_aad_hptest_work()
268 regcache_sync_region(da7219->regmap, DA7219_DROUTING_ST_OUTFILT_1L, in da7219_aad_hptest_work()
270 regcache_sync_region(da7219->regmap, DA7219_MIXOUT_L_SELECT, in da7219_aad_hptest_work()
272 regcache_sync_region(da7219->regmap, DA7219_DAC_L_CTRL, in da7219_aad_hptest_work()
274 regcache_sync_region(da7219->regmap, DA7219_DIG_ROUTING_DAC, in da7219_aad_hptest_work()
276 regcache_sync_region(da7219->regmap, DA7219_CP_CTRL, DA7219_CP_CTRL); in da7219_aad_hptest_work()
277 regcache_sync_region(da7219->regmap, DA7219_DAC_FILTERS5, in da7219_aad_hptest_work()
279 regcache_sync_region(da7219->regmap, DA7219_DAC_FILTERS4, in da7219_aad_hptest_work()
281 regcache_sync_region(da7219->regmap, DA7219_HP_L_GAIN, in da7219_aad_hptest_work()
[all …]
H A Drt715-sdca-sdw.c247 regcache_sync_region(rt715->regmap, in rt715_dev_resume()
253 regcache_sync_region(rt715->mbq_regmap, 0x2000000, 0x61020ff); in rt715_dev_resume()
254 regcache_sync_region(rt715->mbq_regmap, in rt715_dev_resume()
H A Drt715-sdw.c524 regcache_sync_region(rt715->regmap, 0x3000, 0x8fff); in rt715_dev_resume()
525 regcache_sync_region(rt715->regmap, 0x752039, 0x752039); in rt715_dev_resume()
H A Drt711-sdw.c558 regcache_sync_region(rt711->regmap, 0x3000, 0x8fff); in rt711_dev_resume()
559 regcache_sync_region(rt711->regmap, 0x752009, 0x752091); in rt711_dev_resume()
H A Drt700-sdw.c545 regcache_sync_region(rt700->regmap, 0x3000, 0x8fff); in rt700_dev_resume()
546 regcache_sync_region(rt700->regmap, 0x752010, 0x75206b); in rt700_dev_resume()
H A Dcs42l42-sdw.c488 regcache_sync_region(cs42l42->regmap, CS42L42_MIC_DET_CTL1, CS42L42_MIC_DET_CTL1); in cs42l42_sdw_runtime_resume()
H A Drt1308-sdw.c791 regcache_sync_region(rt1308->regmap, 0xc000, 0xcfff); in rt1308_dev_resume()
H A Dlpass-va-macro.c500 regcache_sync_region(regmap, 0x0, VA_MAX_OFFSET); in va_macro_mclk_enable()
H A Dcs42l42.c2255 regcache_sync_region(cs42l42->regmap, CS42L42_MIC_DET_CTL1, CS42L42_MIC_DET_CTL1); in cs42l42_resume_restore()
H A Dwm8962.c1481 return regcache_sync_region(wm8962->regmap, in wm8962_dsp2_set_enable()
/linux/drivers/media/radio/
H A Dradio-si476x.c543 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
549 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
555 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
565 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
571 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
585 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
/linux/drivers/gpio/
H A Dgpio-pca953x.c1126 ret = regcache_sync_region(chip->regmap, regaddr, in device_pca95xx_init()
1132 ret = regcache_sync_region(chip->regmap, regaddr, in device_pca95xx_init()
1326 ret = regcache_sync_region(chip->regmap, regaddr, regaddr + NBANK(chip) - 1); in pca953x_regcache_sync()
1333 ret = regcache_sync_region(chip->regmap, regaddr, regaddr + NBANK(chip) - 1); in pca953x_regcache_sync()
1342 ret = regcache_sync_region(chip->regmap, regaddr, in pca953x_regcache_sync()
1351 ret = regcache_sync_region(chip->regmap, regaddr, in pca953x_regcache_sync()
/linux/include/sound/
H A Dhda_regmap.h222 regcache_sync_region(codec->regmap, nid << 20, ((nid + 1) << 20) - 1); in snd_hdac_regmap_sync_node()
/linux/drivers/mfd/
H A Dwm8994-core.c152 ret = regcache_sync_region(wm8994->regmap, WM8994_GPIO_1, in wm8994_suspend()
158 ret = regcache_sync_region(wm8994->regmap, in wm8994_suspend()
/linux/drivers/base/regmap/
H A Dregcache.c489 int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() function
534 EXPORT_SYMBOL_GPL(regcache_sync_region);
/linux/drivers/iio/magnetometer/
H A Dmmc35240.c537 ret = regcache_sync_region(data->regmap, MMC35240_REG_CTRL0, in mmc35240_resume()
H A Dmmc5633.c504 ret = regcache_sync_region(regmap, MMC5633_REG_CTRL0, MMC5633_REG_CTRL1); in mmc5633_resume()
/linux/include/linux/
H A Dregmap.h1377 int regcache_sync_region(struct regmap *map, unsigned int min,
2082 static inline int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_cache_only()
2068 static inline int regcache_sync_region(struct regmap *map, unsigned int min, regcache_sync_region() function