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

1 2 3

  /src/sys/arch/newsmips/dev/
fb.c 402 if (state != WSDISPLAYIO_VIDEO_OFF && state != WSDISPLAYIO_VIDEO_ON)
407 if (state == WSDISPLAYIO_VIDEO_OFF) {
416 if (state == WSDISPLAYIO_VIDEO_OFF) {
  /src/sys/arch/arm/clps711x/
clpslcd.c 229 *(int *)data = WSDISPLAYIO_VIDEO_OFF;
  /src/usr.sbin/screenblank/
screenblank.c 73 static int videooff = WSDISPLAYIO_VIDEO_OFF; /* value for "off" */
  /src/sys/arch/mac68k/dev/
genfb_grfbus.c 164 if (video == WSDISPLAYIO_VIDEO_OFF)
  /src/sys/dev/fdt/
simplefb.c 101 if (video == WSDISPLAYIO_VIDEO_OFF)
  /src/sys/arch/dreamcast/dev/
pvr.c 337 case WSDISPLAYIO_VIDEO_OFF:
360 WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
  /src/sys/arch/hpcarm/dev/
sed_saip.c 358 if (*(int *)data == WSDISPLAYIO_VIDEO_OFF)
367 WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
  /src/sys/arch/hpcmips/dev/
mq200.c 498 if (*(int *)data == WSDISPLAYIO_VIDEO_OFF)
507 WSDISPLAYIO_VIDEO_OFF:WSDISPLAYIO_VIDEO_ON;
ite8181.c 674 if (*(int *)data == WSDISPLAYIO_VIDEO_OFF)
683 WSDISPLAYIO_VIDEO_OFF:WSDISPLAYIO_VIDEO_ON;
plumvideo.c 494 if (*(int *)data == WSDISPLAYIO_VIDEO_OFF)
502 WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF;
  /src/sys/dev/hpc/
bivideo.c 428 if (*(int *)data == WSDISPLAYIO_VIDEO_OFF)
437 WSDISPLAYIO_VIDEO_OFF:WSDISPLAYIO_VIDEO_ON;
  /src/sys/arch/epoc32/windermere/
wmlcd.c 257 *(int *)data = WSDISPLAYIO_VIDEO_OFF;
  /src/sys/arch/evbppc/wii/dev/
wiifb.c 388 case WSDISPLAYIO_VIDEO_OFF:
  /src/sys/dev/wscons/
wsconsio.h 396 #define WSDISPLAYIO_VIDEO_OFF 0 /* video off */
  /src/sys/arch/macppc/dev/
platinumfb.c 819 WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON);
822 if (sc->sc_on == WSDISPLAYIO_VIDEO_OFF) {
  /src/sys/dev/tc/
cfb.c 387 turnoff = *(int *)data == WSDISPLAYIO_VIDEO_OFF;
396 WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
mfb.c 349 turnoff = *(int *)data == WSDISPLAYIO_VIDEO_OFF;
362 WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
tfb.c 421 turnoff = *(int *)data == WSDISPLAYIO_VIDEO_OFF;
434 WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
xcfb.c 423 turnoff = *(int *)data == WSDISPLAYIO_VIDEO_OFF;
432 WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
  /src/sys/arch/pmax/ibus/
pm.c 451 turnoff = (*(int *)data == WSDISPLAYIO_VIDEO_OFF);
477 WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON);
  /src/sys/arch/arm/iomd/
vidcvideo.c 394 dc->dc_blanked = (state == WSDISPLAYIO_VIDEO_OFF);
401 WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
  /src/sys/arch/sgimips/gio/
light.c 557 if (*(u_int *)data == WSDISPLAYIO_VIDEO_OFF)
  /src/sys/dev/pci/igma/
igmafb.c 244 val = (*(u_int *)data) != WSDISPLAYIO_VIDEO_OFF;
  /src/sys/dev/ic/
igsfb.c 672 WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
676 turnoff = (*(u_int *)data == WSDISPLAYIO_VIDEO_OFF);
ssdfb.c 529 : WSDISPLAYIO_VIDEO_OFF;
534 case WSDISPLAYIO_VIDEO_OFF:

Completed in 29 milliseconds

1 2 3