Home | History | Annotate | Download | only in dev

Lines Matching defs:diofb

75 struct diofb {
106 int (*bmv)(struct diofb *, uint16_t, uint16_t, uint16_t,
120 void diofb_cnattach(struct diofb *);
121 void diofb_end_attach(device_t, struct wsdisplay_accessops *, struct diofb *,
123 int diofb_fbinquire(struct diofb *, int, struct diofbreg *);
124 void diofb_fbsetup(struct diofb *);
125 int diofb_getcmap(struct diofb *, struct wsdisplay_cmap *);
126 void diofb_resetcmap(struct diofb *);
136 int diofb_mono_windowmove(struct diofb *, uint16_t, uint16_t, uint16_t,
147 extern struct diofb diofb_cn; /* struct diofb for console device */