Symbol: video_chip
sys/arch/hpcarm/dev/epsonlcd.c
177
struct video_chip *vc = &sc->sc_vc;
sys/arch/hpcarm/dev/epsonlcd.c
247
epsonlcd_get_video_chip(struct epsonlcd_softc *sc, struct video_chip *vc)
sys/arch/hpcarm/dev/epsonlcd.c
60
struct video_chip sc_vc;
sys/arch/hpcarm/dev/epsonlcd.c
74
struct video_chip *);
sys/arch/hpcmips/dev/plumvideo.c
104
struct video_chip sc_chip;
sys/arch/hpcmips/dev/plumvideo.c
237
struct video_chip *chip = &sc->sc_chip;
sys/arch/hpcmips/dev/plumvideo.c
307
struct video_chip *chip = &sc->sc_chip;
sys/arch/hpcmips/tx/tx3912video.c
133
struct video_chip *chip;
sys/arch/hpcmips/tx/tx3912video.c
209
struct video_chip *chip = sc->sc_chip;
sys/arch/hpcmips/tx/tx3912video.c
240
struct video_chip *chip = sc->sc_chip;
sys/arch/hpcmips/tx/tx3912video.c
300
struct video_chip *chip = &tx3912video_chip;
sys/arch/hpcmips/tx/tx3912video.c
357
tx3912video_framebuffer_alloc(struct video_chip *chip, paddr_t fb_start,
sys/arch/hpcmips/tx/tx3912video.c
395
tx3912video_framebuffer_init(struct video_chip *chip)
sys/arch/hpcmips/tx/tx3912video.c
436
tx3912video_resolution_init(struct video_chip *chip)
sys/arch/hpcmips/tx/tx3912video.c
471
tx3912video_reset(struct video_chip *chip)
sys/arch/hpcmips/tx/tx3912video.c
88
struct video_chip *sc_chip;
sys/arch/hpcmips/tx/tx3912video.c
92
static struct video_chip tx3912video_chip;
sys/arch/hpcmips/tx/tx3912video.c
95
void tx3912video_framebuffer_init(struct video_chip *);
sys/arch/hpcmips/tx/tx3912video.c
96
int tx3912video_framebuffer_alloc(struct video_chip *, paddr_t, paddr_t *);
sys/arch/hpcmips/tx/tx3912video.c
97
void tx3912video_reset(struct video_chip *);
sys/arch/hpcmips/tx/tx3912video.c
98
void tx3912video_resolution_init(struct video_chip *);
sys/arch/hpcsh/dev/hd64461/hd64461video.c
106
struct video_chip vc;
sys/arch/hpcsh/dev/hd64461/hd64461video.c
205
struct video_chip *vc = &hd64461video_chip.vc;
sys/arch/hpcsh/dev/hd64461/hd64461video.c
329
struct video_chip *vc = &hvc->vc;
sys/arch/hpcsh/dev/hd64461/hd64461video.c
963
struct video_chip *vc = &hvc->vc;
sys/dev/hpc/video_subr.c
116
linebpp##b(struct video_chip *vc, int x0, int y0, int x1, int y1) \
sys/dev/hpc/video_subr.c
133
dotbpp##b(struct video_chip *vc, int x, int y) \
sys/dev/hpc/video_subr.c
147
static void linebpp_unimpl(struct video_chip *, int, int, int, int);
sys/dev/hpc/video_subr.c
148
static void dotbpp_unimpl(struct video_chip *, int, int);
sys/dev/hpc/video_subr.c
219
video_calibration_pattern(struct video_chip *vc)
sys/dev/hpc/video_subr.c
234
linebpp_unimpl(struct video_chip *vc,
sys/dev/hpc/video_subr.c
243
dotbpp_unimpl(struct video_chip *vc, int x, int y)
sys/dev/hpc/video_subr.c
250
video_attach_drawfunc(struct video_chip *vc)
sys/dev/hpc/video_subr.c
273
video_line(struct video_chip *vc, int x0, int y0, int x1, int y1)
sys/dev/hpc/video_subr.c
280
video_dot(struct video_chip *vc, int x, int y)
sys/dev/hpc/video_subr.h
43
struct video_chip;
sys/dev/hpc/video_subr.h
55
void (*vc_drawline)(struct video_chip *, int, int, int, int);
sys/dev/hpc/video_subr.h
56
void (*vc_drawdot)(struct video_chip *, int, int);
sys/dev/hpc/video_subr.h
59
void video_attach_drawfunc(struct video_chip *);
sys/dev/hpc/video_subr.h
60
void video_line(struct video_chip *, int, int, int, int);
sys/dev/hpc/video_subr.h
61
void video_dot(struct video_chip *, int, int);
sys/dev/hpc/video_subr.h
62
void video_calibration_pattern(struct video_chip *);