Home
last modified time | relevance | path

Searched defs:fb_monspecs (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dfb.h307 struct fb_monspecs { struct
308 struct fb_chroma chroma;
311 __u8 monitor[14]; /* Monitor String */
312 __u8 serial_no[14]; /* Serial Number */
313 __u8 ascii[14]; /* ? */
315 __u32 model; /* Monitor Model */
317 __u32 year; /* Year manufactured */
318 __u32 week; /* Week Manufactured */
329 __u16 gtf : 1; /* supports GTF */
331 __u8 version; /* EDID version... */
[all …]
/openbmc/linux/include/linux/
H A Dfb.h65 struct fb_monspecs { struct
66 struct fb_chroma chroma;
69 __u8 monitor[14]; /* Monitor String */
70 __u8 serial_no[14]; /* Serial Number */
71 __u8 ascii[14]; /* ? */
73 __u32 model; /* Monitor Model */
75 __u32 year; /* Year manufactured */
76 __u32 week; /* Week Manufactured */
87 __u16 gtf : 1; /* supports GTF */
89 __u8 version; /* EDID version... */
[all …]