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

  /src/sys/arch/sparc/dev/
cgeight.c 128 struct cgeight_softc { struct
146 CFATTACH_DECL_NEW(cgeight, sizeof(struct cgeight_softc),
177 static void cgeightloadcmap(struct cgeight_softc *, int, int);
178 static int cgeight_get_video(struct cgeight_softc *);
179 static void cgeight_set_video(struct cgeight_softc *, int);
218 struct cgeight_softc *sc = device_private(self);
349 struct cgeight_softc *sc = device_lookup_private(&cgeight_cd,
415 struct cgeight_softc *sc = device_lookup_private(&cgeight_cd,
501 cgeight_get_video(struct cgeight_softc *sc)
508 cgeight_set_video(struct cgeight_softc *sc, int enable
    [all...]

Completed in 14 milliseconds