Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap/
H A Domapfb.h110 struct lcd_ctrl_extif { struct
111 int (*init) (struct omapfb_device *fbdev);
112 void (*cleanup) (void);
114 unsigned long (*get_max_tx_rate)(void);
117 void (*set_bits_per_cycle)(int bpc);
119 void (*read_data) (void *buf, unsigned int len);
120 void (*write_data) (const void *buf, unsigned int len);
121 void (*transfer_area) (int width, int height,
123 int (*setup_tearsync) (unsigned pin_cnt,
126 int (*enable_tearsync) (int enable, unsigned line);
[all …]