#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/hwmon.h>
#include <linux/hwmon-vid.h>
#include <linux/sysfs.h>
#include <linux/hwmon-sysfs.h>
#include <linux/err.h>
#include <linux/mutex.h>
#include <linux/list.h>
#include <linux/platform_device.h>
#include <linux/cpu.h>
#include <asm/msr.h>
#include <asm/processor.h>
#include <asm/cpu_device_id.h>
Go to the source code of this file.
| #define DRVNAME "via_cputemp" |
| #define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
- Enumerator:
| SHOW_TEMP |
|
| SHOW_LABEL |
|
| SHOW_NAME |
|
Definition at line 44 of file via-cputemp.c.
| MODULE_DEVICE_TABLE |
( |
x86cpu |
, |
|
|
cputemp_ids |
|
|
) |
| |