Searched defs:drm_mode_fb_cmd (Results 1 – 12 of 12) sorted by relevance
652 struct drm_mode_fb_cmd { struct667 * struct drm_mode_fb_cmd2 - Frame-buffer metadata. argument
466 struct drm_mode_fb_cmd { struct480 struct drm_mode_fb_cmd2 { argument
655 struct drm_mode_fb_cmd { struct670 * struct drm_mode_fb_cmd2 - Frame-buffer metadata. argument
85 pub fn get_framebuffer(fd: BorrowedFd<'_>, fb_id: u32) -> io::Result<drm_mode_fb_cmd> { in get_framebuffer()107 ) -> io::Result<drm_mode_fb_cmd> { in add_fb()
94632 struct drm_mode_fb_cmd { struct94633 __u32 fb_id;94634 __u32 width;94635 __u32 height;94636 __u32 pitch;94637 __u32 bpp;94638 __u32 depth;94639 __u32 handle;
85117 struct drm_mode_fb_cmd { struct85118 __u32 fb_id;85119 __u32 width;85120 __u32 height;85121 __u32 pitch;85122 __u32 bpp;85123 __u32 depth;85124 __u32 handle;
78376 struct drm_mode_fb_cmd { struct78377 __u32 fb_id;78378 __u32 width;78379 __u32 height;78380 __u32 pitch;78381 __u32 bpp;78382 __u32 depth;78383 __u32 handle;