Home
last modified time | relevance | path

Searched refs:VESA_VSYNC_SUSPEND (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfb.h298 #define VESA_VSYNC_SUSPEND 1 macro
311 FB_BLANK_VSYNC_SUSPEND = VESA_VSYNC_SUSPEND + 1,
/openbmc/u-boot/include/linux/
H A Dfb.h159 #define VESA_VSYNC_SUSPEND 1 macro
172 FB_BLANK_VSYNC_SUSPEND = VESA_VSYNC_SUSPEND + 1,
/openbmc/linux/include/linux/
H A Dconsole.h389 #define VESA_VSYNC_SUSPEND 1 macro
/openbmc/linux/drivers/video/fbdev/
H A Dau1100fb.c120 case VESA_VSYNC_SUSPEND: in au1100fb_fb_blank()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c700 if (mode & VESA_VSYNC_SUSPEND) { in vga_vesa_blank()