Lines Matching refs:ofb_softc
64 struct ofb_softc { struct
87 CFATTACH_DECL_NEW(ofb, sizeof(struct ofb_softc), argument
113 static void ofb_putpalreg(struct ofb_softc *, int, uint8_t, uint8_t,
116 static int ofb_getcmap(struct ofb_softc *, struct wsdisplay_cmap *);
117 static int ofb_putcmap(struct ofb_softc *, struct wsdisplay_cmap *);
118 static void ofb_init_cmap(struct ofb_softc *);
144 struct ofb_softc *sc = device_private(self); in ofbattach()
238 struct ofb_softc *sc = cookie; in ofb_init_screen()
250 struct ofb_softc *sc = vd->cookie; in ofb_ioctl()
320 struct ofb_softc *sc = vd->cookie; in ofb_mmap()
369 ofb_getcmap(struct ofb_softc *sc, struct wsdisplay_cmap *cm) in ofb_getcmap()
392 ofb_putcmap(struct ofb_softc *sc, struct wsdisplay_cmap *cm) in ofb_putcmap()
428 ofb_putpalreg(struct ofb_softc *sc, int idx, uint8_t r, uint8_t g, uint8_t b) in ofb_putpalreg()
443 ofb_init_cmap(struct ofb_softc *sc) in ofb_init_cmap()