|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/module.h>#include <linux/pm_runtime.h>#include <linux/math64.h>#include <linux/platform_device.h>#include <linux/err.h>#include <linux/platform_data/ntc_thermistor.h>#include <linux/hwmon.h>#include <linux/hwmon-sysfs.h>Go to the source code of this file.
Data Structures | |
| struct | ntc_compensation |
| struct | ntc_data |
Functions | |
| module_platform_driver (ntc_thermistor_driver) | |
| MODULE_DESCRIPTION ("NTC Thermistor Driver") | |
| MODULE_AUTHOR ("MyungJoo Ham <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:ntc-thermistor") | |
Variables | |
| struct ntc_compensation | ncpXXwb473 [] |
| struct ntc_compensation | ncpXXwl333 [] |
| MODULE_ALIAS | ( | "platform:ntc-thermistor" | ) |
| MODULE_AUTHOR | ( | "MyungJoo Ham <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "NTC Thermistor Driver" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | ntc_thermistor_driver | ) |
| struct ntc_compensation ncpXXwb473[] |
Definition at line 46 of file ntc_thermistor.c.
| struct ntc_compensation ncpXXwl333[] |
Definition at line 82 of file ntc_thermistor.c.
1.8.2