Linux Kernel
3.7.1
|
#include <auo_k190xfb.h>
Data Fields | |
int(* | init )(struct auok190xfb_par *) |
void(* | cleanup )(struct auok190xfb_par *) |
int(* | wait_for_rdy )(struct auok190xfb_par *) |
void(* | set_ctl )(struct auok190xfb_par *, unsigned char, u8) |
void(* | set_hdb )(struct auok190xfb_par *, u16) |
u16(* | get_hdb )(struct auok190xfb_par *) |
int(* | setup_irq )(struct fb_info *) |
int | gpio_nsleep |
int | gpio_nrst |
int | gpio_nbusy |
int | resolution |
int | rotation |
int | quirks |
int | fps |
Board specific platform-data : initialize the controller interface : cleanup the controller interface : wait until the controller is not busy anymore : change an interface control : write a value to the data register : read a value from the data register : method to setup the irq handling on the busy gpio : sleep gpio : reset gpio : busy gpio : one of the AUOK190X_RESOLUTION constants : rotation of the framebuffer : controller quirks to honor : frames per second for defio
Definition at line 85 of file auo_k190xfb.h.
void(* cleanup)(struct auok190xfb_par *) |
Definition at line 87 of file auo_k190xfb.h.
Definition at line 103 of file auo_k190xfb.h.
u16(* get_hdb)(struct auok190xfb_par *) |
Definition at line 92 of file auo_k190xfb.h.
int gpio_nbusy |
Definition at line 98 of file auo_k190xfb.h.
int gpio_nrst |
Definition at line 97 of file auo_k190xfb.h.
int gpio_nsleep |
Definition at line 96 of file auo_k190xfb.h.
int(* init)(struct auok190xfb_par *) |
Definition at line 86 of file auo_k190xfb.h.
int quirks |
Definition at line 102 of file auo_k190xfb.h.
int resolution |
Definition at line 100 of file auo_k190xfb.h.
int rotation |
Definition at line 101 of file auo_k190xfb.h.
void(* set_ctl)(struct auok190xfb_par *, unsigned char, u8) |
Definition at line 90 of file auo_k190xfb.h.
void(* set_hdb)(struct auok190xfb_par *, u16) |
Definition at line 91 of file auo_k190xfb.h.
Definition at line 94 of file auo_k190xfb.h.
int(* wait_for_rdy)(struct auok190xfb_par *) |
Definition at line 88 of file auo_k190xfb.h.