Searched refs:regcache_sync_region (Results 1 – 5 of 5) sorted by relevance
| /drivers/media/radio/ |
| A D | radio-si476x.c | 543 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()
|
| /drivers/gpio/ |
| A D | gpio-pca953x.c | 1095 ret = regcache_sync_region(chip->regmap, regaddr, in device_pca95xx_init() 1101 ret = regcache_sync_region(chip->regmap, regaddr, in device_pca95xx_init() 1295 ret = regcache_sync_region(chip->regmap, regaddr, regaddr + NBANK(chip) - 1); in pca953x_regcache_sync() 1302 ret = regcache_sync_region(chip->regmap, regaddr, regaddr + NBANK(chip) - 1); in pca953x_regcache_sync() 1311 ret = regcache_sync_region(chip->regmap, regaddr, in pca953x_regcache_sync() 1320 ret = regcache_sync_region(chip->regmap, regaddr, in pca953x_regcache_sync()
|
| /drivers/mfd/ |
| A D | wm8994-core.c | 152 ret = regcache_sync_region(wm8994->regmap, WM8994_GPIO_1, in wm8994_suspend() 158 ret = regcache_sync_region(wm8994->regmap, in wm8994_suspend()
|
| /drivers/base/regmap/ |
| A D | regcache.c | 472 int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() function 517 EXPORT_SYMBOL_GPL(regcache_sync_region);
|
| /drivers/iio/magnetometer/ |
| A D | mmc35240.c | 537 ret = regcache_sync_region(data->regmap, MMC35240_REG_CTRL0, in mmc35240_resume()
|
Completed in 19 milliseconds