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 *);67 void (*set_hdb)(struct broadsheetfb_par *, u16);68 u16 (*get_hdb)(struct broadsheetfb_par *);71 void (*mmio_write)(struct broadsheetfb_par *, int type, u16);[all …]
Completed in 3 milliseconds