HomeSort by: relevance | last modified time | path
    Searched defs:sc_fbconf (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/hpcarm/dev/
ipaq_lcdvar.h 45 struct hpcfb_fbconf sc_fbconf; member in struct:ipaqlcd_softc
sed1356var.h 44 struct hpcfb_fbconf sc_fbconf; member in struct:sed1356_softc
  /src/sys/arch/hpcmips/dev/
ite8181var.h 65 struct hpcfb_fbconf sc_fbconf; member in struct:ite8181_softc
mq200var.h 64 struct hpcfb_fbconf sc_fbconf; member in struct:mq200_softc
plumvideo.c 105 struct hpcfb_fbconf sc_fbconf; member in struct:plumvideo_softc
212 if(console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
221 ha.ha_fbconflist = &sc->sc_fbconf;
236 struct hpcfb_fbconf *fb = &sc->sc_fbconf;
440 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
441 sc->sc_fbconf.hf_pack_width != 8 ||
470 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
471 sc->sc_fbconf.hf_pack_width != 8 ||
552 *fbconf = sc->sc_fbconf; /* structure assignment */
605 if (offset < 0 || (sc->sc_fbconf.hf_bytes_per_plane
    [all...]
  /src/sys/dev/hpc/
bivideo.c 86 struct hpcfb_fbconf sc_fbconf; member in struct:bivideo_softc
164 if (bivideo_init(&sc->sc_fbconf) != 0) {
193 ha.ha_fbconflist = &sc->sc_fbconf;
403 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
404 sc->sc_fbconf.hf_pack_width != 8 ||
575 *fbconf = sc->sc_fbconf; /* structure assignment */
627 (sc->sc_fbconf.hf_bytes_per_plane +
628 sc->sc_fbconf.hf_offset) < offset)
  /src/sys/arch/hpcmips/tx/
tx3912video.c 86 struct hpcfb_fbconf sc_fbconf; member in struct:tx3912video_softc
184 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
193 ha.ha_fbconflist = &sc->sc_fbconf;
241 struct hpcfb_fbconf *fb = &sc->sc_fbconf;
516 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
517 sc->sc_fbconf.hf_pack_width != 8 ||
553 *fbconf = sc->sc_fbconf; /* structure assignment */
606 if (offset < 0 || (sc->sc_fbconf.hf_bytes_per_plane +
607 sc->sc_fbconf.hf_offset) < offset) {

Completed in 44 milliseconds