HomeSort by: relevance | last modified time | path
    Searched defs:video_chip (Results 1 - 2 of 2) 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.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 *);

Completed in 23 milliseconds