Searched defs:lcd_ctrl (Results 1 – 1 of 1) sorted by relevance
133 struct lcd_ctrl { struct134 const char *name;135 void *data;137 int (*init) (struct omapfb_device *fbdev,140 void (*cleanup) (void);141 void (*bind_client) (struct omapfb_notifier_block *nb);142 void (*get_caps) (int plane, struct omapfb_caps *caps);143 int (*set_update_mode)(enum omapfb_update_mode mode);144 enum omapfb_update_mode (*get_update_mode)(void);145 int (*setup_plane) (int plane, int channel_out,[all …]