/src/sys/arch/hp300/dev/ |
gendiofb.c | 181 fb->wsd.name = fb->wsdname; 182 fb->wsd.ncols = ri->ri_cols; 183 fb->wsd.nrows = ri->ri_rows; 184 fb->wsd.textops = &ri->ri_ops; 185 fb->wsd.fontwidth = ri->ri_font->fontwidth; 186 fb->wsd.fontheight = ri->ri_font->fontheight; 187 fb->wsd.capabilities = ri->ri_caps;
|
diofb.c | 216 fb->wsd.name = fb->wsdname; 217 fb->wsd.ncols = ri->ri_cols; 218 fb->wsd.nrows = ri->ri_rows; 219 fb->wsd.textops = &ri->ri_ops; 220 fb->wsd.fontwidth = ri->ri_font->fontwidth; 221 fb->wsd.fontheight = ri->ri_font->fontheight; 222 fb->wsd.capabilities = ri->ri_caps; 299 wsdisplay_cnattach(&fb->wsd, ri, 0, 0, defattr); 319 fb->scrlist[0] = &fb->wsd; 364 int fontwidth = fb->wsd.fontwidth [all...] |
diofbvar.h | 99 struct wsscreen_descr wsd; member in struct:diofb
|
topcat.c | 388 fb->wsd.fontwidth *= 2;
|
/src/sys/dev/pci/ |
lynxfb.c | 95 struct wsscreen_descr wsd; member in struct:lynxfb 240 wsdisplay_preattach(&fb->wsd, ri, 0, 0, defattr); 328 fb->wsd = (struct wsscreen_descr) { 336 sc->sc_screens[0] = &fb->wsd; 340 vcons_init(&sc->sc_vd, sc, &fb->wsd, &lynxfb_accessops); 348 fb->wsd.textops = &ri->ri_ops; 349 fb->wsd.capabilities = ri->ri_caps; 350 fb->wsd.nrows = ri->ri_rows; 351 fb->wsd.ncols = ri->ri_cols; 352 wsdisplay_cnattach(&fb->wsd, ri, 0, 0, defattr) [all...] |
sisfb.c | 79 struct wsscreen_descr wsd; member in struct:sisfb 296 fb->wsd = (struct wsscreen_descr){ 304 sc->sc_scrlist[0] = &fb->wsd; 309 vcons_init(&sc->vd, sc, &fb->wsd, &sisfb_accessops); 316 fb->wsd.textops = &ri->ri_ops; 317 fb->wsd.capabilities = ri->ri_caps; 318 fb->wsd.nrows = ri->ri_rows; 319 fb->wsd.ncols = ri->ri_cols; 320 wsdisplay_cnattach(&fb->wsd, ri, 0, 0, defattr); 653 fb->wsd.name = "std" [all...] |