Searched defs:bt485data (Results 1 – 1 of 1) sorted by relevance
93 struct bt485data { struct94 void *cookie; /* This is what is passed99 int (*ramdac_sched_update)(void *, void (*)(void *));100 void (*ramdac_wr)(void *, u_int, u_int8_t);101 u_int8_t (*ramdac_rd)(void *, u_int);103 int changed; /* what changed; see below */104 int curenb; /* cursor enabled */105 struct wsdisplay_curpos curpos; /* current cursor position */129 inline void bt485_wr_i(struct bt485data *, u_int8_t, u_int8_t); argument