Lines Matching defs:sc_vc
89 struct hd64461video_chip *sc_vc;
216 sc->sc_vc = &hd64461video_chip;
443 struct hpcfb_fbconf *hf = &sc->sc_vc->hf;
456 *(u_int *)data = sc->sc_vc->blanked ?
462 if (sc->sc_vc->blanked != turnoff) {
463 sc->sc_vc->blanked = turnoff;
465 hd64461video_off(sc->sc_vc);
467 hd64461video_on(sc->sc_vc);
535 hd64461video_get_clut(sc->sc_vc, idx, cnt, r, g, b);
573 hd64461video_set_clut(sc->sc_vc, idx, cnt, r, g, b);
604 *dspconf = sc->sc_vc->hd; /* structure assignment */
634 struct hpcfb_fbconf *hf = &sc->sc_vc->hf;
652 width = sc->sc_vc->vc.vc_fbwidth;
653 bpp = sc->sc_vc->vc.vc_fbdepth;
700 width = sc->sc_vc->vc.vc_fbwidth;
701 bpp = sc->sc_vc->vc.vc_fbdepth;
765 width = sc->sc_vc->vc.vc_fbwidth;
766 bpp = sc->sc_vc->vc.vc_fbdepth;
819 sc->sc_vc->vc.vc_fbheight + (uc / cw) * h, row, col, h, w);
827 if (sc->sc_vc->vc.vc_fbdepth != 8)
882 struct hd64461video_chip *hvc = sc->sc_vc;
904 struct hd64461video_chip *hvc = sc->sc_vc;
917 struct hd64461video_chip *hvc = sc->sc_vc;
1177 struct hd64461video_chip *hvc = sc->sc_vc;
1182 sc->sc_vc->blanked ? " (blanked)" : "");
1183 if (!sc->sc_vc->blanked)