Searched refs:hwmon (Results 126 - 150 of 324) sorted by relevance

1234567891011>>

/linux-master/drivers/hwmon/
H A Daspeed-pwm-tacho.c10 #include <linux/hwmon.h>
11 #include <linux/hwmon-sysfs.h>
913 struct device *hwmon; local
965 hwmon = devm_hwmon_device_register_with_groups(dev,
968 return PTR_ERR_OR_ZERO(hwmon);
H A Dadm9240.c36 #include <linux/hwmon-sysfs.h>
37 #include <linux/hwmon.h>
38 #include <linux/hwmon-vid.h>
H A Dadm1025.c40 #include <linux/hwmon.h>
41 #include <linux/hwmon-sysfs.h>
42 #include <linux/hwmon-vid.h>
H A Dthmc50.c14 #include <linux/hwmon.h>
15 #include <linux/hwmon-sysfs.h>
H A Dadm1021.c14 #include <linux/hwmon.h>
15 #include <linux/hwmon-sysfs.h>
H A Dmax1668.c14 #include <linux/hwmon.h>
15 #include <linux/hwmon-sysfs.h>
H A Dtmp421.c19 #include <linux/hwmon.h>
20 #include <linux/hwmon-sysfs.h>
H A Dtps23861.c13 #include <linux/hwmon-sysfs.h>
14 #include <linux/hwmon.h>
H A Dfam15h_power.c10 #include <linux/hwmon.h>
11 #include <linux/hwmon-sysfs.h>
H A Daxi-fan-control.c10 #include <linux/hwmon.h>
11 #include <linux/hwmon-sysfs.h>
163 * specified by the hwmon sysfs interface.
H A Dmax31760.c6 #include <linux/hwmon.h>
7 #include <linux/hwmon-sysfs.h>
H A Dltc2945.c13 #include <linux/hwmon.h>
14 #include <linux/hwmon-sysfs.h>
H A Dina209.c27 #include <linux/hwmon.h>
28 #include <linux/hwmon-sysfs.h>
H A Dlineage-pem.c17 #include <linux/hwmon.h>
18 #include <linux/hwmon-sysfs.h>
H A Dadc128d818.c16 #include <linux/hwmon.h>
17 #include <linux/hwmon-sysfs.h>
H A Dtc654.c10 #include <linux/hwmon.h>
11 #include <linux/hwmon-sysfs.h>
H A Dhwmon-vid.c3 * hwmon-vid.c - VID/VRM/VRD voltage conversions
16 #include <linux/hwmon-vid.h>
303 MODULE_DESCRIPTION("hwmon-vid driver");
H A Dk8temp.c14 #include <linux/hwmon.h>
H A Dsfctemp.c10 #include <linux/hwmon.h>
H A Daht10.c4 * aht10.c - Linux hwmon driver for AHT10/AHT20 Temperature and Humidity sensors
9 #include <linux/hwmon.h>
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dinit.c8 #include <linux/hwmon.h>
9 #include <linux/hwmon-sysfs.h>
194 struct device *hwmon; local
216 hwmon = devm_hwmon_device_register_with_groups(&wiphy->dev, name, phy,
219 if (IS_ERR(hwmon))
220 return PTR_ERR(hwmon);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h116 * @hwmon: Hardware monitor state
122 struct efx_mcdi_mon hwmon; member in struct:efx_mcdi_data
137 return &efx->mcdi->hwmon;
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_hwmon.c14 #include <linux/hwmon.h>
22 /* hwmon callback functions */
80 /* igb_add_hwmon_attr - Create hwmon attr table for a hwmon sysfs file.
85 * For each file we want in hwmon's sysfs interface we need a device_attribute
164 /* Don't create thermal hwmon interface if no sensors present */
179 /* Only create hwmon sysfs entries for sensors that have
185 /* Bail if any hwmon attr struct fails to initialize */
/linux-master/drivers/hwmon/occ/
H A Dsysfs.c7 #include <linux/hwmon-sysfs.h>
/linux-master/drivers/hwmon/pmbus/
H A Disl68137.c11 #include <linux/hwmon-sysfs.h>

Completed in 211 milliseconds

1234567891011>>