/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...] |
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...] |
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...] |