Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/omap/
Domapfb.h110 struct lcd_ctrl_extif { struct
111 int (*init) (struct omapfb_device *fbdev);
112 void (*cleanup) (void);
113 void (*get_clk_info) (u32 *clk_period, u32 *max_clk_div);
114 unsigned long (*get_max_tx_rate)(void);
115 int (*convert_timings) (struct extif_timings *timings);
116 void (*set_timings) (const struct extif_timings *timings);
117 void (*set_bits_per_cycle)(int bpc);
118 void (*write_command) (const void *buf, unsigned int len);
119 void (*read_data) (void *buf, unsigned int len);
[all …]