Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_fb.h37 struct gfxp_ops { struct
38 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 *);
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);
47 int (*devmap)(dev_t, devmap_cookie_t, offset_t, size_t, size_t *,
[all …]