Home
last modified time | relevance | path

Searched refs:wm8400 (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/regulator/
Dwm8400-regulator.c39 struct wm8400 *wm8400 = rdev_get_drvdata(dev); in wm8400_dcdc_get_mode() local
44 ret = wm8400_block_read(wm8400, WM8400_DCDC1_CONTROL_1 + offset, 2, in wm8400_dcdc_get_mode()
66 struct wm8400 *wm8400 = rdev_get_drvdata(dev); in wm8400_dcdc_set_mode() local
73 ret = wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_2 + offset, in wm8400_dcdc_set_mode()
78 return wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_set_mode()
84 ret = wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_2 + offset, in wm8400_dcdc_set_mode()
89 return wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_set_mode()
95 return wm8400_set_bits(wm8400, WM8400_DCDC1_CONTROL_1 + offset, in wm8400_dcdc_set_mode()
211 struct wm8400 *wm8400 = container_of(pdev, struct wm8400, regulators[pdev->id]); in wm8400_regulator_probe() local
217 config.driver_data = wm8400; in wm8400_regulator_probe()
[all …]
DMakefile129 obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
/linux-4.19.296/include/linux/mfd/
Dwm8400-private.h31 struct wm8400 { struct
926 int wm8400_block_read(struct wm8400 *wm8400, u8 reg, int count, u16 *data);
928 static inline int wm8400_set_bits(struct wm8400 *wm8400, u8 reg, in wm8400_set_bits() argument
931 return regmap_update_bits(wm8400->regmap, reg, mask, val); in wm8400_set_bits()
Dwm8400-audio.h1184 struct wm8400;
1185 void wm8400_reset_codec_reg_cache(struct wm8400 *wm8400);
/linux-4.19.296/
DMAINTAINERS15897 F: include/linux/mfd/wm8400*