Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/dev/
H A Dgrfvar.h53 struct grf_softc { struct
64 int (*g_mode)(struct grf_softc *, u_long, void *, argument
67 struct wsdisplay_accessops *g_accessops;
68 struct wsdisplay_emulops *g_emulops;
69 struct wsscreen_descr *g_defaultscr;
70 struct wsscreen_list *g_scrlist;
71 struct vcons_data g_vd;
72 uint16_t g_rowoffset[MAXROWS]; /* speed up putchar-multiplication */
73 int g_wsmode; /* current wsdisplay mode */
76 int g_conpri; /* priority of ite as console */
[all …]
/netbsd-src/sys/arch/atari/dev/
H A Dgrfvar.h57 struct grf_softc { struct
66 int (*g_mode)(struct grf_softc *, int, void *, argument
68 int g_conpri; /* priority of ite as console */
69 void (*g_iteinit)(struct ite_softc *);
70 void (*g_itedeinit)(struct ite_softc *);
71 void (*g_iteclear)(struct ite_softc *, int, int,
73 void (*g_iteputc)(struct ite_softc *, int, int,
75 void (*g_itecursor)(struct ite_softc *, int);
76 void (*g_itescroll)(struct ite_softc *, int, int,
/netbsd-src/sys/arch/x68k/dev/
H A Dgrfvar.h62 struct grf_softc { struct
63 device_t g_device; /* for config */
64 int g_flags; /* software flags */
65 int g_cfaddr; /* "addr" locator */
66 struct grfsw *g_sw; /* static configuration info */
67 void * g_regkva; /* KVA of registers */
68 void * g_fbkva; /* KVA of framebuffer */
69 struct grfinfo g_display; /* hardware description (for ioctl) */
70 void * g_data; /* device dependent data */
/netbsd-src/sys/arch/mac68k/dev/
H A Dgrf_subr.c47 int (*g_mode)(struct grf_softc *, int, void *)) in grf_establish() argument
H A Dgrfvar.h81 struct grf_softc { struct
97 int (*ga_mode)(struct grf_softc *, int, void *); argument
H A Dgrf_compat.c88 struct grf_softc *grf_softc; variable