HomeSort by: relevance | last modified time | path
    Searched refs:WSDISPLAY_CURSOR_DOCUR (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/dev/ic/
bt485.c 360 if (v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOCUR)) {
363 if (v & WSDISPLAY_CURSOR_DOCUR)
371 if (v & WSDISPLAY_CURSOR_DOCUR) {
igsfb.c 648 WSDISPLAY_CURSOR_DOCUR);
664 | WSDISPLAY_CURSOR_DOCUR);
983 if (v & WSDISPLAY_CURSOR_DOCUR)
1078 if (which & (WSDISPLAY_CURSOR_DOCUR | WSDISPLAY_CURSOR_DOCMAP)) {
1131 if (which & WSDISPLAY_CURSOR_DOCUR) {
1174 which |= WSDISPLAY_CURSOR_DOCUR;
  /src/sys/dev/tc/
cfb.c 427 sc->sc_changed |= (WSDISPLAY_CURSOR_DOCUR |
514 if (v & WSDISPLAY_CURSOR_DOCUR) {
747 if (v & WSDISPLAY_CURSOR_DOCUR)
mfb.c 392 sc->sc_changed |= WSDISPLAY_CURSOR_DOCUR;
484 if (v & WSDISPLAY_CURSOR_DOCUR) {
638 if (v & WSDISPLAY_CURSOR_DOCUR)
tfb.c 465 sc->sc_changed |= (WSDISPLAY_CURSOR_DOCUR |
553 if (v & WSDISPLAY_CURSOR_DOCUR) {
805 if (v & WSDISPLAY_CURSOR_DOCUR)
sfb.c 461 sc->sc_changed |= (WSDISPLAY_CURSOR_DOCUR |
564 if (v & WSDISPLAY_CURSOR_DOCUR) {
801 if (v & WSDISPLAY_CURSOR_DOCUR)
sfbplus.c 496 sc->sc_changed |= (WSDISPLAY_CURSOR_DOCUR |
587 if (v & WSDISPLAY_CURSOR_DOCUR)
784 if (v & WSDISPLAY_CURSOR_DOCUR)
stic.c 1327 if ((v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOCUR)) != 0) {
1328 if (v & WSDISPLAY_CURSOR_DOCUR)
1335 if ((v & WSDISPLAY_CURSOR_DOCUR) != 0) {
xcfb.c 635 if (v & WSDISPLAY_CURSOR_DOCUR) {
  /src/sys/arch/vax/vsa/
smg.c 522 if ((wdc->which & WSDISPLAY_CURSOR_DOCUR) != 0)
582 if ((wdc->which & WSDISPLAY_CURSOR_DOCUR) != 0) {
628 if ((which & WSDISPLAY_CURSOR_DOCUR) != 0)
  /src/sys/arch/arm/iomd/
vidcvideo.c 561 if (v & WSDISPLAY_CURSOR_DOCUR) {
563 cleared |= WSDISPLAY_CURSOR_DOCUR;
731 if (v & WSDISPLAY_CURSOR_DOCUR)
  /src/sys/dev/wscons/
wsconsio.h 406 #define WSDISPLAY_CURSOR_DOCUR 0x01 /* get/set enable */
  /src/sys/arch/pmax/ibus/
pm.c 593 if ((v & WSDISPLAY_CURSOR_DOCUR) != 0) {
738 if ((v & WSDISPLAY_CURSOR_DOCUR) != 0)
  /src/sys/arch/vax/uba/
qv.c 781 if (v->which & WSDISPLAY_CURSOR_DOCUR) {
  /src/sys/arch/arm/sunxi/
sunxi_debe.c 449 if (cur->which & WSDISPLAY_CURSOR_DOCUR) {
  /src/sys/dev/sbus/
agten.c 930 if (cur->which & WSDISPLAY_CURSOR_DOCUR) {
tcx.c 1114 if (cur->which & WSDISPLAY_CURSOR_DOCUR) {
mgx.c 1200 if (cur->which & WSDISPLAY_CURSOR_DOCUR) {
  /src/sys/arch/arm/ti/
omap3_dss.c 1174 if (cur->which & WSDISPLAY_CURSOR_DOCUR) {
  /src/sys/arch/arm/broadcom/
bcm283x_platform.c 1094 if (cur->which & WSDISPLAY_CURSOR_DOCUR) {
  /src/sys/dev/pci/voyager/
voyagerfb.c 1400 if (cur->which & WSDISPLAY_CURSOR_DOCUR) {
  /src/sys/dev/pci/
tga.c 825 if (v & WSDISPLAY_CURSOR_DOCUR) {
  /src/sys/arch/hppa/dev/
gftfb.c 1398 if (cur->which & WSDISPLAY_CURSOR_DOCUR) {
hyperfb.c 1246 if (cur->which & WSDISPLAY_CURSOR_DOCUR) {
summitfb.c 1436 if (cur->which & WSDISPLAY_CURSOR_DOCUR) {

Completed in 36 milliseconds

1 2