bivideo_softc
static void bivideo_update_powerstate(struct bivideo_softc *, int);
void bivideo_init_backlight(struct bivideo_softc *, int);
void bivideo_init_brightness(struct bivideo_softc *, int);
void bivideo_init_contrast(struct bivideo_softc *, int);
void bivideo_set_brightness(struct bivideo_softc *, int);
void bivideo_set_contrast(struct bivideo_softc *, int);
CFATTACH_DECL_NEW(bivideo, sizeof(struct bivideo_softc),
struct bivideo_softc *sc = device_private(self);
struct bivideo_softc *sc = arg;
bivideo_update_powerstate(struct bivideo_softc *sc, int updates)
struct bivideo_softc *sc = device_private(self);
struct bivideo_softc *sc = device_private(self);
struct bivideo_softc *sc = (struct bivideo_softc *)v;
struct bivideo_softc *sc = (struct bivideo_softc *)ctx;
bivideo_init_backlight(struct bivideo_softc *sc, int inattach)
bivideo_init_brightness(struct bivideo_softc *sc, int inattach)
bivideo_init_contrast(struct bivideo_softc *sc, int inattach)
bivideo_set_brightness(struct bivideo_softc *sc, int val)
bivideo_set_contrast(struct bivideo_softc *sc, int val)