|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/slab.h>#include <linux/leds.h>#include <linux/err.h>#include <linux/mfd/wm831x/core.h>#include <linux/mfd/wm831x/pdata.h>#include <linux/mfd/wm831x/status.h>#include <linux/module.h>Go to the source code of this file.
Data Structures | |
| struct | wm831x_status |
Macros | |
| #define | to_wm831x_status(led_cdev) container_of(led_cdev, struct wm831x_status, cdev) |
Functions | |
| module_platform_driver (wm831x_status_driver) | |
| MODULE_AUTHOR ("Mark Brown <[email protected]>") | |
| MODULE_DESCRIPTION ("WM831x status LED driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:wm831x-status") | |
| #define to_wm831x_status | ( | led_cdev | ) | container_of(led_cdev, struct wm831x_status, cdev) |
Definition at line 41 of file leds-wm831x-status.c.
| MODULE_ALIAS | ( | "platform:wm831x-status" | ) |
| MODULE_AUTHOR | ( | "Mark Brown <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | wm831x_status_driver | ) |
1.8.2