Searched refs:hwmon (Results 226 - 250 of 322) sorted by relevance

1234567891011>>

/linux-master/drivers/rtc/
H A Drtc-rv3029c2.c18 #include <linux/hwmon.h>
19 #include <linux/hwmon-sysfs.h>
684 dev_warn(dev, "unable to register hwmon device %ld\n",
/linux-master/drivers/hwmon/
H A Dg762.c35 #include <linux/hwmon.h>
36 #include <linux/hwmon-sysfs.h>
849 * Following documentation about hwmon's sysfs interface, a pwm1_enable node
H A Dsht15.c13 * For further information, see the Documentation/hwmon/sht15.rst file.
20 #include <linux/hwmon.h>
21 #include <linux/hwmon-sysfs.h>
137 * @hwmon_dev: device associated with hwmon subsystem.
H A Dvia686a.c28 #include <linux/hwmon.h>
29 #include <linux/hwmon-sysfs.h>
H A Dvt8231.c23 #include <linux/hwmon.h>
24 #include <linux/hwmon-sysfs.h>
H A Dacpi_power_meter.c3 * A hwmon driver for ACPI 4.0 power meters
10 #include <linux/hwmon.h>
11 #include <linux/hwmon-sysfs.h>
H A Dsmsc47m1.c23 #include <linux/hwmon.h>
24 #include <linux/hwmon-sysfs.h>
H A Damc6821.c17 #include <linux/hwmon.h>
18 #include <linux/hwmon-sysfs.h>
963 MODULE_DESCRIPTION("Texas Instruments amc6821 hwmon driver");
H A Dhwmon.c3 * hwmon.c - part of lm_sensors, Linux kernel modules for hardware monitoring
5 * This file defines the sysfs class "hwmon", for use by sensors drivers.
16 #include <linux/hwmon.h>
28 #include <trace/events/hwmon.h>
30 #define HWMON_ID_PREFIX "hwmon"
64 struct list_head node; /* hwmon tzdata list entry */
65 struct device *dev; /* Reference to hwmon device */
140 .name = "hwmon",
151 * between hwmon and thermal_sys modules.
770 /* Complain about invalid characters in hwmon nam
[all...]
H A Dina3221.c10 #include <linux/hwmon.h>
11 #include <linux/hwmon-sysfs.h>
914 dev_err(dev, "Unable to register hwmon device\n");
H A Dsis5595.c48 #include <linux/hwmon.h>
49 #include <linux/hwmon-sysfs.h>
H A Dsht3x.c16 #include <linux/hwmon.h>
17 #include <linux/hwmon-sysfs.h>
961 dev_dbg(dev, "unable to register hwmon device\n");
H A Dnzxt-kraken3.c3 * hwmon driver for NZXT Kraken X53/X63/X73, Z53/Z63/Z73 and 2023/2023 Elite all in one coolers.
13 #include <linux/hwmon.h>
14 #include <linux/hwmon-sysfs.h>
962 hid_err(hdev, "hwmon registration failed with %d\n", ret);
H A Dmax6697.c14 #include <linux/hwmon.h>
15 #include <linux/hwmon-sysfs.h>
H A Dw83791d.c26 #include <linux/hwmon.h>
27 #include <linux/hwmon-vid.h>
28 #include <linux/hwmon-sysfs.h>
312 u8 vrm; /* hwmon-vid */
H A Dlm85.c20 #include <linux/hwmon.h>
21 #include <linux/hwmon-vid.h>
22 #include <linux/hwmon-sysfs.h>
H A Dw83781d.c30 #include <linux/hwmon.h>
31 #include <linux/hwmon-vid.h>
32 #include <linux/hwmon-sysfs.h>
H A Dpc87360.c30 #include <linux/hwmon.h>
31 #include <linux/hwmon-sysfs.h>
32 #include <linux/hwmon-vid.h>
H A Dntc_thermistor.c18 #include <linux/hwmon.h>
327 * described at Documentation/hwmon/ntc_thermistor.rst
647 dev_err(dev, "unable to register as hwmon device.\n");
H A Dftsteutates.c9 #include <linux/hwmon.h>
H A Dtmp464.c12 #include <linux/hwmon.h>
/linux-master/drivers/ata/
H A Dahci_imx.c20 #include <linux/hwmon.h>
21 #include <linux/hwmon-sysfs.h>
/linux-master/drivers/platform/x86/
H A Dcompal-laptop.c21 * and hwmon subsystem and is available to userspace under:
26 * /sys/class/hwmon/hwmonX/
48 * power, wake_on_XXX, a hwmon and power_supply interface.
54 /* NOTE: currently the wake_on_XXX, hwmon and power_supply interfaces are
68 #include <linux/hwmon.h>
69 #include <linux/hwmon-sysfs.h>
184 /* Support for the wake_on_XXX, hwmon and power_supply interface. Currently
H A Dacer-wmi.c33 #include <linux/hwmon.h>
2730 struct device *hwmon; local
2732 hwmon = devm_hwmon_device_register_with_info(dev, "acer",
2737 if (IS_ERR(hwmon)) {
2738 dev_err(dev, "Could not register acer hwmon device\n");
2739 return PTR_ERR(hwmon);
/linux-master/include/linux/mfd/wm8350/
H A Dcore.h612 struct wm8350_hwmon hwmon; member in struct:wm8350

Completed in 239 milliseconds

1234567891011>>