Searched defs:broadsheet_board (Results 1 – 1 of 1) sorted by relevance
57 struct broadsheet_board { struct58 struct module *owner;59 int (*init)(struct broadsheetfb_par *);60 int (*wait_for_rdy)(struct broadsheetfb_par *);61 void (*cleanup)(struct broadsheetfb_par *);62 int (*get_panel_type)(void);63 int (*setup_irq)(struct fb_info *);66 void (*set_ctl)(struct broadsheetfb_par *, unsigned char, u8);67 void (*set_hdb)(struct broadsheetfb_par *, u16);68 u16 (*get_hdb)(struct broadsheetfb_par *);[all …]