Searched refs:hwmon (Results 201 - 225 of 324) sorted by relevance

1234567891011>>

/linux-master/drivers/hwmon/
H A Dgl520sm.c15 #include <linux/hwmon.h>
16 #include <linux/hwmon-sysfs.h>
17 #include <linux/hwmon-vid.h>
H A Dvt1211.c18 #include <linux/hwmon.h>
19 #include <linux/hwmon-sysfs.h>
20 #include <linux/hwmon-vid.h>
H A Dgpio-fan.c19 #include <linux/hwmon.h>
527 /* Make this driver part of hwmon class. */
H A Ddrivetemp.c10 * hwmon: Driver for SCSI/ATA temperature sensors
101 #include <linux/hwmon.h>
H A Dmlxreg-fan.c8 #include <linux/hwmon.h>
81 * @last_hwmon_state: last cooling state set by hwmon subsystem;
608 dev_err(dev, "Failed to register hwmon device\n");
H A Dk10temp.c18 #include <linux/hwmon.h>
H A Dasus_rog_ryujin.c3 * hwmon driver for Asus ROG Ryujin II 360 AIO cooler.
10 #include <linux/hwmon.h>
555 hid_err(hdev, "hwmon registration failed with %d\n", ret);
H A Dmax31827.c11 #include <linux/hwmon.h>
H A Dcorsair-cpro.c14 #include <linux/hwmon.h>
598 * When compiling this driver as built-in, hwmon initcalls will get called before the
H A Dmax31790.c10 #include <linux/hwmon.h>
H A Dmax6620.c26 #include <linux/hwmon.h>
H A Dlm95245.c13 #include <linux/hwmon.h>
H A Dlm95241.c16 #include <linux/hwmon.h>
H A Dlenovo-ec-sensors.c25 #include <linux/hwmon.h>
H A Dina238.c10 #include <linux/hwmon.h>
H A Demc2305.c9 #include <linux/hwmon.h>
62 * @last_hwmon_state: last cooling state updated by hwmon subsystem
70 * Fan low limit feature is supported through 'hwmon' interface: 'hwmon' 'pwm' attribute is
72 * kernel. In this case setting fan speed through 'hwmon' will never let the 'thermal'
89 * @hwmon_dev: hwmon device
H A Dapplesmc.c3 * drivers/hwmon/applesmc.c - driver for Apple's SMC (accelerometer, temperature
29 #include <linux/hwmon-sysfs.h>
32 #include <linux/hwmon.h>
99 struct sensor_device_attribute sda; /* hwmon attributes */
H A Dibmaem.c3 * A hwmon driver for the IBM System Director Active Energy Manager (AEM)
14 #include <linux/hwmon.h>
15 #include <linux/hwmon-sysfs.h>
563 /* Register with hwmon */
567 "Unable to register hwmon device for IPMI interface %d\n",
705 /* Register with hwmon */
709 "Unable to register hwmon device for IPMI interface %d\n",
H A Df75375s.c21 #include <linux/hwmon.h>
22 #include <linux/hwmon-sysfs.h>
H A Dlm95234.c16 #include <linux/hwmon.h>
17 #include <linux/hwmon-sysfs.h>
/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c58 #include <linux/hwmon.h>
59 #include <linux/hwmon-sysfs.h>
1823 * hwmon interface at the moment. The rest of the settings can be adjusted
2076 * on and resource management based hwmon interface registration. Note, that
2082 struct device *hwmon; local
2087 /* Initialize hwmon interface fields */
2090 hwmon = devm_hwmon_device_register_with_groups(&ndev->ntb.pdev->dev,
2092 if (IS_ERR(hwmon)) {
2093 dev_err(&ndev->ntb.pdev->dev, "Couldn't create hwmon device");
2763 /* Initialize hwmon interfac
[all...]
/linux-master/drivers/platform/x86/
H A Dasus-wmi.c22 #include <linux/hwmon.h>
23 #include <linux/hwmon-sysfs.h>
84 /* Based on standard hwmon pwmX_enable values */
2674 switch (state) { /* standard documented hwmon values */
2817 switch (state) { /* standard documented hwmon values */
2863 switch (state) { /* standard documented hwmon values */
2972 struct device *hwmon; local
2974 hwmon = devm_hwmon_device_register_with_groups(dev, "asus", asus,
2977 if (IS_ERR(hwmon)) {
2978 pr_err("Could not register asus hwmon devic
3586 struct device *hwmon; local
[all...]
/linux-master/drivers/mfd/
H A Dwm8350-core.c430 wm8350_client_dev_register(wm8350, "wm8350-hwmon",
431 &(wm8350->hwmon.pdev));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile85 mlx5_core-$(CONFIG_HWMON) += hwmon.o
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h30 #include <linux/hwmon.h>
31 #include <linux/hwmon-sysfs.h>

Completed in 544 milliseconds

1234567891011>>