Searched defs:bt485data (Results 1 – 1 of 1) sorted by relevance
91 struct bt485data { struct92 void *cookie; /* This is what is passed97 int (*ramdac_sched_update)(void *, void (*)(void *));98 void (*ramdac_wr)(void *, u_int, u_int8_t);99 u_int8_t (*ramdac_rd)(void *, u_int);101 int changed; /* what changed; see below */102 int curenb; /* cursor enabled */103 struct wsdisplay_curpos curpos; /* current cursor position */127 inline void bt485_wr_i(struct bt485data *, u_int8_t, u_int8_t); argument