Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/leds.h>
#include <linux/io.h>
#include <linux/atmel_pwm.h>
#include <linux/slab.h>
#include <linux/module.h>
Go to the source code of this file.
Data Structures | |
struct | pwmled |
Functions | |
module_platform_driver (pwmled_driver) | |
MODULE_DESCRIPTION ("Driver for LEDs with PWM-controlled brightness") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:leds-atmel-pwm") | |
MODULE_ALIAS | ( | "platform:leds-atmel-pwm" | ) |
MODULE_DESCRIPTION | ( | "Driver for LEDs with PWM-controlled brightness" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | pwmled_driver | ) |