Home
last modified time | relevance | path

Searched defs:lcd_ctrl_extif (Results 1 – 1 of 1) sorted by relevance

/drivers/video/fbdev/omap/
Domapfb.h123 struct lcd_ctrl_extif { struct
124 int (*init) (struct omapfb_device *fbdev);
125 void (*cleanup) (void);
126 void (*get_clk_info) (u32 *clk_period, u32 *max_clk_div);
127 unsigned long (*get_max_tx_rate)(void);
128 int (*convert_timings) (struct extif_timings *timings);
129 void (*set_timings) (const struct extif_timings *timings);
130 void (*set_bits_per_cycle)(int bpc);
131 void (*write_command) (const void *buf, unsigned int len);
132 void (*read_data) (void *buf, unsigned int len);
[all …]