Linux Kernel
3.7.1
|
#include <linux/cpufreq.h>
#include <linux/sched.h>
#include <linux/module.h>
#include <linux/timer.h>
#include <linux/workqueue.h>
#include <linux/atomic.h>
#include <asm/machdep.h>
#include <asm/spu.h>
Go to the source code of this file.
Data Structures | |
struct | spu_gov_info_struct |
Macros | |
#define | POLL_TIME 100000 /* in µs */ |
#define | EXP 753 /* exp(-1) in fixed-point */ |
Functions | |
module_init (spu_gov_init) | |
module_exit (spu_gov_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Christian Krafft <[email protected]>") | |
Definition at line 32 of file cpufreq_spudemand.c.
MODULE_AUTHOR | ( | "Christian Krafft <[email protected]>" | ) |
module_exit | ( | spu_gov_exit | ) |
module_init | ( | spu_gov_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |