|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/mutex.h>#include <linux/delay.h>#include <linux/fb.h>#include <linux/backlight.h>#include <linux/mfd/aat2870.h>Go to the source code of this file.
Data Structures | |
| struct | aat2870_bl_driver_data |
Functions | |
| subsys_initcall (aat2870_bl_init) | |
| module_exit (aat2870_bl_exit) | |
| MODULE_DESCRIPTION ("AnalogicTech AAT2870 Backlight") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Jin Park <[email protected]>") | |
| MODULE_AUTHOR | ( | "Jin Park <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "AnalogicTech AAT2870 Backlight" | ) |
| module_exit | ( | aat2870_bl_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | aat2870_bl_init | ) |
1.8.2