Searched refs:sc_scode (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/arch/hp300/dev/ |
H A D | rbox.c | 127 int sc_scode; member 191 sc->sc_scode = CONSCODE_INTERNAL; in rbox_intio_attach() 193 if (sc->sc_scode == conscode) { in rbox_intio_attach() 197 rbox_reset(sc->sc_fb, sc->sc_scode, fbr); in rbox_intio_attach() 201 sc->sc_scode == conscode, NULL); in rbox_intio_attach() 225 sc->sc_scode = da->da_scode; in rbox_dio_attach() 226 if (sc->sc_scode == conscode) { in rbox_dio_attach() 237 if (rbox_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) { in rbox_dio_attach() 244 sc->sc_scode == conscode, NULL); in rbox_dio_attach()
|
H A D | dvbox.c | 127 int sc_scode; member 191 sc->sc_scode = CONSCODE_INTERNAL; in dvbox_intio_attach() 193 if (sc->sc_scode == conscode) { in dvbox_intio_attach() 197 dvbox_reset(sc->sc_fb, sc->sc_scode, fbr); in dvbox_intio_attach() 201 sc->sc_scode == conscode, NULL); in dvbox_intio_attach() 225 sc->sc_scode = da->da_scode; in dvbox_dio_attach() 226 if (sc->sc_scode == conscode) { in dvbox_dio_attach() 237 if (dvbox_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) { in dvbox_dio_attach() 244 sc->sc_scode == conscode, NULL); in dvbox_dio_attach()
|
H A D | gbox.c | 131 int sc_scode; member 196 sc->sc_scode = CONSCODE_INTERNAL; in gbox_intio_attach() 198 if (sc->sc_scode == conscode) { in gbox_intio_attach() 202 gbox_reset(sc->sc_fb, sc->sc_scode, fbr); in gbox_intio_attach() 206 sc->sc_scode == conscode, NULL); in gbox_intio_attach() 234 sc->sc_scode = da->da_scode; in gbox_dio_attach() 235 if (sc->sc_scode == conscode) { in gbox_dio_attach() 246 if (gbox_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) { in gbox_dio_attach() 253 sc->sc_scode == conscode, NULL); in gbox_dio_attach()
|
H A D | tvrx.c | 63 int sc_scode; member 110 sc->sc_scode = da->da_scode; in tvrx_attach() 111 if (sc->sc_scode == conscode) { in tvrx_attach() 122 if (tvrx_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) { in tvrx_attach() 129 sc->sc_scode == conscode, NULL); in tvrx_attach()
|
H A D | hyper.c | 130 int sc_scode; member 177 sc->sc_scode = da->da_scode; in hyper_attach() 178 if (sc->sc_scode == conscode) { in hyper_attach() 189 if (hyper_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) { in hyper_attach() 196 sc->sc_scode == conscode, NULL); in hyper_attach()
|
H A D | gendiofb.c | 63 int sc_scode; member 115 sc->sc_scode = da->da_scode; in gendiofb_attach() 116 if (sc->sc_scode == conscode) { in gendiofb_attach() 130 if (gendiofb_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) { in gendiofb_attach() 137 sc->sc_scode == conscode, NULL); in gendiofb_attach()
|
H A D | topcat.c | 129 int sc_scode; member 207 sc->sc_scode = CONSCODE_INTERNAL; in topcat_intio_attach() 209 if (sc->sc_scode == conscode) { in topcat_intio_attach() 213 topcat_reset(sc->sc_fb, sc->sc_scode, fbr); in topcat_intio_attach() 249 sc->sc_scode = da->da_scode; in topcat_dio_attach() 250 if (sc->sc_scode == conscode) { in topcat_dio_attach() 261 if (topcat_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) { in topcat_dio_attach() 307 sc->sc_scode == conscode, fbname); in topcat_end_attach()
|