Searched refs:regcache_sync_region (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | da7219-aad.c | 268 regcache_sync_region(da7219->regmap, DA7219_HP_L_CTRL, in da7219_aad_hptest_work() 271 regcache_sync_region(da7219->regmap, DA7219_MIXOUT_L_CTRL, in da7219_aad_hptest_work() 273 regcache_sync_region(da7219->regmap, DA7219_DROUTING_ST_OUTFILT_1L, in da7219_aad_hptest_work() 275 regcache_sync_region(da7219->regmap, DA7219_MIXOUT_L_SELECT, in da7219_aad_hptest_work() 277 regcache_sync_region(da7219->regmap, DA7219_DAC_L_CTRL, in da7219_aad_hptest_work() 279 regcache_sync_region(da7219->regmap, DA7219_DIG_ROUTING_DAC, in da7219_aad_hptest_work() 281 regcache_sync_region(da7219->regmap, DA7219_CP_CTRL, DA7219_CP_CTRL); in da7219_aad_hptest_work() 282 regcache_sync_region(da7219->regmap, DA7219_DAC_FILTERS5, in da7219_aad_hptest_work() 284 regcache_sync_region(da7219->regmap, DA7219_DAC_FILTERS4, in da7219_aad_hptest_work() 286 regcache_sync_region(da7219->regmap, DA7219_HP_L_GAIN, in da7219_aad_hptest_work() [all …]
|
D | wm8962.c | 1482 return regcache_sync_region(wm8962->regmap, in wm8962_dsp2_write_config()
|
/Linux-v4.19/drivers/media/radio/ |
D | radio-si476x.c | 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() 584 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init() 594 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init() 600 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init() 614 err = regcache_sync_region(radio->core->regmap, in si476x_radio_do_post_powerup_init()
|
/Linux-v4.19/include/sound/ |
D | hda_regmap.h | 219 regcache_sync_region(codec->regmap, nid << 20, ((nid + 1) << 20) - 1); in snd_hdac_regmap_sync_node()
|
/Linux-v4.19/drivers/mfd/ |
D | wm8994-core.c | 160 ret = regcache_sync_region(wm8994->regmap, WM8994_GPIO_1, in wm8994_suspend() 166 ret = regcache_sync_region(wm8994->regmap, in wm8994_suspend()
|
/Linux-v4.19/drivers/base/regmap/ |
D | regcache.c | 412 int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() function 454 EXPORT_SYMBOL_GPL(regcache_sync_region);
|
/Linux-v4.19/include/linux/ |
D | regmap.h | 1010 int regcache_sync_region(struct regmap *map, unsigned int min, 1309 static inline int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() function
|
/Linux-v4.19/drivers/iio/magnetometer/ |
D | mmc35240.c | 546 ret = regcache_sync_region(data->regmap, MMC35240_REG_CTRL0, in mmc35240_resume()
|