Searched refs:omapfb_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domapfb.c59 struct omapfb_softc { struct
85 CFATTACH_DECL_NEW(omapfb, sizeof(struct omapfb_softc),
93 static void omapfb_init(struct omapfb_softc *);
95 static int omapfb_putcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
96 static int omapfb_getcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
97 static void omapfb_restore_palette(struct omapfb_softc *);
98 static void omapfb_putpalreg(struct omapfb_softc *, int, uint8_t,
102 static void omapfb_flush_engine(struct omapfb_softc *);
103 static void omapfb_rectfill(struct omapfb_softc *, int, int, int, int,
105 static void omapfb_bitblt(struct omapfb_softc *, in
[all...]

Completed in 97 milliseconds