Searched refs:hwmon (Results 151 - 175 of 324) sorted by relevance

1234567891011>>

/linux-master/drivers/misc/
H A Dds1682.c37 #include <linux/hwmon-sysfs.h>
/linux-master/drivers/hwmon/
H A Dscpi-hwmon.c3 * System Control and Power Interface(SCPI) based hwmon sensor driver
9 #include <linux/hwmon.h>
84 /* hwmon callback functions */
175 dev_err(&pdev->dev, "Unable to initialize scpi-hwmon data\n");
297 .name = "scpi-hwmon",
H A Dgxp-fan-ctrl.c6 #include <linux/hwmon.h>
H A Dpowerz.c9 #include <linux/hwmon.h>
H A Doxp-sensors.c4 * fan reading and control via hwmon sysfs.
20 #include <linux/hwmon.h>
306 /* Callbacks for hwmon interface */
H A Dmc34vr500.c3 * An hwmon driver for the NXP MC34VR500 PMIC
13 #include <linux/hwmon.h>
H A Dmax127.c9 #include <linux/hwmon.h>
H A Dsbrmi.c3 * sbrmi.c - hwmon driver for a SB-RMI mailbox
11 #include <linux/hwmon.h>
220 /* hwmon power attributes are in microWatt */
234 * hwmon power attributes are in microWatt
H A Dpcf8591.c16 #include <linux/hwmon.h>
H A Dadm1177.c10 #include <linux/hwmon.h>
H A Dsht4x.c6 * sht4x.c - Linux hwmon driver for SHT4x Temperature and Humidity sensor
13 #include <linux/hwmon.h>
H A Dibmpex.c3 * A hwmon driver for the IBM PowerExecutive temperature/power sensors
11 #include <linux/hwmon.h>
12 #include <linux/hwmon-sysfs.h>
486 "Unable to register hwmon device for IPMI interface %d\n",
H A Dlm80.c16 #include <linux/hwmon.h>
17 #include <linux/hwmon-sysfs.h>
H A Dmax16065.c20 #include <linux/hwmon.h>
21 #include <linux/hwmon-sysfs.h>
H A Dina2xx.c31 #include <linux/hwmon.h>
32 #include <linux/hwmon-sysfs.h>
H A Dsch5636.c15 #include <linux/hwmon.h>
16 #include <linux/hwmon-sysfs.h>
/linux-master/drivers/input/touchscreen/
H A Dads7846.c18 #include <linux/hwmon.h>
551 struct device *hwmon; local
553 /* hwmon sensors need a reference voltage */
573 hwmon = devm_hwmon_device_register_with_groups(&spi->dev,
577 return PTR_ERR_OR_ZERO(hwmon);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h287 struct nouveau_hwmon *hwmon; member in struct:nouveau_drm
/linux-master/drivers/hwmon/pmbus/
H A Dinspur-ipsps.c12 #include <linux/hwmon-sysfs.h>
/linux-master/drivers/gpu/drm/xe/
H A Dxe_device_types.h453 /** @hwmon: hwmon subsystem integration */
454 struct xe_hwmon *hwmon; member in struct:xe_device
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c5 #include <linux/hwmon.h>
6 #include <linux/hwmon-sysfs.h>
192 struct device *hwmon; local
214 hwmon = devm_hwmon_device_register_with_groups(&wiphy->dev, name, phy,
216 return PTR_ERR_OR_ZERO(hwmon);
/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c25 #include <linux/hwmon.h>
1657 /* 0 is automatic fan, which is 2 for hwmon */
1662 * (no fan speed control) for hwmon
1716 struct device *hwmon; local
1718 hwmon = devm_hwmon_device_register_with_info(dev, "hp", &hp_wmi_driver,
1721 if (IS_ERR(hwmon)) {
1722 dev_err(dev, "Could not register hp hwmon device\n");
1723 return PTR_ERR(hwmon);
/linux-master/drivers/rtc/
H A Drtc-ab-eoz9.c15 #include <linux/hwmon.h>
16 #include <linux/hwmon-sysfs.h>
484 dev_warn(dev, "unable to register hwmon device %ld\n",
/linux-master/drivers/net/ethernet/sfc/
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/platform/x86/
H A Dsystem76_acpi.c13 #include <linux/hwmon.h>
14 #include <linux/hwmon-sysfs.h>

Completed in 394 milliseconds

1234567891011>>