|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/irq.h>#include <linux/slab.h>#include <linux/spinlock.h>#include <linux/platform_device.h>#include <linux/gpio.h>#include <linux/leds.h>#include <linux/platform_data/leds-kirkwood-netxbig.h>Go to the source code of this file.
Data Structures | |
| struct | netxbig_led_data |
Functions | |
| module_platform_driver (netxbig_led_driver) | |
| MODULE_AUTHOR ("Simon Guinot <[email protected]>") | |
| MODULE_DESCRIPTION ("LED driver for LaCie xBig Network boards") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:leds-netxbig") | |
| MODULE_ALIAS | ( | "platform:leds-netxbig" | ) |
| MODULE_AUTHOR | ( | "Simon Guinot <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | netxbig_led_driver | ) |
1.8.2