Searched refs:curposp (Results 1 – 3 of 3) sorted by relevance
444 bt485_set_curpos(struct ramdac_cookie *rc, struct wsdisplay_curpos *curposp) in bt485_set_curpos() argument448 data->curpos = *curposp; in bt485_set_curpos()455 bt485_get_curpos(struct ramdac_cookie *rc, struct wsdisplay_curpos *curposp) in bt485_get_curpos() argument459 *curposp = data->curpos; in bt485_get_curpos()464 bt485_get_curmax(struct ramdac_cookie *rc, struct wsdisplay_curpos *curposp) in bt485_get_curmax() argument467 curposp->x = curposp->y = CURSOR_MAX_SIZE; in bt485_get_curmax()
339 ibm561_set_curpos(struct ramdac_cookie *rc, struct wsdisplay_curpos *curposp) in ibm561_set_curpos() argument345 ibm561_get_curpos(struct ramdac_cookie *rc, struct wsdisplay_curpos *curposp) in ibm561_get_curpos() argument351 ibm561_get_curmax(struct ramdac_cookie *rc, struct wsdisplay_curpos *curposp) in ibm561_get_curmax() argument
885 struct wsdisplay_curpos *curposp) in tga_builtin_set_curpos() argument889 ((curposp->y & 0xfff) << 12) | (curposp->x & 0xfff)); in tga_builtin_set_curpos()895 struct wsdisplay_curpos *curposp) in tga_builtin_get_curpos() argument898 curposp->x = TGARREG(dc, TGA_REG_CXYR) & 0xfff; in tga_builtin_get_curpos()899 curposp->y = (TGARREG(dc, TGA_REG_CXYR) >> 12) & 0xfff; in tga_builtin_get_curpos()905 struct wsdisplay_curpos *curposp) in tga_builtin_get_curmax() argument908 curposp->x = curposp->y = 64; in tga_builtin_get_curmax()