Home
last modified time | relevance | path

Searched defs:wm8400 (Results 1 – 2 of 2) 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
66 struct wm8400 *wm8400 = rdev_get_drvdata(dev); in wm8400_dcdc_set_mode() local
211 struct wm8400 *wm8400 = container_of(pdev, struct wm8400, regulators[pdev->id]); in wm8400_regulator_probe() local
251 struct wm8400 *wm8400 = dev_get_drvdata(dev); in wm8400_register_regulator() local
/linux-4.19.296/include/linux/mfd/
Dwm8400-private.h31 struct wm8400 { struct
32 struct device *dev;
33 struct regmap *regmap;
35 struct platform_device regulators[6];
928 static inline int wm8400_set_bits(struct wm8400 *wm8400, u8 reg, in wm8400_set_bits()