Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-osd.rst52 The framebuffer device ioctl ``FBIOGET_FSCREENINFO`` returns the same
54 struct :c:type:`fb_fix_screeninfo`. The ``FBIOGET_FSCREENINFO``
98 if (0 == ioctl(fb_fd, FBIOGET_FSCREENINFO, &si)) {
/Linux-v5.4/Documentation/fb/
Dinternals.rst26 a specific video mode. This can be obtained using the FBIOGET_FSCREENINFO
Dpxafb.rst147 e. ioctl(fd, FBIOGET_FSCREENINFO, ...)
Dapi.rst148 Screen information are queried by applications using the FBIOGET_FSCREENINFO
/Linux-v5.4/include/uapi/linux/
Dfb.h16 #define FBIOGET_FSCREENINFO 0x4602 macro
/Linux-v5.4/drivers/video/fbdev/core/
Dfbmem.c1111 case FBIOGET_FSCREENINFO: in do_fb_ioctl()
1313 case FBIOGET_FSCREENINFO: in fb_compat_ioctl()