Home
last modified time | relevance | path

Searched refs:chipsfb_defaultscreen (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dct65550.c91 struct wsscreen_descr chipsfb_defaultscreen = { variable
101 &chipsfb_defaultscreen,
244 vcons_init(&sc->vd, sc, &chipsfb_defaultscreen, &chipsfb_accessops); in chipsfb_do_attach()
257 chipsfb_defaultscreen.textops = &ri->ri_ops; in chipsfb_do_attach()
258 chipsfb_defaultscreen.capabilities = ri->ri_caps; in chipsfb_do_attach()
259 chipsfb_defaultscreen.nrows = ri->ri_rows; in chipsfb_do_attach()
260 chipsfb_defaultscreen.ncols = ri->ri_cols; in chipsfb_do_attach()
267 wsdisplay_cnattach(&chipsfb_defaultscreen, ri, 0, 0, defattr); in chipsfb_do_attach()