HomeSort by: relevance | last modified time | path
    Searched refs:diofb (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/hp300/dev/
diofbvar.h 75 struct diofb { struct
106 int (*bmv)(struct diofb *, uint16_t, uint16_t, uint16_t,
120 void diofb_cnattach(struct diofb *);
121 void diofb_end_attach(device_t, struct wsdisplay_accessops *, struct diofb *,
123 int diofb_fbinquire(struct diofb *, int, struct diofbreg *);
124 void diofb_fbsetup(struct diofb *);
125 int diofb_getcmap(struct diofb *, struct wsdisplay_cmap *);
126 void diofb_resetcmap(struct diofb *);
136 int diofb_mono_windowmove(struct diofb *, uint16_t, uint16_t, uint16_t,
147 extern struct diofb diofb_cn; /* struct diofb for console device *
    [all...]
topcat.c 127 struct diofb *sc_fb;
128 struct diofb sc_fb_store;
144 static int topcat_reset(struct diofb *, int, struct diofbreg *);
145 static void topcat_restore(struct diofb *);
146 static int topcat_setcmap(struct diofb *, struct wsdisplay_cmap *);
147 static void topcat_setcolor(struct diofb *, u_int);
148 static int topcat_windowmove(struct diofb *, uint16_t, uint16_t, uint16_t,
314 topcat_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
399 topcat_restore(struct diofb *fb)
434 struct diofb *fb = v
585 struct diofb *diofb = ri->ri_hw; local in function:topcat_putchar8
607 struct diofb *diofb; local in function:topcat_putchar1_4
    [all...]
gbox.c 129 struct diofb *sc_fb;
130 struct diofb sc_fb_store;
145 static int gbox_reset(struct diofb *, int, struct diofbreg *);
146 static void gbox_restore(struct diofb *);
147 static int gbox_setcmap(struct diofb *, struct wsdisplay_cmap *);
148 static void gbox_setcolor(struct diofb *, u_int);
149 static int gbox_windowmove(struct diofb *, uint16_t, uint16_t, uint16_t,
266 gbox_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
312 gbox_restore(struct diofb *fb)
343 struct diofb *fb = v
    [all...]
rbox.c 125 struct diofb *sc_fb;
126 struct diofb sc_fb_store;
141 static int rbox_reset(struct diofb *, int, struct diofbreg *);
142 static void rbox_restore(struct diofb *);
143 static int rbox_windowmove(struct diofb *, uint16_t, uint16_t, uint16_t,
251 rbox_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
273 rbox_restore(struct diofb *fb)
337 struct diofb *fb = v;
372 rbox_windowmove(struct diofb *fb, uint16_t sx, uint16_t sy,
406 struct diofb *fb = &diofb_cn
    [all...]
gendiofb.c 61 struct diofb *sc_fb;
62 struct diofb sc_fb_store;
72 static int gendiofb_reset(struct diofb *, int, struct diofbreg *);
144 gendiofb_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
197 struct diofb *fb = v;
241 struct diofb *fb = &diofb_cn;
hyper.c 128 struct diofb *sc_fb;
129 struct diofb sc_fb_store;
139 static int hyper_reset(struct diofb *, int, struct diofbreg *);
203 hyper_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
225 struct diofb *fb = v;
266 struct diofb *fb = &diofb_cn;
tvrx.c 61 struct diofb *sc_fb;
62 struct diofb sc_fb_store;
72 static int tvrx_reset(struct diofb *, int, struct diofbreg *);
136 tvrx_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
162 struct diofb *fb = v;
205 struct diofb *fb = &diofb_cn;
diofb.c 1 /* $NetBSD: diofb.c,v 1.10 2024/05/01 19:28:33 tsutsui Exp $ */
2 /* $OpenBSD: diofb.c,v 1.18 2010/12/26 15:40:59 miod Exp $ */
90 struct diofb diofb_cn;
97 diofb_fbinquire(struct diofb *fb, int scode, struct diofbreg *fbr)
164 diofb_fbsetup(struct diofb *fb)
230 diofb_resetcmap(struct diofb *fb)
292 diofb_cnattach(struct diofb *fb)
304 struct diofb *fb, int console, const char *descr)
363 struct diofb *fb = ri->ri_hw;
380 struct diofb *fb = ri->ri_hw
    [all...]
dvbox.c 125 struct diofb *sc_fb;
126 struct diofb sc_fb_store;
141 static int dvbox_reset(struct diofb *, int, struct diofbreg *);
142 static void dvbox_restore(struct diofb *);
143 static int dvbox_windowmove(struct diofb *, uint16_t, uint16_t, uint16_t,
251 dvbox_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
276 dvbox_restore(struct diofb *fb)
376 struct diofb *fb = v;
411 dvbox_windowmove(struct diofb *fb, uint16_t sx, uint16_t sy,
446 struct diofb *fb = &diofb_cn
    [all...]
diofb_mono.c 118 diofb_mono_windowmove(struct diofb *fb, uint16_t sx, uint16_t sy,

Completed in 15 milliseconds