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

#include <lcd.h>

Data Fields

int(* get_power )(struct lcd_device *)
 
int(* early_set_power )(struct lcd_device *, int power)
 
int(* r_early_set_power )(struct lcd_device *, int power)
 
int(* set_power )(struct lcd_device *, int power)
 
int(* get_contrast )(struct lcd_device *)
 
int(* set_contrast )(struct lcd_device *, int contrast)
 
int(* set_mode )(struct lcd_device *, struct fb_videomode *)
 
int(* check_fb )(struct lcd_device *, struct fb_info *)
 

Detailed Description

Definition at line 39 of file lcd.h.

Field Documentation

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

Definition at line 63 of file lcd.h.

int(* early_set_power)(struct lcd_device *, int power)

Definition at line 50 of file lcd.h.

int(* get_contrast)(struct lcd_device *)

Definition at line 56 of file lcd.h.

int(* get_power)(struct lcd_device *)

Definition at line 42 of file lcd.h.

int(* r_early_set_power)(struct lcd_device *, int power)

Definition at line 52 of file lcd.h.

int(* set_contrast)(struct lcd_device *, int contrast)

Definition at line 58 of file lcd.h.

Definition at line 60 of file lcd.h.

int(* set_power)(struct lcd_device *, int power)

Definition at line 54 of file lcd.h.


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