Home
last modified time | relevance | path

Searched defs:fb_vblank (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfb.h272 struct fb_vblank { struct
273 __u32 flags;
274 __u32 count;
275 __u32 vcount;
276 __u32 hcount;
277 __u32 reserved[4];
/kernel/linux/linux-5.10/include/uapi/linux/
Dfb.h330 struct fb_vblank { struct
331 __u32 flags; /* FB_VBLANK flags */
332 __u32 count; /* counter of retraces since boot */
333 __u32 vcount; /* current scanline position */
334 __u32 hcount; /* current scandot position */
335 __u32 reserved[4]; /* reserved for future compatibility */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfb.h270 struct fb_vblank { struct
271 __u32 flags;
272 __u32 count;
273 __u32 vcount;
274 __u32 hcount;
275 __u32 reserved[4];