Lines Matching defs:wm831x
2 * drivers/hwmon/wm831x-hwmon.c - Wolfson Microelectronics WM831x PMIC
29 #include <linux/mfd/wm831x/core.h>
30 #include <linux/mfd/wm831x/auxadc.h>
33 struct wm831x *wm831x;
40 return sprintf(buf, "wm831x\n");
61 ret = wm831x_auxadc_read_uv(hwmon->wm831x, channel);
75 ret = wm831x_auxadc_read(hwmon->wm831x, channel);
162 struct wm831x *wm831x = dev_get_drvdata(pdev->dev.parent);
170 hwmon->wm831x = wm831x;
209 .name = "wm831x-hwmon",
219 MODULE_ALIAS("platform:wm831x-hwmon");