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

Data Fields

struct pwm_devicepwm
 
struct devicedev
 
unsigned int period
 
unsigned int lth_brightness
 
unsigned intlevels
 
int(* notify )(struct device *, int brightness)
 
void(* notify_after )(struct device *, int brightness)
 
int(* check_fb )(struct device *, struct fb_info *)
 
void(* exit )(struct device *)
 

Detailed Description

Definition at line 24 of file pwm_bl.c.

Field Documentation

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

Definition at line 34 of file pwm_bl.c.

struct device* dev

Definition at line 26 of file pwm_bl.c.

void(* exit)(struct device *)

Definition at line 35 of file pwm_bl.c.

unsigned int* levels

Definition at line 29 of file pwm_bl.c.

unsigned int lth_brightness

Definition at line 28 of file pwm_bl.c.

Definition at line 30 of file pwm_bl.c.

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

Definition at line 32 of file pwm_bl.c.

unsigned int period

Definition at line 27 of file pwm_bl.c.

Definition at line 25 of file pwm_bl.c.


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