Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
platform_pwm_backlight_data Struct Reference

#include <pwm_backlight.h>

Data Fields

int pwm_id
 
unsigned int max_brightness
 
unsigned int dft_brightness
 
unsigned int lth_brightness
 
unsigned int pwm_period_ns
 
unsigned intlevels
 
int(* init )(struct device *dev)
 
int(* notify )(struct device *dev, int brightness)
 
void(* notify_after )(struct device *dev, int brightness)
 
void(* exit )(struct device *dev)
 
int(* check_fb )(struct device *dev, struct fb_info *info)
 

Detailed Description

Definition at line 9 of file pwm_backlight.h.

Field Documentation

int(* check_fb)(struct device *dev, struct fb_info *info)

Definition at line 20 of file pwm_backlight.h.

unsigned int dft_brightness

Definition at line 12 of file pwm_backlight.h.

void(* exit)(struct device *dev)

Definition at line 19 of file pwm_backlight.h.

int(* init)(struct device *dev)

Definition at line 16 of file pwm_backlight.h.

unsigned int* levels

Definition at line 15 of file pwm_backlight.h.

unsigned int lth_brightness

Definition at line 13 of file pwm_backlight.h.

unsigned int max_brightness

Definition at line 11 of file pwm_backlight.h.

Definition at line 17 of file pwm_backlight.h.

void(* notify_after)(struct device *dev, int brightness)

Definition at line 18 of file pwm_backlight.h.

int pwm_id

Definition at line 10 of file pwm_backlight.h.

unsigned int pwm_period_ns

Definition at line 14 of file pwm_backlight.h.


The documentation for this struct was generated from the following file: