video_chip
struct video_chip *vc = &sc->sc_vc;
epsonlcd_get_video_chip(struct epsonlcd_softc *sc, struct video_chip *vc)
struct video_chip sc_vc;
struct video_chip *);
struct video_chip sc_chip;
struct video_chip *chip = &sc->sc_chip;
struct video_chip *chip = &sc->sc_chip;
struct video_chip *chip;
struct video_chip *chip = sc->sc_chip;
struct video_chip *chip = sc->sc_chip;
struct video_chip *chip = &tx3912video_chip;
tx3912video_framebuffer_alloc(struct video_chip *chip, paddr_t fb_start,
tx3912video_framebuffer_init(struct video_chip *chip)
tx3912video_resolution_init(struct video_chip *chip)
tx3912video_reset(struct video_chip *chip)
struct video_chip *sc_chip;
static struct video_chip tx3912video_chip;
void tx3912video_framebuffer_init(struct video_chip *);
int tx3912video_framebuffer_alloc(struct video_chip *, paddr_t, paddr_t *);
void tx3912video_reset(struct video_chip *);
void tx3912video_resolution_init(struct video_chip *);
struct video_chip vc;
struct video_chip *vc = &hd64461video_chip.vc;
struct video_chip *vc = &hvc->vc;
struct video_chip *vc = &hvc->vc;
linebpp##b(struct video_chip *vc, int x0, int y0, int x1, int y1) \
dotbpp##b(struct video_chip *vc, int x, int y) \
static void linebpp_unimpl(struct video_chip *, int, int, int, int);
static void dotbpp_unimpl(struct video_chip *, int, int);
video_calibration_pattern(struct video_chip *vc)
linebpp_unimpl(struct video_chip *vc,
dotbpp_unimpl(struct video_chip *vc, int x, int y)
video_attach_drawfunc(struct video_chip *vc)
video_line(struct video_chip *vc, int x0, int y0, int x1, int y1)
video_dot(struct video_chip *vc, int x, int y)
struct video_chip;
void (*vc_drawline)(struct video_chip *, int, int, int, int);
void (*vc_drawdot)(struct video_chip *, int, int);
void video_attach_drawfunc(struct video_chip *);
void video_line(struct video_chip *, int, int, int, int);
void video_dot(struct video_chip *, int, int);
void video_calibration_pattern(struct video_chip *);