Searched defs:bt485data (Results 1 – 1 of 1) sorted by relevance
84 struct bt485data { struct85 void *cookie; /* This is what is passed90 int (*ramdac_sched_update)(void *, void (*)(void *));91 void (*ramdac_wr)(void *, u_int, u_int8_t);92 u_int8_t (*ramdac_rd)(void *, u_int);94 int changed; /* what changed; see below */95 int curenb; /* cursor enabled */96 struct wsdisplay_curpos curpos; /* current cursor position */97 struct wsdisplay_curpos curhot; /* cursor hotspot */98 char curcmap_r[2]; /* cursor colormap */[all …]