Home | History | Annotate | Download | only in pci

Lines Matching defs:lynxfb

1 /*	$NetBSD: lynxfb.c,v 1.7 2021/08/07 16:19:14 thorpej Exp $	*/
29 __KERNEL_RCSID(0, "$NetBSD: lynxfb.c,v 1.7 2021/08/07 16:19:14 thorpej Exp $");
80 struct lynxfb {
119 struct lynxfb *sc_fb;
120 struct lynxfb sc_fb_store;
134 CFATTACH_DECL_NEW(lynxfb, sizeof(struct lynxfb_softc),
153 static int lynxfb_setup(struct lynxfb *);
155 static int lynxfb_wait(struct lynxfb *);
156 static void lynxfb_copyrect(struct lynxfb *, int, int, int, int, int, int);
157 static void lynxfb_fillrect(struct lynxfb *, int, int, int, int, int);
166 static void lynxfb_blank(struct lynxfb *, int);
173 struct lynxfb fb;
200 struct lynxfb *fb;
271 struct lynxfb *fb;
374 lynxfb_vgats_read(struct lynxfb *fb, uint regno)
382 lynxfb_vgats_write(struct lynxfb *fb, uint regno, uint8_t value)
398 struct lynxfb *fb = sc->sc_fb;
508 struct lynxfb *fb = sc->sc_fb;
544 lynxfb_setup(struct lynxfb *fb)
623 lynxfb_wait(struct lynxfb *fb)
638 lynxfb_copyrect(struct lynxfb *fb, int sx, int sy, int dx, int dy, int w, int h)
664 lynxfb_fillrect(struct lynxfb *fb, int x, int y, int w, int h, int bg)
681 struct lynxfb *fb)
695 struct lynxfb *fb)
710 struct lynxfb *fb)
726 struct lynxfb *fb)
750 struct lynxfb *fb = ri->ri_hw;
759 struct lynxfb *fb = ri->ri_hw;
768 struct lynxfb *fb = ri->ri_hw;
777 struct lynxfb *fb = ri->ri_hw;
788 struct lynxfb *fb = sc->sc_fb;
799 struct lynxfb *fb = sc->sc_fb;
810 struct lynxfb *fb = sc->sc_fb;
821 struct lynxfb *fb = sc->sc_fb;
827 lynxfb_blank(struct lynxfb *fb, int enable)