Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/userspace-api/media/v4l/
Ddev-osd.rst45 The framebuffer device ioctl ``FBIOGET_FSCREENINFO`` returns the same
47 :c:type:`fb_fix_screeninfo`. The ``FBIOGET_FSCREENINFO``
91 if (0 == ioctl(fb_fd, FBIOGET_FSCREENINFO, &si)) {
/linux-6.1.9/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-6.1.9/include/uapi/linux/
Dfb.h16 #define FBIOGET_FSCREENINFO 0x4602 macro
/linux-6.1.9/drivers/video/fbdev/core/
Dfbmem.c1131 case FBIOGET_FSCREENINFO: in do_fb_ioctl()
1329 case FBIOGET_FSCREENINFO: in fb_compat_ioctl()