Lines Matching refs:u8
45 u8 t1;
46 u8 t2;
47 u8 mfg_rsvd;
59 u8 hsize; /* need to multiply by 8 then add 248 */
60 u8 vfreq_aspect;
71 u8 hactive_lo;
72 u8 hblank_lo;
73 u8 hactive_hblank_hi;
74 u8 vactive_lo;
75 u8 vblank_lo;
76 u8 vactive_vblank_hi;
77 u8 hsync_offset_lo;
78 u8 hsync_pulse_width_lo;
79 u8 vsync_offset_pulse_width_lo;
80 u8 hsync_vsync_offset_pulse_width_hi;
81 u8 width_mm_lo;
82 u8 height_mm_lo;
83 u8 width_height_mm_hi;
84 u8 hborder;
85 u8 vborder;
86 u8 misc;
91 u8 str[13];
95 u8 min_vfreq;
96 u8 max_vfreq;
97 u8 min_hfreq_khz;
98 u8 max_hfreq_khz;
99 u8 pixel_clock_mhz; /* need to multiply by 10 */
100 u8 flags;
103 u8 reserved;
104 u8 hfreq_start_khz; /* need to multiply by 2 */
105 u8 c; /* need to divide by 2 */
107 u8 k;
108 u8 j; /* need to divide by 2 */
111 u8 version;
112 u8 data1; /* high 6 bits: extra clock resolution */
113 u8 data2; /* plus low 2 of above: max hactive */
114 u8 supported_aspects;
115 u8 flags; /* preferred aspect and blanking support */
116 u8 supported_scalings;
117 u8 preferred_refresh;
123 u8 white_yx_lo; /* Lower 2 bits each */
124 u8 white_x_hi;
125 u8 white_y_hi;
126 u8 gamma; /* need to divide by 100 then add 1 */
130 u8 windex1;
131 u8 wpindex1[3];
132 u8 windex2;
133 u8 wpindex2[3];
137 u8 code[3];
141 u8 pad1;
142 u8 type; /* ff=serial, fe=string, fd=monitor range, fc=monitor name
145 u8 pad2;
301 u8 header[8];
303 u8 mfg_id[2];
304 u8 prod_code[2];
306 u8 mfg_week;
307 u8 mfg_year;
309 u8 version;
310 u8 revision;
312 u8 input;
313 u8 width_cm;
314 u8 height_cm;
315 u8 gamma;
316 u8 features;
318 u8 red_green_lo;
319 u8 black_white_lo;
320 u8 red_x;
321 u8 red_y;
322 u8 green_x;
323 u8 green_y;
324 u8 blue_x;
325 u8 blue_y;
326 u8 white_x;
327 u8 white_y;
335 u8 extensions;
337 u8 checksum;
344 u8 format;
345 u8 channels; /* max number of channels - 1 */
346 u8 freq;
347 u8 byte2; /* meaning depends on format */
356 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb);
468 static inline u8 drm_eld_get_spk_alloc(const uint8_t *eld) in drm_eld_get_spk_alloc()
480 static inline u8 drm_eld_get_conn_type(const uint8_t *eld) in drm_eld_get_conn_type()
487 int (*get_edid_block)(void *data, u8 *buf, unsigned int block,
498 u8 drm_match_cea_mode(const struct drm_display_mode *to_match);
499 enum hdmi_picture_aspect drm_get_cea_aspect_ratio(const u8 video_code);
509 int drm_edid_header_is_valid(const u8 *raw_edid);
510 bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid,