Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/v4l/
Ddev-osd.rst45 The framebuffer device ioctl ``FBIOGET_FSCREENINFO`` returns the same
47 struct :c:type:`fb_fix_screeninfo`. The ``FBIOGET_FSCREENINFO``
91 if (0 == ioctl(fb_fd, FBIOGET_FSCREENINFO, &si)) {
/Linux-v4.19/Documentation/fb/
Dinternals.txt20 a specific video mode. This can be obtained using the FBIOGET_FSCREENINFO
Dpxafb.txt118 e. ioctl(fd, FBIOGET_FSCREENINFO, ...)
Dapi.txt147 Screen information are queried by applications using the FBIOGET_FSCREENINFO
/Linux-v4.19/include/uapi/linux/
Dfb.h16 #define FBIOGET_FSCREENINFO 0x4602 macro
/Linux-v4.19/drivers/video/fbdev/core/
Dfbmem.c1115 case FBIOGET_FSCREENINFO: in do_fb_ioctl()
1355 case FBIOGET_FSCREENINFO: in fb_compat_ioctl()