Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfb.h299 #define VESA_HSYNC_SUSPEND 2 macro
314 FB_BLANK_HSYNC_SUSPEND = VESA_HSYNC_SUSPEND + 1,
/openbmc/u-boot/include/linux/
H A Dfb.h160 #define VESA_HSYNC_SUSPEND 2 macro
175 FB_BLANK_HSYNC_SUSPEND = VESA_HSYNC_SUSPEND + 1,
/openbmc/linux/include/linux/
H A Dconsole.h390 #define VESA_HSYNC_SUSPEND 2 macro
/openbmc/linux/drivers/video/fbdev/
H A Dau1100fb.c121 case VESA_HSYNC_SUSPEND: in au1100fb_fb_blank()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c709 if (mode & VESA_HSYNC_SUSPEND) { in vga_vesa_blank()