Home | History | Annotate | Download | only in dev

Lines Matching defs:plumvideo_softc

79 struct plumvideo_softc {
115 CFATTACH_DECL_NEW(plumvideo, sizeof(struct plumvideo_softc),
124 int plumvideo_init(struct plumvideo_softc *, int *);
125 void plumvideo_hpcfbinit(struct plumvideo_softc *, int);
127 void plumvideo_clut_default(struct plumvideo_softc *);
128 void plumvideo_clut_set(struct plumvideo_softc *, u_int32_t *, int, int);
129 void plumvideo_clut_get(struct plumvideo_softc *, u_int32_t *, int, int);
130 void __plumvideo_clut_access(struct plumvideo_softc *, u_int32_t *, int, int,
133 static void plumvideo_init_backlight(struct plumvideo_softc *);
134 static void plumvideo_backlight(struct plumvideo_softc *, int);
135 static void plumvideo_brightness(struct plumvideo_softc *, int);
138 void plumvideo_dump(struct plumvideo_softc*);
157 struct plumvideo_softc *sc = device_private(self);
234 plumvideo_hpcfbinit(struct plumvideo_softc *sc, int reverse_flag)
305 plumvideo_init(struct plumvideo_softc *sc, int *reverse)
424 struct plumvideo_softc *sc = v;
603 plumvideo_softc *sc = ctx;
627 plumvideo_clut_get(struct plumvideo_softc *sc, u_int32_t *rgb, int beg,
650 plumvideo_clut_set(struct plumvideo_softc *sc, u_int32_t *rgb, int beg,
701 plumvideo_clut_default(struct plumvideo_softc *sc)
707 __plumvideo_clut_access(struct plumvideo_softc *sc, u_int32_t *rgb, int beg,
756 struct plumvideo_softc *sc = ctx;
781 plumvideo_init_backlight(struct plumvideo_softc *sc)
810 plumvideo_backlight(struct plumvideo_softc *sc, int on)
838 plumvideo_brightness(struct plumvideo_softc *sc, int val)
850 plumvideo_dump(struct plumvideo_softc *sc)