Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/sun/
Dbwtwovar.h93 int (*sc_get_video)(struct bwtwo_softc *); member
Dbwtwo.c354 *(int *)data = sc->sc_get_video(sc); in bwtwoioctl()
/netbsd/src/sys/dev/sbus/
Dbwtwo_sbus.c176 sc->sc_get_video = bwtwo_get_video; in bwtwoattach_sbus()
/netbsd/src/sys/arch/sun2/dev/
Dbwtwo_any.c165 sc->sc_get_video = bwtwo_get_video_sun2; in bwtwoattach_any()
/netbsd/src/sys/arch/sparc/dev/
Dbwtwo_obio.c222 sc->sc_get_video = bwtwo_get_video_sun4; in bwtwoattach_obio()