|
Linux Kernel
3.7.1
|
#include <linux/clk.h>#include <linux/device.h>#include <linux/err.h>#include <linux/io.h>#include <linux/kernel.h>#include <linux/of.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/thermal.h>Go to the source code of this file.
Data Structures | |
| struct | spear_thermal_dev |
Macros | |
| #define | MD_FACTOR 1000 |
Functions | |
| MODULE_DEVICE_TABLE (of, spear_thermal_id_table) | |
| module_platform_driver (spear_thermal_driver) | |
| MODULE_AUTHOR ("Vincenzo Frascino <[email protected]>") | |
| MODULE_DESCRIPTION ("SPEAr thermal driver") | |
| MODULE_LICENSE ("GPL") | |
| #define MD_FACTOR 1000 |
Definition at line 28 of file spear_thermal.c.
| MODULE_AUTHOR | ( | "Vincenzo Frascino <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "SPEAr thermal driver" | ) |
| MODULE_DEVICE_TABLE | ( | of | , |
| spear_thermal_id_table | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | spear_thermal_driver | ) |
1.8.2