Home | History | Annotate | Download | only in hpc

Lines Matching defs:sc_dc

154 	struct	hpcfb_devconfig *sc_dc;	/* device configuration */
304 sc->sc_dc = &hpcfb_console_dc;
305 sc->sc_dc->dc_rinfo.ri_flg &= ~RI_NO_AUTO;
308 sc->sc_dc->dc_rinfo.ri_width,sc->sc_dc->dc_rinfo.ri_height,
309 (1 << sc->sc_dc->dc_rinfo.ri_depth),
310 sc->sc_dc->dc_rinfo.ri_cols,sc->sc_dc->dc_rinfo.ri_rows);
360 sc->sc_dc->dc_state |= HPCFB_DC_SCRTHREAD;
362 hpcfb_update(sc->sc_dc);
363 sc->sc_dc->dc_state &= ~HPCFB_DC_SCRTHREAD;
561 struct hpcfb_devconfig *dc = sc->sc_dc;
644 if (sc->sc_dc == NULL)
662 sc->sc_dc->dc_state &= ~HPCFB_DC_CURRENT;
666 sc->sc_dc->dc_state |= HPCFB_DC_CURRENT;
695 struct hpcfb_devconfig *dc = sc->sc_dc;
812 odc = sc->sc_dc;
847 odc = sc->sc_dc;
879 sc->sc_dc = dc;