Linux Kernel
3.7.1
|
#include <omapfb.h>
Data Fields | |
int(* | init )(struct omapfb_device *fbdev) |
void(* | cleanup )(void) |
void(* | get_clk_info )(u32 *clk_period, u32 *max_clk_div) |
unsigned long(* | get_max_tx_rate )(void) |
int(* | convert_timings )(struct extif_timings *timings) |
void(* | set_timings )(const struct extif_timings *timings) |
void(* | set_bits_per_cycle )(int bpc) |
void(* | write_command )(const void *buf, unsigned int len) |
void(* | read_data )(void *buf, unsigned int len) |
void(* | write_data )(const void *buf, unsigned int len) |
void(* | transfer_area )(int width, int height, void(callback)(void *data), void *data) |
int(* | setup_tearsync )(unsigned pin_cnt, unsigned hs_pulse_time, unsigned vs_pulse_time, int hs_pol_inv, int vs_pol_inv, int div) |
int(* | enable_tearsync )(int enable, unsigned line) |
unsigned long | max_transmit_size |