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

  /src/sys/arch/hppa/dev/
hyperfb.c 78 struct hyperfb_softc { struct
109 CFATTACH_DECL_NEW(hyperfb, sizeof(struct hyperfb_softc), hyperfb_match,
112 static inline void hyperfb_setup_fb(struct hyperfb_softc *);
113 static inline void hyperfb_setup_fb24(struct hyperfb_softc *);
120 static int hyperfb_putcmap(struct hyperfb_softc *,
122 static int hyperfb_getcmap(struct hyperfb_softc *,
124 static void hyperfb_restore_palette(struct hyperfb_softc *);
125 static int hyperfb_putpalreg(struct hyperfb_softc *, uint8_t, uint8_t,
127 void hyperfb_setup(struct hyperfb_softc *);
128 static void hyperfb_set_video(struct hyperfb_softc *, int)
    [all...]

Completed in 12 milliseconds