Lines Matching refs: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;
396 memset(&hpcfb_console_dc, 0, sizeof(struct hpcfb_devconfig));
420 hpcfb_init(struct hpcfb_fbconf *fbconf, struct hpcfb_devconfig *dc)
500 hpcfb_cmap_reorder(struct hpcfb_fbconf *fbconf, struct hpcfb_devconfig *dc)
550 struct hpcfb_devconfig *dc = sc->sc_dc;
688 struct hpcfb_devconfig *dc = sc->sc_dc;
721 struct hpcfb_devconfig *dc;
725 dc = malloc(sizeof(struct hpcfb_devconfig), M_DEVBUF, M_WAITOK|M_ZERO);
780 struct hpcfb_devconfig *dc = cookie;
797 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
798 struct hpcfb_devconfig *odc;
834 struct hpcfb_devconfig *dc;
835 struct hpcfb_devconfig *odc;
910 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
926 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
964 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
974 hpcfb_tv_putchar(struct hpcfb_devconfig *dc, int row, int col, u_int uc,
1011 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1057 hpcfb_tv_copycols(struct hpcfb_devconfig *dc, int row, int srccol, int dstcol,
1089 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1134 hpcfb_tv_erasecols(struct hpcfb_devconfig *dc,
1162 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1203 hpcfb_tv_copyrows(struct hpcfb_devconfig *dc, int src, int dst, int num)
1253 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1325 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v;
1348 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v;
1365 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v;
1387 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1454 hpcfb_tv_eraserows(struct hpcfb_devconfig *dc,
1487 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
1530 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;