Home
last modified time | relevance | path

Searched refs:FBIOBLANK (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbpriv.h38 #define FBIOBLANK 0x4611 macro
H A Dfbdevhw.c877 if (-1 == ioctl(fPtr->fd, FBIOBLANK, (void *) fbmode)) { in fbdevHWDPMSSet()
911 if (-1 == ioctl(fPtr->fd, FBIOBLANK, (void *) (1 - unblank))) { in fbdevHWSaveScreen()
/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics_fbdev.c64 ret = ioctl(fb_fd, FBIOBLANK, blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK); in fbdev_blank()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dgraphics_fbdev.c63 ret = ioctl(fb_fd, FBIOBLANK, blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK); in fbdev_blank()
/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.h27 #define FBIOBLANK 0x4611 /* arg: 0 or vesa level + 1 */ macro
/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.h27 #define FBIOBLANK 0x4611 /* arg: 0 or vesa level + 1 */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfb.h29 #define FBIOBLANK 0x4611 /* arg: 0 or vesa level + 1 */ macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-osd.rst150 framebuffer interface of the driver may support the ``FBIOBLANK`` ioctl.
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbmem.c1174 case FBIOBLANK: in do_fb_ioctl()
1330 case FBIOBLANK: in fb_compat_ioctl()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog31873 fbdevhw: Disable FBIOBLANK ioctl if not supported