Home
last modified time | relevance | path

Searched refs:VESA_NO_BLANKING (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dfb.h295 #define VESA_NO_BLANKING 0 macro
303 FB_BLANK_UNBLANK = VESA_NO_BLANKING,
306 FB_BLANK_NORMAL = VESA_NO_BLANKING + 1,
/linux-4.1.27/drivers/video/fbdev/
Dau1100fb.c114 case VESA_NO_BLANKING: in au1100fb_fb_blank()
227 au1100fb_fb_blank(VESA_NO_BLANKING, info); in au1100fb_setmode()
629 au1100fb_fb_blank(VESA_NO_BLANKING, &fbdev->info); in au1100fb_drv_resume()
Dbfin_adv7393fb.c658 case VESA_NO_BLANKING: in bfin_adv7393_fb_blank()
/linux-4.1.27/include/linux/
Dconsole.h186 #define VESA_NO_BLANKING 0 macro
/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_hw.c440 case VESA_NO_BLANKING: in hw_sm750le_setBLANK()
497 case VESA_NO_BLANKING: in hw_sm750_setBLANK()
/linux-4.1.27/drivers/video/fbdev/i810/
Di810_main.c1622 info->fbops->fb_blank(VESA_NO_BLANKING, info); in i810fb_resume()