Home
last modified time | relevance | path

Searched refs:wm8400_set_bits (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/regulator/
Dwm8400-regulator.c34 return wm8400_set_bits(wm8400, WM8400_LDO1_CONTROL + rdev_get_id(dev), in wm8400_ldo_enable()
42 return wm8400_set_bits(wm8400, WM8400_LDO1_CONTROL + rdev_get_id(dev), in wm8400_ldo_disable()
98 return wm8400_set_bits(wm8400, WM8400_LDO1_CONTROL + rdev_get_id(dev), in wm8400_ldo_set_voltage()
126 return wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_enable()
135 return wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_disable()
178 return wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_set_voltage()
218 ret = wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_2 + offset, in wm8400_dcdc_set_mode()
223 return wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_set_mode()
229 ret = wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_2 + offset, in wm8400_dcdc_set_mode()
234 return wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_set_mode()
[all …]
/linux-2.6.39/drivers/mfd/
Dwm8400-core.c207 int wm8400_set_bits(struct wm8400 *wm8400, u8 reg, u16 mask, u16 val) in wm8400_set_bits() function
223 EXPORT_SYMBOL_GPL(wm8400_set_bits);
/linux-2.6.39/include/linux/mfd/
Dwm8400-private.h934 int wm8400_set_bits(struct wm8400 *wm8400, u8 reg, u16 mask, u16 val);
/linux-2.6.39/sound/soc/codecs/
Dwm8400.c100 return wm8400_set_bits(wm8400->wm8400, reg, 0xffff, value); in wm8400_write()