Searched refs:regmap_update_bits_check (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/soc/ |
D | soc-io.c | 108 ret = regmap_update_bits_check(component->regmap, reg, mask, in snd_soc_component_update_bits()
|
/linux-4.4.14/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 | 2186 regmap_update_bits_check(arizona->regmap, fll->base + 1, in arizona_disable_fll()
|
/linux-4.4.14/include/linux/ |
D | regmap.h | 700 int regmap_update_bits_check(struct regmap *map, unsigned int reg, 946 static inline int regmap_update_bits_check(struct regmap *map, in regmap_update_bits_check() function
|
/linux-4.4.14/drivers/extcon/ |
D | extcon-arizona.c | 338 regmap_update_bits_check(arizona->regmap, ARIZONA_MIC_DETECT_1, in arizona_start_mic() 355 regmap_update_bits_check(arizona->regmap, ARIZONA_MIC_DETECT_1, in arizona_stop_mic()
|
/linux-4.4.14/drivers/base/regmap/ |
D | regmap.c | 2640 int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check() function 2651 EXPORT_SYMBOL_GPL(regmap_update_bits_check);
|