Searched refs:hwmon (Results 76 - 100 of 324) sorted by relevance

1234567891011>>

/linux-master/drivers/hwmon/
H A Dmax6642.c27 #include <linux/hwmon.h>
28 #include <linux/hwmon-sysfs.h>
H A Dltc4215.c17 #include <linux/hwmon.h>
18 #include <linux/hwmon-sysfs.h>
H A Dltc4261.c21 #include <linux/hwmon.h>
22 #include <linux/hwmon-sysfs.h>
H A Dltc4222.c14 #include <linux/hwmon.h>
15 #include <linux/hwmon-sysfs.h>
H A Dw83l785ts.c26 #include <linux/hwmon.h>
27 #include <linux/hwmon-sysfs.h>
H A Dlm73.c18 #include <linux/hwmon.h>
19 #include <linux/hwmon-sysfs.h>
166 /* sysfs attributes for hwmon */
H A Dltc2990.c11 #include <linux/hwmon.h>
12 #include <linux/hwmon-sysfs.h>
H A Dad7414.c3 * An hwmon driver for the Analog Devices AD7414
21 #include <linux/hwmon.h>
22 #include <linux/hwmon-sysfs.h>
H A Datxp1.c16 #include <linux/hwmon.h>
17 #include <linux/hwmon-vid.h>
H A Dds620.c15 #include <linux/hwmon.h>
16 #include <linux/hwmon-sysfs.h>
H A Dtmp102.c12 #include <linux/hwmon.h>
13 #include <linux/hwmon-sysfs.h>
255 dev_dbg(dev, "unable to register hwmon device\n");
H A Dsht21.c13 #include <linux/hwmon.h>
14 #include <linux/hwmon-sysfs.h>
H A Dg760a.c17 #include <linux/hwmon.h>
18 #include <linux/hwmon-sysfs.h>
H A Dpwm-fan.c10 #include <linux/hwmon.h>
479 struct device *hwmon; local
625 hwmon = devm_hwmon_device_register_with_info(dev, "pwmfan",
627 if (IS_ERR(hwmon)) {
628 dev_err(dev, "Failed to register hwmon device\n");
629 return PTR_ERR(hwmon);
H A Dbt1-pvt.c18 #include <linux/hwmon-sysfs.h>
19 #include <linux/hwmon.h>
173 * This driver can optionally provide the hwmon alarms for each sensor the PVT
195 * driver data cache. This solution is implemented if hwmon alarms are enabled
269 hwmon_notify_event(pvt->hwmon, info->type, info->attr_min_alarm,
273 hwmon_notify_event(pvt->hwmon, info->type, info->attr_max_alarm,
651 /* Return the result in msec as hwmon sysfs interface requires. */
1058 pvt->hwmon = devm_hwmon_device_register_with_info(pvt->dev, "pvt", pvt,
1060 if (IS_ERR(pvt->hwmon)) {
1061 dev_err(pvt->dev, "Couldn't create hwmon devic
[all...]
H A Dmcp3021.c17 #include <linux/hwmon.h>
H A Dnzxt-kraken2.c3 * nzxt-kraken2.c - hwmon driver for NZXT Kraken X42/X52/X62/X72 coolers
14 #include <linux/hwmon.h>
178 hid_err(hdev, "hwmon registration failed with %d\n", ret);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dthermal.c10 #include <linux/hwmon.h>
11 #include <linux/hwmon-sysfs.h>
201 ath11k_err(ar->ab, "failed to register hwmon device: %ld\n",
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c11 #include <linux/hwmon.h>
12 #include <linux/hwmon-sysfs.h>
51 struct device *hwmon; local
59 hwmon = devm_hwmon_device_register_with_groups(&wiphy->dev, name, dev,
61 return PTR_ERR_OR_ZERO(hwmon);
/linux-master/drivers/rtc/
H A Drtc-max31335.c17 #include <linux/hwmon.h>
606 struct device *hwmon; local
655 hwmon = devm_hwmon_device_register_with_info(&client->dev, client->name,
659 if (IS_ERR(hwmon))
660 return dev_err_probe(&client->dev, PTR_ERR(hwmon),
661 "cannot register hwmon device\n");
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sysfs.c14 #include <linux/hwmon.h>
16 /* hwmon callback functions */
75 * ixgbe_add_hwmon_attr - Create hwmon attr table for a hwmon sysfs file.
80 * For each file we want in hwmon's sysfs interface we need a device_attribute
158 /* Don't create thermal hwmon interface if no sensors present */
172 * Only create hwmon sysfs entries for sensors that have
178 /* Bail if any hwmon attr struct fails to initialize */
/linux-master/include/linux/
H A Dw1.h62 * @hwmon: pointer to hwmon device
78 struct device *hwmon; member in struct:w1_slave
/linux-master/drivers/platform/x86/
H A Dgigabyte-wmi.c8 #include <linux/hwmon.h>
/linux-master/drivers/net/phy/aquantia/
H A Daquantia_hwmon.c12 #include <linux/hwmon.h>
/linux-master/drivers/net/phy/
H A Dbcm54140.c9 #include <linux/hwmon.h>
415 struct device *hwmon; local
423 hwmon = devm_hwmon_device_register_with_info(&phydev->mdio.dev,
427 return PTR_ERR_OR_ZERO(hwmon);

Completed in 245 milliseconds

1234567891011>>