Lines Matching defs:hpcfb_devconfig
111 struct hpcfb_devconfig {
154 struct hpcfb_devconfig *sc_dc; /* device configuration */
187 static int hpcfb_init(struct hpcfb_fbconf *, struct hpcfb_devconfig *);
195 struct hpcfb_devconfig *);
265 void hpcfb_tv_putchar(struct hpcfb_devconfig *, int, int, u_int, long);
266 void hpcfb_tv_copycols(struct hpcfb_devconfig *, int, int, int, int);
267 void hpcfb_tv_erasecols(struct hpcfb_devconfig *, int, int, int, long);
268 void hpcfb_tv_copyrows(struct hpcfb_devconfig *, int, int, int);
269 void hpcfb_tv_eraserows(struct hpcfb_devconfig *, int, int, long);
274 struct hpcfb_devconfig hpcfb_console_dc;
397 memset(&hpcfb_console_dc, 0, sizeof(struct hpcfb_devconfig));
430 hpcfb_init(struct hpcfb_fbconf *fbconf, struct hpcfb_devconfig *dc)
511 hpcfb_cmap_reorder(struct hpcfb_fbconf *fbconf, struct hpcfb_devconfig *dc)
561 struct hpcfb_devconfig *dc = sc->sc_dc;
695 struct hpcfb_devconfig *dc = sc->sc_dc;
728 struct hpcfb_devconfig *dc;
789 struct hpcfb_devconfig *dc = cookie;
806 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
807 struct hpcfb_devconfig *odc;
843 struct hpcfb_devconfig *dc;
844 struct hpcfb_devconfig *odc;
919 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
935 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
973 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
983 hpcfb_tv_putchar(struct hpcfb_devconfig *dc, int row, int col, u_int uc,
1020 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1066 hpcfb_tv_copycols(struct hpcfb_devconfig *dc, int row, int srccol, int dstcol,
1098 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1143 hpcfb_tv_erasecols(struct hpcfb_devconfig *dc,
1171 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1212 hpcfb_tv_copyrows(struct hpcfb_devconfig *dc, int src, int dst, int num)
1262 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1334 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v;
1357 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v;
1374 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v;
1396 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1463 hpcfb_tv_eraserows(struct hpcfb_devconfig *dc,
1496 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1539 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;