Searched defs:gfxp_ops (Results 1 – 1 of 1) sorted by relevance
37 struct gfxp_ops { struct38 const struct vis_identifier *ident;39 int (*kdsetmode)(struct gfxp_fb_softc *softc, int mode);40 int (*devinit)(struct gfxp_fb_softc *, struct vis_devinit *data);41 void (*cons_copy)(struct gfxp_fb_softc *, struct vis_conscopy *);42 void (*cons_display)(struct gfxp_fb_softc *, struct vis_consdisplay *);43 void (*cons_cursor)(struct gfxp_fb_softc *, struct vis_conscursor *);44 int (*cons_clear)(struct gfxp_fb_softc *, struct vis_consclear *);45 int (*suspend)(struct gfxp_fb_softc *softc);46 void (*resume)(struct gfxp_fb_softc *softc);[all …]