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

#include <omapfb.h>

Data Fields

const charname
 
voiddata
 
int(* init )(struct omapfb_device *fbdev, int ext_mode, struct omapfb_mem_desc *req_md)
 
void(* cleanup )(void)
 
void(* bind_client )(struct omapfb_notifier_block *nb)
 
void(* get_caps )(int plane, struct omapfb_caps *caps)
 
int(* set_update_mode )(enum omapfb_update_mode mode)
 
enum omapfb_update_mode(* get_update_mode )(void)
 
int(* setup_plane )(int plane, int channel_out, unsigned long offset, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode)
 
int(* set_rotate )(int angle)
 
int(* setup_mem )(int plane, size_t size, int mem_type, unsigned long *paddr)
 
int(* mmap )(struct fb_info *info, struct vm_area_struct *vma)
 
int(* set_scale )(int plane, int orig_width, int orig_height, int out_width, int out_height)
 
int(* enable_plane )(int plane, int enable)
 
int(* update_window )(struct fb_info *fbi, struct omapfb_update_window *win, void(*callback)(void *), void *callback_data)
 
void(* sync )(void)
 
void(* suspend )(void)
 
void(* resume )(void)
 
int(* run_test )(int test_num)
 
int(* setcolreg )(u_int regno, u16 red, u16 green, u16 blue, u16 transp, int update_hw_mem)
 
int(* set_color_key )(struct omapfb_color_key *ck)
 
int(* get_color_key )(struct omapfb_color_key *ck)
 

Detailed Description

Definition at line 154 of file omapfb.h.

Field Documentation

void(* bind_client)(struct omapfb_notifier_block *nb)

Definition at line 162 of file omapfb.h.

void(* cleanup)(void)

Definition at line 161 of file omapfb.h.

Definition at line 156 of file omapfb.h.

int(* enable_plane)(int plane, int enable)

Definition at line 179 of file omapfb.h.

void(* get_caps)(int plane, struct omapfb_caps *caps)

Definition at line 163 of file omapfb.h.

int(* get_color_key)(struct omapfb_color_key *ck)

Definition at line 192 of file omapfb.h.

enum omapfb_update_mode(* get_update_mode)(void)

Definition at line 165 of file omapfb.h.

int(* init)(struct omapfb_device *fbdev, int ext_mode, struct omapfb_mem_desc *req_md)

Definition at line 158 of file omapfb.h.

Definition at line 174 of file omapfb.h.

const char* name

Definition at line 155 of file omapfb.h.

void(* resume)(void)

Definition at line 186 of file omapfb.h.

int(* run_test)(int test_num)

Definition at line 187 of file omapfb.h.

int(* set_color_key)(struct omapfb_color_key *ck)

Definition at line 191 of file omapfb.h.

int(* set_rotate)(int angle)

Definition at line 171 of file omapfb.h.

int(* set_scale)(int plane, int orig_width, int orig_height, int out_width, int out_height)

Definition at line 176 of file omapfb.h.

int(* set_update_mode)(enum omapfb_update_mode mode)

Definition at line 164 of file omapfb.h.

int(* setcolreg)(u_int regno, u16 red, u16 green, u16 blue, u16 transp, int update_hw_mem)

Definition at line 188 of file omapfb.h.

int(* setup_mem)(int plane, size_t size, int mem_type, unsigned long *paddr)

Definition at line 172 of file omapfb.h.

int(* setup_plane)(int plane, int channel_out, unsigned long offset, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode)

Definition at line 166 of file omapfb.h.

void(* suspend)(void)

Definition at line 185 of file omapfb.h.

void(* sync)(void)

Definition at line 184 of file omapfb.h.

int(* update_window)(struct fb_info *fbi, struct omapfb_update_window *win, void(*callback)(void *), void *callback_data)

Definition at line 180 of file omapfb.h.


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