Searched refs:cc_hot (Results 1 – 16 of 16) sorted by relevance
95 struct wsdisplay_curpos cc_hot; member495 x = sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x; in mfbintr()496 y = sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y; in mfbintr()643 cc->cc_hot = p->hot; in set_cursor()
107 struct wsdisplay_curpos cc_hot; member521 x = sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x; in cfbintr()522 y = sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y; in cfbintr()752 cc->cc_hot = p->hot; in set_cursor()
132 struct wsdisplay_curpos cc_hot; member564 x = sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x; in tfbintr()565 y = sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y; in tfbintr()810 cc->cc_hot = p->hot; in set_cursor()
89 struct wsdisplay_curpos cc_hot; member789 cc->cc_hot = p->hot; in set_cursor()853 x = cc->cc_pos.x - cc->cc_hot.x; in bt459locate()854 y = cc->cc_pos.y - cc->cc_hot.y; in bt459locate()874 x = cc->cc_pos.x - cc->cc_hot.x; in sfbplocate()875 y = cc->cc_pos.y - cc->cc_hot.y; in sfbplocate()
54 struct wsdisplay_curpos cc_hot; member
481 si->si_cursor.cc_hot.x = 0; in stic_setup_vdac()482 si->si_cursor.cc_hot.y = 0; in stic_setup_vdac()1329 cc->cc_hot = p->hot; in stic_set_cursor()1406 x = si->si_cursor.cc_pos.x - si->si_cursor.cc_hot.x; in stic_set_hwcurpos()1407 y = si->si_cursor.cc_pos.y - si->si_cursor.cc_hot.y; in stic_set_hwcurpos()
115 struct wsdisplay_curpos cc_hot; member574 x = sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x; in sfbintr()575 y = sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y; in sfbintr()806 cc->cc_hot = p->hot; in set_cursor()
66 struct wsdisplay_curpos cc_hot; member636 cc->cc_hot = p->hot; in set_cursor()
68 struct wsdisplay_curpos cc_hot; member601 x = sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x; in pm_flush()602 y = sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y; in pm_flush()743 cc->cc_hot = p->hot; in pm_set_cursor()
48 struct fbcurpos cc_hot; /* hot-spot */ member
733 p->hot = cc->cc_hot; in cgsixioctl()796 cc->cc_hot = p->hot; in cgsixioctl()885 #define COORD(f) (sc->sc_cursor.cc_pos.f - sc->sc_cursor.cc_hot.f) in cg6_setcursor()
78 struct wsdisplay_curpos cc_hot; member554 x = dc->dc_cursor.cc_pos.x - dc->dc_cursor.cc_hot.x; in flush_dc_changes_to_screen()555 y = dc->dc_cursor.cc_pos.y - dc->dc_cursor.cc_hot.y; in flush_dc_changes_to_screen()736 cc->cc_hot = p->hot; in set_cursor()
65 struct fbcurpos cc_hot; /* hot-spot */ member
1182 pos = ((sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x ) << 16) | in cg14_move_cursor()1183 ((sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y ) & 0xffff); in cg14_move_cursor()1197 sc->sc_cursor.cc_hot.x = cur->hot.x; in cg14_do_cursor()1198 sc->sc_cursor.cc_hot.y = cur->hot.y; in cg14_do_cursor()
538 dc->dc_cursor.cc_hot.x = 0; in igsfb_make_text_cursor()539 dc->dc_cursor.cc_hot.y = 0; in igsfb_make_text_cursor()865 x = dc->dc_cursor.cc_pos.x - dc->dc_cursor.cc_hot.x; in igsfb_update_curpos()872 y = dc->dc_cursor.cc_pos.y - dc->dc_cursor.cc_hot.y; in igsfb_update_curpos()974 nhot = (v & WSDISPLAY_CURSOR_DOHOT) ? &hot : &cc->cc_hot; in igsfb_set_cursor()988 cc->cc_hot = hot; /* local copy, possibly corrected */ in igsfb_set_cursor()
49 struct wsdisplay_curpos cc_hot; member