Symbol: bivideo_softc
sys/dev/hpc/bivideo.c
108
static void bivideo_update_powerstate(struct bivideo_softc *, int);
sys/dev/hpc/bivideo.c
111
void bivideo_init_backlight(struct bivideo_softc *, int);
sys/dev/hpc/bivideo.c
112
void bivideo_init_brightness(struct bivideo_softc *, int);
sys/dev/hpc/bivideo.c
113
void bivideo_init_contrast(struct bivideo_softc *, int);
sys/dev/hpc/bivideo.c
114
void bivideo_set_brightness(struct bivideo_softc *, int);
sys/dev/hpc/bivideo.c
115
void bivideo_set_contrast(struct bivideo_softc *, int);
sys/dev/hpc/bivideo.c
127
CFATTACH_DECL_NEW(bivideo, sizeof(struct bivideo_softc),
sys/dev/hpc/bivideo.c
155
struct bivideo_softc *sc = device_private(self);
sys/dev/hpc/bivideo.c
339
struct bivideo_softc *sc = arg;
sys/dev/hpc/bivideo.c
355
bivideo_update_powerstate(struct bivideo_softc *sc, int updates)
sys/dev/hpc/bivideo.c
374
struct bivideo_softc *sc = device_private(self);
sys/dev/hpc/bivideo.c
383
struct bivideo_softc *sc = device_private(self);
sys/dev/hpc/bivideo.c
392
struct bivideo_softc *sc = (struct bivideo_softc *)v;
sys/dev/hpc/bivideo.c
624
struct bivideo_softc *sc = (struct bivideo_softc *)ctx;
sys/dev/hpc/bivideo.c
636
bivideo_init_backlight(struct bivideo_softc *sc, int inattach)
sys/dev/hpc/bivideo.c
667
bivideo_init_brightness(struct bivideo_softc *sc, int inattach)
sys/dev/hpc/bivideo.c
709
bivideo_init_contrast(struct bivideo_softc *sc, int inattach)
sys/dev/hpc/bivideo.c
749
bivideo_set_brightness(struct bivideo_softc *sc, int val)
sys/dev/hpc/bivideo.c
761
bivideo_set_contrast(struct bivideo_softc *sc, int val)