|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/fb.h>#include <linux/clk.h>#include <linux/gpio.h>#include <linux/backlight.h>#include <linux/atmel_pwm.h>#include <linux/atmel-pwm-bl.h>#include <linux/slab.h>Go to the source code of this file.
Data Structures | |
| struct | atmel_pwm_bl |
Functions | |
| module_init (atmel_pwm_bl_init) | |
| module_exit (atmel_pwm_bl_exit) | |
| MODULE_AUTHOR ("Hans-Christian egtvedt <[email protected]>") | |
| MODULE_DESCRIPTION ("Atmel PWM backlight driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Hans-Christian egtvedt <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Atmel PWM backlight driver" | ) |
| module_exit | ( | atmel_pwm_bl_exit | ) |
| module_init | ( | atmel_pwm_bl_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2