|
const char * | name |
|
void * | data |
|
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) |
|
Definition at line 154 of file omapfb.h.