|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/backlight.h>#include <linux/err.h>#include <linux/fb.h>#include <linux/mfd/tps65217.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/slab.h>Go to the source code of this file.
Data Structures | |
| struct | tps65217_bl |
Functions | |
| module_platform_driver (tps65217_bl_driver) | |
| MODULE_DESCRIPTION ("TPS65217 Backlight driver") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_AUTHOR ("Matthias Kaehlcke <[email protected]>") | |
| MODULE_AUTHOR | ( | "Matthias Kaehlcke <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "TPS65217 Backlight driver" | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| module_platform_driver | ( | tps65217_bl_driver | ) |
1.8.2