HomeSort by: relevance | last modified time | path
    Searched refs:wsdisplay_softc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/wscons/
wsdisplayvar.h 192 struct wsdisplay_softc;
200 int wsdisplay_maxscreenidx(struct wsdisplay_softc *);
201 int wsdisplay_screenstate(struct wsdisplay_softc *, int);
202 int wsdisplay_getactivescreen(struct wsdisplay_softc *);
203 int wsscreen_switchwait(struct wsdisplay_softc *, int);
205 int wsdisplay_internal_ioctl(struct wsdisplay_softc *, struct wsscreen *,
210 int wsdisplay_usl_ioctl2(struct wsdisplay_softc *, struct wsscreen *,
213 int wsdisplay_stat_ioctl(struct wsdisplay_softc *, u_long, void *,
216 int wsdisplay_cfg_ioctl(struct wsdisplay_softc *, u_long, void *,
219 bool wsdisplay_isconsole(struct wsdisplay_softc *);
    [all...]
wsdisplay.c 116 struct wsdisplay_softc *sc;
122 static struct wsscreen *wsscreen_attach(struct wsdisplay_softc *, int,
127 static int wsdisplay_addscreen(struct wsdisplay_softc *, int, const char *, const char *);
128 static void wsdisplay_addscreen_print(struct wsdisplay_softc *, int, int);
129 static void wsdisplay_closescreen(struct wsdisplay_softc *, struct wsscreen *);
130 static int wsdisplay_delscreen(struct wsdisplay_softc *, int, int);
134 struct wsdisplay_softc { struct
187 CFATTACH_DECL_NEW(wsdisplay_emul, sizeof (struct wsdisplay_softc),
190 CFATTACH_DECL_NEW(wsdisplay_noemul, sizeof (struct wsdisplay_softc),
232 static void wsdisplay_common_attach(struct wsdisplay_softc *sc
    [all...]
wsdisplay_compat_usl.c 309 struct wsdisplay_softc *sc = device_private(dv);
377 wsdisplay_usl_ioctl2(struct wsdisplay_softc *sc, struct wsscreen *scr,
  /src/sys/arch/evbarm/fdt/
fdt_machdep.c 535 struct wsdisplay_softc *sc = device_private(self);
  /src/sys/dev/hpc/
hpcfb.c 651 struct wsdisplay_softc *wsc = device_private(sc->sc_wsdisplay);

Completed in 23 milliseconds