Lines Matching defs:wm831x
3 * drivers/hwmon/wm831x-hwmon.c - Wolfson Microelectronics WM831x PMIC
17 #include <linux/mfd/wm831x/core.h>
18 #include <linux/mfd/wm831x/auxadc.h>
33 struct wm831x *wm831x = dev_get_drvdata(dev);
37 ret = wm831x_auxadc_read_uv(wm831x, channel);
47 struct wm831x *wm831x = dev_get_drvdata(dev);
51 ret = wm831x_auxadc_read(wm831x, channel);
128 ATTRIBUTE_GROUPS(wm831x);
132 struct wm831x *wm831x = dev_get_drvdata(pdev->dev.parent);
135 hwmon_dev = devm_hwmon_device_register_with_groups(&pdev->dev, "wm831x",
136 wm831x,
144 .name = "wm831x-hwmon",
153 MODULE_ALIAS("platform:wm831x-hwmon");