Linux Kernel
3.7.1
|
#include <auo_k190xfb.h>
Data Fields | |
struct fb_info * | info |
struct auok190x_board * | board |
struct regulator * | regulator |
struct mutex | io_lock |
struct delayed_work | work |
wait_queue_head_t | waitq |
int | resolution |
int | rotation |
int | consecutive_threshold |
int | update_cnt |
int | epd_type |
int | panel_size_int |
int | panel_size_float |
int | panel_model |
int | tcon_version |
int | lut_version |
void(* | update_partial )(struct auok190xfb_par *par, u16 y1, u16 y2) |
void(* | update_all )(struct auok190xfb_par *par) |
bool(* | need_refresh )(struct auok190xfb_par *par) |
void(* | init )(struct auok190xfb_par *par) |
void(* | recover )(struct auok190xfb_par *par) |
int | update_mode |
int | last_mode |
int | flash |
int | autosuspend_delay |
bool | standby |
bool | manual_standby |
Definition at line 29 of file auo_k190xfb.h.
int autosuspend_delay |
Definition at line 63 of file auo_k190xfb.h.
Definition at line 31 of file auo_k190xfb.h.
int consecutive_threshold |
Definition at line 40 of file auo_k190xfb.h.
int epd_type |
Definition at line 44 of file auo_k190xfb.h.
int flash |
Definition at line 60 of file auo_k190xfb.h.
Definition at line 30 of file auo_k190xfb.h.
void(* init)(struct auok190xfb_par *par) |
Definition at line 55 of file auo_k190xfb.h.
Definition at line 35 of file auo_k190xfb.h.
int last_mode |
Definition at line 59 of file auo_k190xfb.h.
int lut_version |
Definition at line 49 of file auo_k190xfb.h.
bool manual_standby |
Definition at line 65 of file auo_k190xfb.h.
bool(* need_refresh)(struct auok190xfb_par *par) |
Definition at line 54 of file auo_k190xfb.h.
int panel_model |
Definition at line 47 of file auo_k190xfb.h.
int panel_size_float |
Definition at line 46 of file auo_k190xfb.h.
int panel_size_int |
Definition at line 45 of file auo_k190xfb.h.
void(* recover)(struct auok190xfb_par *par) |
Definition at line 56 of file auo_k190xfb.h.
Definition at line 33 of file auo_k190xfb.h.
int resolution |
Definition at line 38 of file auo_k190xfb.h.
int rotation |
Definition at line 39 of file auo_k190xfb.h.
bool standby |
Definition at line 64 of file auo_k190xfb.h.
int tcon_version |
Definition at line 48 of file auo_k190xfb.h.
void(* update_all)(struct auok190xfb_par *par) |
Definition at line 53 of file auo_k190xfb.h.
int update_cnt |
Definition at line 41 of file auo_k190xfb.h.
int update_mode |
Definition at line 58 of file auo_k190xfb.h.
void(* update_partial)(struct auok190xfb_par *par, u16 y1, u16 y2) |
Definition at line 52 of file auo_k190xfb.h.
wait_queue_head_t waitq |
Definition at line 37 of file auo_k190xfb.h.
struct delayed_work work |
Definition at line 36 of file auo_k190xfb.h.