Lines Matching refs:u8

50 	u8 t1;
51 u8 t2;
52 u8 mfg_rsvd;
64 u8 hsize; /* need to multiply by 8 then add 248 */
65 u8 vfreq_aspect;
76 u8 hactive_lo;
77 u8 hblank_lo;
78 u8 hactive_hblank_hi;
79 u8 vactive_lo;
80 u8 vblank_lo;
81 u8 vactive_vblank_hi;
82 u8 hsync_offset_lo;
83 u8 hsync_pulse_width_lo;
84 u8 vsync_offset_pulse_width_lo;
85 u8 hsync_vsync_offset_pulse_width_hi;
86 u8 width_mm_lo;
87 u8 height_mm_lo;
88 u8 width_height_mm_hi;
89 u8 hborder;
90 u8 vborder;
91 u8 misc;
96 u8 str[13];
120 u8 min_vfreq;
121 u8 max_vfreq;
122 u8 min_hfreq_khz;
123 u8 max_hfreq_khz;
124 u8 pixel_clock_mhz; /* need to multiply by 10 */
125 u8 flags;
128 u8 reserved;
129 u8 hfreq_start_khz; /* need to multiply by 2 */
130 u8 c; /* need to divide by 2 */
132 u8 k;
133 u8 j; /* need to divide by 2 */
136 u8 version;
137 u8 data1; /* high 6 bits: extra clock resolution */
138 u8 data2; /* plus low 2 of above: max hactive */
139 u8 supported_aspects;
140 u8 flags; /* preferred aspect and blanking support */
141 u8 supported_scalings;
142 u8 preferred_refresh;
148 u8 white_yx_lo; /* Lower 2 bits each */
149 u8 white_x_hi;
150 u8 white_y_hi;
151 u8 gamma; /* need to divide by 100 then add 1 */
155 u8 windex1;
156 u8 wpindex1[3];
157 u8 windex2;
158 u8 wpindex2[3];
162 u8 code[3];
166 u8 pad1;
167 u8 type; /* ff=serial, fe=string, fd=monitor range, fc=monitor name
170 u8 pad2;
287 u8 week_of_manufacture;
288 u8 year_of_manufacture;
292 u8 header[8];
297 u8 mfg_id[2];
298 u8 prod_code[2];
300 u8 mfg_week;
301 u8 mfg_year;
305 u8 version;
306 u8 revision;
308 u8 input;
309 u8 width_cm;
310 u8 height_cm;
311 u8 gamma;
312 u8 features;
314 u8 red_green_lo;
315 u8 blue_white_lo;
316 u8 red_x;
317 u8 red_y;
318 u8 green_x;
319 u8 green_y;
320 u8 blue_x;
321 u8 blue_y;
322 u8 white_x;
323 u8 white_y;
331 u8 extensions;
333 u8 checksum;
347 u8 format;
348 u8 channels; /* max number of channels - 1 */
349 u8 freq;
350 u8 byte2; /* meaning depends on format */
354 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb);
441 u8 drm_match_cea_mode(const struct drm_display_mode *to_match);
458 u8 video_code);
470 int (*read_block)(void *context, u8 *buf, unsigned int block, size_t len),