Searched refs:omapfb_softc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arm/ti/ |
H A D | omap3_dss.c | 61 struct omapfb_softc { struct 103 CFATTACH_DECL_NEW(omap3_dss, sizeof(struct omapfb_softc), argument 111 static int omapfb_putcmap(struct omapfb_softc *, struct wsdisplay_cmap *); 112 static int omapfb_getcmap(struct omapfb_softc *, struct wsdisplay_cmap *); 113 static void omapfb_restore_palette(struct omapfb_softc *); 114 static void omapfb_putpalreg(struct omapfb_softc *, int, uint8_t, 117 static int omapfb_set_depth(struct omapfb_softc *, int); 118 static void omapfb_set_video(struct omapfb_softc *, int); 120 static void omapfb_move_cursor(struct omapfb_softc *, int, int); 121 static int omapfb_do_cursor(struct omapfb_softc *, [all …]
|