Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
leds-gpio.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/leds.h>
#include <linux/of_platform.h>
#include <linux/of_gpio.h>
#include <linux/slab.h>
#include <linux/workqueue.h>
#include <linux/module.h>
#include <linux/pinctrl/consumer.h>

Go to the source code of this file.

Data Structures

struct  gpio_led_data
 
struct  gpio_leds_priv
 

Functions

 module_platform_driver (gpio_led_driver)
 
 MODULE_AUTHOR ("Raphael Assenat <[email protected]>, Trent Piepho <[email protected]>")
 
 MODULE_DESCRIPTION ("GPIO LED driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("platform:leds-gpio")
 

Function Documentation

MODULE_ALIAS ( "platform:leds-gpio )
MODULE_AUTHOR ( "Raphael Assenat <[email protected] ,
Trent Piepho< tpiepho @freescale.com >"   
)
MODULE_DESCRIPTION ( "GPIO LED driver )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( gpio_led_driver  )