HomeSort by: relevance | last modified time | path
    Searched refs:video_chip (Results 1 - 6 of 6) sorted by relevancy

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

Completed in 15 milliseconds