Home
last modified time | relevance | path

Searched refs:cc_hot (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/sys/dev/tc/
Dmfb.c95 struct wsdisplay_curpos cc_hot; member
495 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()
Dcfb.c107 struct wsdisplay_curpos cc_hot; member
521 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()
Dtfb.c132 struct wsdisplay_curpos cc_hot; member
564 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()
Dsfbplus.c89 struct wsdisplay_curpos cc_hot; member
789 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()
Dsticvar.h54 struct wsdisplay_curpos cc_hot; member
Dstic.c481 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()
Dsfb.c115 struct wsdisplay_curpos cc_hot; member
574 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()
Dxcfb.c66 struct wsdisplay_curpos cc_hot; member
636 cc->cc_hot = p->hot; in set_cursor()
/netbsd/src/sys/arch/pmax/ibus/
Dpm.c68 struct wsdisplay_curpos cc_hot; member
601 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()
/netbsd/src/sys/dev/sun/
Dcgsixvar.h48 struct fbcurpos cc_hot; /* hot-spot */ member
Dcgsix.c733 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()
/netbsd/src/sys/arch/arm/iomd/
Dvidcvideo.c78 struct wsdisplay_curpos cc_hot; member
554 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()
/netbsd/src/sys/arch/sparc/dev/
Dcgfourteenvar.h65 struct fbcurpos cc_hot; /* hot-spot */ member
Dcgfourteen.c1182 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()
/netbsd/src/sys/dev/ic/
Digsfb.c538 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()
Digsfbvar.h49 struct wsdisplay_curpos cc_hot; member