Searched refs:hwmon (Results 1 - 25 of 57) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dlm75.h28 #include <linux/hwmon.h>
H A DMakefile5 obj-$(CONFIG_HWMON) += hwmon.o
6 obj-$(CONFIG_HWMON_VID) += hwmon-vid.o
H A Dhwmon.c2 hwmon.c - part of lm_sensors, Linux kernel modules for hardware monitoring
4 This file defines the sysfs class "hwmon", for use by sensors drivers.
18 #include <linux/hwmon.h>
22 #define HWMON_ID_PREFIX "hwmon"
31 * hwmon_device_register - register w/ hwmon sysfs class
91 hwmon_class = class_create(THIS_MODULE, "hwmon");
93 printk(KERN_ERR "hwmon.c: couldn't create sysfs class\n");
H A Dlm70.c33 #include <linux/hwmon.h>
H A Dk8temp.c30 #include <linux/hwmon.h>
31 #include <linux/hwmon-sysfs.h>
H A Dlm75.c26 #include <linux/hwmon.h>
27 #include <linux/hwmon-sysfs.h>
H A Dw83l785ts.c39 #include <linux/hwmon.h>
40 #include <linux/hwmon-sysfs.h>
H A Dhwmon-vid.c2 hwmon-vid.c - VID/VRM/VRD voltage conversions
27 #include <linux/hwmon-vid.h>
136 printk(KERN_WARNING "hwmon-vid: Requested unsupported "
220 printk(KERN_INFO "hwmon-vid: Unknown VRM version of your "
229 printk(KERN_INFO "hwmon-vid: Unknown VRM version of your CPU\n");
239 MODULE_DESCRIPTION("hwmon-vid driver");
H A Dad7418.c2 * An hwmon driver for the Analog Devices AD7416/17/18
18 #include <linux/hwmon.h>
19 #include <linux/hwmon-sysfs.h>
H A Datxp1.c26 #include <linux/hwmon.h>
27 #include <linux/hwmon-vid.h>
H A Dcoretemp.c6 * Inspired from many hwmon drivers
28 #include <linux/hwmon.h>
30 #include <linux/hwmon-sysfs.h>
H A Dsmsc47b397.c34 #include <linux/hwmon.h>
35 #include <linux/hwmon-sysfs.h>
H A Dadm1029.c33 #include <linux/hwmon-sysfs.h>
34 #include <linux/hwmon.h>
H A Dlm83.c39 #include <linux/hwmon-sysfs.h>
40 #include <linux/hwmon.h>
H A Dmax6650.c39 #include <linux/hwmon.h>
40 #include <linux/hwmon-sysfs.h>
531 dev_err(&client->dev, "error registering hwmon device.\n");
617 * there's no "full off" mode defined in hwmon specifcations.
H A Dadm1025.c53 #include <linux/hwmon.h>
54 #include <linux/hwmon-vid.h>
H A Dlm63.c45 #include <linux/hwmon-sysfs.h>
46 #include <linux/hwmon.h>
H A Dlm90.c78 #include <linux/hwmon-sysfs.h>
79 #include <linux/hwmon.h>
H A Dpc87427.c29 #include <linux/hwmon.h>
30 #include <linux/hwmon-sysfs.h>
H A Dds1621.c29 #include <linux/hwmon.h>
H A Dmax1619.c34 #include <linux/hwmon.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/touchscreen/
H A Dads7846.c20 #include <linux/hwmon.h>
66 struct class_device *hwmon; member in struct:ads7846
344 struct class_device *hwmon; local
347 /* hwmon sensors need a reference voltage */
386 hwmon = hwmon_device_register(&spi->dev);
387 if (IS_ERR(hwmon)) {
389 return PTR_ERR(hwmon);
392 ts->hwmon = hwmon;
399 if (ts->hwmon) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/
H A DMakefile66 obj-$(CONFIG_HWMON) += hwmon/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dpca9539.c15 #include <linux/hwmon-sysfs.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.h40 #include <linux/hwmon.h>
41 #include <linux/hwmon-sysfs.h>

Completed in 118 milliseconds

123