Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfb.h294 #define VESA_NO_BLANKING 0 macro
302 FB_BLANK_UNBLANK = VESA_NO_BLANKING,
305 FB_BLANK_NORMAL = VESA_NO_BLANKING + 1,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfb.h294 #define VESA_NO_BLANKING 0 macro
302 FB_BLANK_UNBLANK = VESA_NO_BLANKING,
305 FB_BLANK_NORMAL = VESA_NO_BLANKING + 1,
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfb.h297 #define VESA_NO_BLANKING 0 macro
305 FB_BLANK_UNBLANK = VESA_NO_BLANKING,
308 FB_BLANK_NORMAL = VESA_NO_BLANKING + 1,
/OK3568_Linux_fs/u-boot/include/linux/
H A Dfb.h158 #define VESA_NO_BLANKING 0 macro
166 FB_BLANK_UNBLANK = VESA_NO_BLANKING,
169 FB_BLANK_NORMAL = VESA_NO_BLANKING + 1,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dau1100fb.c114 case VESA_NO_BLANKING: in au1100fb_fb_blank()
227 au1100fb_fb_blank(VESA_NO_BLANKING, info); in au1100fb_setmode()
584 au1100fb_fb_blank(VESA_NO_BLANKING, &fbdev->info); in au1100fb_drv_resume()
/OK3568_Linux_fs/kernel/include/linux/
H A Dconsole.h216 #define VESA_NO_BLANKING 0 macro
/OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/
H A Di810_main.c1623 info->fbops->fb_blank(VESA_NO_BLANKING, info); in i810fb_resume()