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

  /src/sys/arch/arm/ti/
omap3_dss.c 62 struct omapfb_softc { struct
104 CFATTACH_DECL_NEW(omap3_dss, sizeof(struct omapfb_softc),
112 static int omapfb_putcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
113 static int omapfb_getcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
114 static void omapfb_restore_palette(struct omapfb_softc *);
115 static void omapfb_putpalreg(struct omapfb_softc *, int, uint8_t,
118 static int omapfb_set_depth(struct omapfb_softc *, int);
119 static void omapfb_set_video(struct omapfb_softc *, int);
121 static void omapfb_move_cursor(struct omapfb_softc *, int, int);
122 static int omapfb_do_cursor(struct omapfb_softc *,
    [all...]
omap3_dss.c 62 struct omapfb_softc { struct
104 CFATTACH_DECL_NEW(omap3_dss, sizeof(struct omapfb_softc),
112 static int omapfb_putcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
113 static int omapfb_getcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
114 static void omapfb_restore_palette(struct omapfb_softc *);
115 static void omapfb_putpalreg(struct omapfb_softc *, int, uint8_t,
118 static int omapfb_set_depth(struct omapfb_softc *, int);
119 static void omapfb_set_video(struct omapfb_softc *, int);
121 static void omapfb_move_cursor(struct omapfb_softc *, int, int);
122 static int omapfb_do_cursor(struct omapfb_softc *,
    [all...]

Completed in 23 milliseconds