Home | History | Annotate | Download | only in pci

Lines Matching defs:wsd

95 	struct wsscreen_descr	wsd;
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);
586 fb->wsd.name = "std";
587 fb->wsd.ncols = ri->ri_cols;
588 fb->wsd.nrows = ri->ri_rows;
589 fb->wsd.textops = &ri->ri_ops;
590 fb->wsd.fontwidth = ri->ri_font->fontwidth;
591 fb->wsd.fontheight = ri->ri_font->fontheight;
592 fb->wsd.capabilities = ri->ri_caps;