Lines Matching defs:pm3fb_softc
67 struct pm3fb_softc {
101 CFATTACH_DECL_NEW(pm3fb, sizeof(struct pm3fb_softc),
110 static int pm3fb_putcmap(struct pm3fb_softc *, struct wsdisplay_cmap *);
111 static int pm3fb_getcmap(struct pm3fb_softc *, struct wsdisplay_cmap *);
112 static void pm3fb_init_palette(struct pm3fb_softc *);
113 static int pm3fb_putpalreg(struct pm3fb_softc *, uint8_t, uint8_t, uint8_t, uint8_t);
115 static void pm3fb_init(struct pm3fb_softc *);
116 static inline void pm3fb_wait(struct pm3fb_softc *, int);
117 static void pm3fb_flush_engine(struct pm3fb_softc *);
118 static void pm3fb_rectfill(struct pm3fb_softc *, int, int, int, int, uint32_t);
151 static void pm3_setup_i2c(struct pm3fb_softc *);
166 static int pm3fb_set_pll(struct pm3fb_softc *, int);
167 static void pm3fb_write_dac(struct pm3fb_softc *, int, uint8_t);
168 static void pm3fb_set_mode(struct pm3fb_softc *, const struct videomode *);
171 pm3fb_wait(struct pm3fb_softc *sc, int slots)
182 pm3fb_flush_engine(struct pm3fb_softc *sc)
213 struct pm3fb_softc *sc = device_private(self);
342 struct pm3fb_softc *sc = vd->cookie;
421 struct pm3fb_softc *sc = vd->cookie;
472 struct pm3fb_softc *sc = cookie;
499 pm3fb_putcmap(struct pm3fb_softc *sc, struct wsdisplay_cmap *cm)
537 pm3fb_getcmap(struct pm3fb_softc *sc, struct wsdisplay_cmap *cm)
560 pm3fb_init_palette(struct pm3fb_softc *sc)
578 pm3fb_putpalreg(struct pm3fb_softc *sc, uint8_t idx, uint8_t r, uint8_t g, uint8_t b)
590 pm3fb_write_dac(struct pm3fb_softc *sc, int reg, uint8_t data)
600 pm3fb_init(struct pm3fb_softc *sc)
692 pm3fb_rectfill(struct pm3fb_softc *sc, int x, int y, int wi, int he,
720 struct pm3fb_softc *sc = cookie;
776 struct pm3fb_softc *sc = scr->scr_cookie;
810 struct pm3fb_softc *sc = scr->scr_cookie;
926 struct pm3fb_softc *sc = scr->scr_cookie;
944 struct pm3fb_softc *sc = scr->scr_cookie;
963 struct pm3fb_softc *sc = scr->scr_cookie;
981 struct pm3fb_softc *sc = scr->scr_cookie;
999 pm3_setup_i2c(struct pm3fb_softc *sc)
1069 struct pm3fb_softc *sc = cookie;
1085 struct pm3fb_softc *sc = cookie;
1129 pm3fb_set_pll(struct pm3fb_softc *sc, int freq)
1212 pm3fb_set_mode(struct pm3fb_softc *sc, const struct videomode *mode)