|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/leds.h>#include <linux/err.h>#include <linux/mfd/wm8350/pmic.h>#include <linux/regulator/consumer.h>#include <linux/slab.h>#include <linux/module.h>Go to the source code of this file.
Macros | |
| #define | to_wm8350_led(led_cdev) container_of(led_cdev, struct wm8350_led, cdev) |
Functions | |
| module_platform_driver (wm8350_led_driver) | |
| MODULE_AUTHOR ("Mark Brown") | |
| MODULE_DESCRIPTION ("WM8350 LED driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:wm8350-led") | |
| #define to_wm8350_led | ( | led_cdev | ) | container_of(led_cdev, struct wm8350_led, cdev) |
Definition at line 90 of file leds-wm8350.c.
| MODULE_ALIAS | ( | "platform:wm8350-led" | ) |
| MODULE_AUTHOR | ( | "Mark Brown" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | wm8350_led_driver | ) |
1.8.2