|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/platform_device.h>#include <linux/backlight.h>#include <linux/fb.h>#include <linux/mfd/pcf50633/core.h>#include <linux/mfd/pcf50633/backlight.h>Go to the source code of this file.
Data Structures | |
| struct | pcf50633_bl |
Functions | |
| int | pcf50633_bl_set_brightness_limit (struct pcf50633 *pcf, unsigned int limit) |
| module_platform_driver (pcf50633_bl_driver) | |
| MODULE_AUTHOR ("Lars-Peter Clausen <[email protected]>") | |
| MODULE_DESCRIPTION ("PCF50633 backlight driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:pcf50633-backlight") | |
| MODULE_ALIAS | ( | "platform:pcf50633-backlight" | ) |
| MODULE_AUTHOR | ( | "Lars-Peter Clausen <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "PCF50633 backlight driver" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | pcf50633_bl_driver | ) |
1.8.2