Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
pcf50633-backlight.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/backlight.h>
#include <linux/fb.h>
#include <linux/mfd/pcf50633/core.h>
#include <linux/mfd/pcf50633/backlight.h>

Go to the source code of this file.

Data Structures

struct  pcf50633_bl
 

Functions

int pcf50633_bl_set_brightness_limit (struct pcf50633 *pcf, unsigned int limit)
 
 module_platform_driver (pcf50633_bl_driver)
 
 MODULE_AUTHOR ("Lars-Peter Clausen <[email protected]>")
 
 MODULE_DESCRIPTION ("PCF50633 backlight driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("platform:pcf50633-backlight")
 

Function Documentation

MODULE_ALIAS ( "platform:pcf50633-backlight"  )
MODULE_AUTHOR ( "Lars-Peter Clausen <[email protected]>"  )
MODULE_DESCRIPTION ( "PCF50633 backlight driver )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( pcf50633_bl_driver  )
int pcf50633_bl_set_brightness_limit ( struct pcf50633 pcf,
unsigned int  limit 
)

Definition at line 45 of file pcf50633-backlight.c.