Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
backlight.c File Reference
#include "psb_drv.h"
#include "psb_intel_reg.h"
#include "psb_intel_drv.h"
#include "intel_bios.h"
#include "power.h"

Go to the source code of this file.

Functions

void gma_backlight_enable (struct drm_device *dev)
 
void gma_backlight_disable (struct drm_device *dev)
 
void gma_backlight_set (struct drm_device *dev, int v)
 
int gma_backlight_init (struct drm_device *dev)
 
void gma_backlight_exit (struct drm_device *dev)
 

Function Documentation

void gma_backlight_disable ( struct drm_device dev)

Definition at line 49 of file backlight.c.

void gma_backlight_enable ( struct drm_device dev)

Definition at line 37 of file backlight.c.

void gma_backlight_exit ( struct drm_device dev)

Definition at line 84 of file backlight.c.

int gma_backlight_init ( struct drm_device dev)

Definition at line 73 of file backlight.c.

void gma_backlight_set ( struct drm_device dev,
int  v 
)

Definition at line 61 of file backlight.c.