Lines Matching defs:hwmon
11 #include <linux/hwmon.h>
12 #include <linux/hwmon-sysfs.h>
28 * @hwmon: hwmon device;
32 * @groups: list of sysfs attribute group for hwmon registration;
38 struct device *hwmon;
239 priv->hwmon = devm_hwmon_device_register_with_groups(&pdev->dev,
243 if (IS_ERR(priv->hwmon)) {
244 dev_err(&pdev->dev, "Failed to register hwmon device %ld\n",
245 PTR_ERR(priv->hwmon));
246 return PTR_ERR(priv->hwmon);