Searched refs:hwmon (Results 176 - 200 of 324) sorted by relevance

1234567891011>>

/linux-master/drivers/hwmon/
H A Dabituguru3.c24 #include <linux/hwmon.h>
25 #include <linux/hwmon-sysfs.h>
145 struct device *hwmon_dev; /* hwmon registered device */
H A Dibmpowernv.c13 #include <linux/hwmon.h>
14 #include <linux/hwmon-sysfs.h>
268 * This function translates the DT node name into the 'hwmon' attribute name.
271 * populating them inside hwmon device class.
549 * to the name required by the higher 'hwmon' driver like fan1_input, temp1_max
599 * hwmon attribute name
684 /* Finally, register with hwmon */
H A Di5k_amb.c3 * A hwmon driver for the Intel 5000 series chipset FB-DIMM AMB
11 #include <linux/hwmon.h>
12 #include <linux/hwmon-sysfs.h>
H A Dxgene-hwmon.c16 #include <linux/hwmon.h>
17 #include <linux/hwmon-sysfs.h>
768 {.compatible = "apm,xgene-slimpro-hwmon"},
777 .name = "xgene-slimpro-hwmon",
H A Dcorsair-psu.c11 #include <linux/hwmon.h>
12 #include <linux/hwmon-sysfs.h>
42 * - the driver supports debugfs for values not fitting into the hwmon class
H A Dmax6650.c26 #include <linux/hwmon.h>
27 #include <linux/hwmon-sysfs.h>
H A Dmax6639.c18 #include <linux/hwmon.h>
19 #include <linux/hwmon-sysfs.h>
H A Dadt7411.c17 #include <linux/hwmon.h>
18 #include <linux/hwmon-sysfs.h>
H A Dstts751.c16 #include <linux/hwmon.h>
17 #include <linux/hwmon-sysfs.h>
H A Demc2103.c12 #include <linux/hwmon.h>
13 #include <linux/hwmon-sysfs.h>
665 MODULE_DESCRIPTION("SMSC EMC2103 hwmon driver");
H A Demc1403.c16 #include <linux/hwmon.h>
17 #include <linux/hwmon-sysfs.h>
H A Demc6w201.c12 #include <linux/hwmon.h>
13 #include <linux/hwmon-sysfs.h>
H A Dadt7x10.c16 #include <linux/hwmon.h>
H A Dscmi-hwmon.c3 * System Control and Management Interface(SCMI) based hwmon sensor driver
9 #include <linux/hwmon.h>
360 { SCMI_PROTOCOL_SENSOR, "hwmon" },
366 .name = "scmi-hwmon",
H A Dgigabyte_waterforce.c3 * hwmon driver for Gigabyte AORUS Waterforce AIO CPU coolers: X240, X280 and X360.
10 #include <linux/hwmon.h>
373 hid_err(hdev, "hwmon registration failed with %d\n", ret);
H A Dlm83.c25 #include <linux/hwmon.h>
174 /* hwmon API */
H A Dmax31730.c12 #include <linux/hwmon.h>
H A Dltc2991.c9 #include <linux/hwmon.h>
H A Dlm78.c16 #include <linux/hwmon.h>
17 #include <linux/hwmon-vid.h>
18 #include <linux/hwmon-sysfs.h>
H A Dlm87.c51 #include <linux/hwmon.h>
52 #include <linux/hwmon-sysfs.h>
53 #include <linux/hwmon-vid.h>
H A Dasb100.c31 #include <linux/hwmon.h>
32 #include <linux/hwmon-sysfs.h>
33 #include <linux/hwmon-vid.h>
H A Dsmsc47m192.c16 #include <linux/hwmon.h>
17 #include <linux/hwmon-sysfs.h>
18 #include <linux/hwmon-vid.h>
/linux-master/drivers/
H A DMakefile118 obj-$(CONFIG_HWMON) += hwmon/
/linux-master/drivers/platform/x86/
H A Dmsi-wmi-platform.c17 #include <linux/hwmon.h>
/linux-master/drivers/media/i2c/
H A Dvideo-i2c.c15 #include <linux/hwmon.h>
150 /* hwmon init function */
334 void *hwmon = devm_hwmon_device_register_with_info(dev, "amg88xx", data, local
337 return PTR_ERR_OR_ZERO(hwmon);
845 "failed to register hwmon device\n");

Completed in 371 milliseconds

1234567891011>>