Lines Matching defs:ofb_softc
64 struct ofb_softc {
87 CFATTACH_DECL_NEW(ofb, sizeof(struct ofb_softc),
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);
238 struct ofb_softc *sc = cookie;
250 struct ofb_softc *sc = vd->cookie;
320 struct ofb_softc *sc = vd->cookie;
369 ofb_getcmap(struct ofb_softc *sc, struct wsdisplay_cmap *cm)
392 ofb_putcmap(struct ofb_softc *sc, struct wsdisplay_cmap *cm)
428 ofb_putpalreg(struct ofb_softc *sc, int idx, uint8_t r, uint8_t g, uint8_t b)
443 ofb_init_cmap(struct ofb_softc *sc)