|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/spinlock.h>#include <linux/fb.h>#include <linux/backlight.h>#include <cpu/dac.h>#include <mach/hp6xx.h>#include <asm/hd64461.h>Go to the source code of this file.
Macros | |
| #define | HP680_MAX_INTENSITY 255 |
| #define | HP680_DEFAULT_INTENSITY 10 |
| #define | hp680bl_suspend NULL |
| #define | hp680bl_resume NULL |
Functions | |
| module_init (hp680bl_init) | |
| module_exit (hp680bl_exit) | |
| MODULE_AUTHOR ("Andriy Skulysh <[email protected]>") | |
| MODULE_DESCRIPTION ("HP Jornada 680 Backlight Driver") | |
| MODULE_LICENSE ("GPL") | |
| #define HP680_DEFAULT_INTENSITY 10 |
Definition at line 26 of file hp680_bl.c.
| #define HP680_MAX_INTENSITY 255 |
Definition at line 25 of file hp680_bl.c.
| #define hp680bl_resume NULL |
Definition at line 87 of file hp680_bl.c.
| #define hp680bl_suspend NULL |
Definition at line 86 of file hp680_bl.c.
| MODULE_AUTHOR | ( | "Andriy Skulysh <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "HP Jornada 680 Backlight Driver" | ) |
| module_exit | ( | hp680bl_exit | ) |
| module_init | ( | hp680bl_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2