Lines Matching refs:video_chip
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)