Searched refs:ofw_wsd (Results 1 – 1 of 1) sorted by relevance
101 struct wsscreen_descr ofw_wsd; member510 strlcpy(fb->ofw_wsd.name, "std", sizeof(fb->ofw_wsd.name)); in of_display_console()511 fb->ofw_wsd.capabilities = ri->ri_caps; in of_display_console()512 fb->ofw_wsd.ncols = ri->ri_cols; in of_display_console()513 fb->ofw_wsd.nrows = ri->ri_rows; in of_display_console()514 fb->ofw_wsd.textops = &ri->ri_ops; in of_display_console()516 fb->ofw_wsd.fontwidth = ri->ri_font->fontwidth; in of_display_console()517 fb->ofw_wsd.fontheight = ri->ri_font->fontheight; in of_display_console()521 wsdisplay_cnattach(&fb->ofw_wsd, ri, 0, 0, defattr); in of_display_console()