Searched refs:regmap_update_bits_check (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/sound/soc/ |
D | soc-io.c | 108 ret = regmap_update_bits_check(component->regmap, reg, mask, in snd_soc_component_update_bits()
|
/linux-4.1.27/include/linux/ |
D | regmap.h | 429 int regmap_update_bits_check(struct regmap *map, unsigned int reg, 654 static inline int regmap_update_bits_check(struct regmap *map, in regmap_update_bits_check() function
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm8804.c | 414 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll() 428 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
|
D | arizona.c | 1997 regmap_update_bits_check(arizona->regmap, fll->base + 1, in arizona_disable_fll()
|
/linux-4.1.27/drivers/extcon/ |
D | extcon-arizona.c | 300 regmap_update_bits_check(arizona->regmap, ARIZONA_MIC_DETECT_1, in arizona_start_mic() 317 regmap_update_bits_check(arizona->regmap, ARIZONA_MIC_DETECT_1, in arizona_stop_mic()
|
/linux-4.1.27/drivers/base/regmap/ |
D | regmap.c | 2423 int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check() function 2434 EXPORT_SYMBOL_GPL(regmap_update_bits_check);
|