Lines Matching refs:Uchar

38 static void get_vendor_section(Uchar *, struct vendor *);
39 static void get_version_section(Uchar *, struct edid_version *);
40 static void get_display_section(Uchar *, struct disp_features *,
42 static void get_established_timing_section(Uchar *,
44 static void get_std_timing_section(Uchar *, struct std_timings *,
46 static void fetch_detailed_block(Uchar * c, struct edid_version *ver,
48 static void get_dt_md_section(Uchar *, struct edid_version *,
50 static void copy_string(Uchar *, Uchar *);
51 static void get_dst_timing_section(Uchar *, struct std_timings *,
53 static void get_monitor_ranges(Uchar *, struct monitor_ranges *);
54 static void get_whitepoint_section(Uchar *, struct whitePoints *);
55 static void get_detailed_timing_section(Uchar *, struct detailed_timings *);
168 xf86InterpretEDID(int scrnIndex, Uchar * block) in xf86InterpretEDID()
202 get_cea_detail_timing(Uchar * blk, xf86MonPtr mon, in get_cea_detail_timing()
224 handle_cea_detail_block(Uchar * ext, xf86MonPtr mon, in handle_cea_detail_block()
241 Uchar *ext; in xf86ForEachDetailedBlock()
265 extract_cea_data_block(Uchar * ext, int data_type) in extract_cea_data_block()
292 handle_cea_video_block(Uchar * ext, handle_video_fn fn, void *data) in handle_cea_video_block()
304 ((Uchar *) video + data_collection->len); in handle_cea_video_block()
315 Uchar *ext; in xf86ForEachVideoBlock()
336 cea_db_offsets(Uchar *cea, int *start, int *end) in cea_db_offsets()
349 cea_db_len(Uchar *db) in cea_db_len()
355 cea_db_tag(Uchar *db) in cea_db_tag()
360 typedef void (*handle_cea_db_fn) (Uchar *, void *);
381 Uchar *ext; in cea_for_each_db()
401 static void find_hdmi_block(Uchar *db, void *data) in find_hdmi_block()
427 xf86InterpretEEDID(int scrnIndex, Uchar * block) in xf86InterpretEEDID()
441 get_vendor_section(Uchar * c, struct vendor *r) in get_vendor_section()
455 get_version_section(Uchar * c, struct edid_version *r) in get_version_section()
462 get_display_section(Uchar * c, struct disp_features *r, struct edid_version *v) in get_display_section()
494 get_established_timing_section(Uchar * c, struct established_timings *r) in get_established_timing_section()
502 get_cvt_timing_section(Uchar * c, struct cvt_timings *r) in get_cvt_timing_section()
547 get_std_timing_section(Uchar * c, struct std_timings *r, struct edid_version *v) in get_std_timing_section()
568 fetch_detailed_block(Uchar * c, struct edid_version *ver, in fetch_detailed_block()
626 get_dt_md_section(Uchar * c, struct edid_version *ver, in get_dt_md_section()
638 copy_string(Uchar * c, Uchar * s) in copy_string()
651 get_dst_timing_section(Uchar * c, struct std_timings *t, struct edid_version *v) in get_dst_timing_section()
666 get_monitor_ranges(Uchar * c, struct monitor_ranges *r) in get_monitor_ranges()
704 get_whitepoint_section(Uchar * c, struct whitePoints *wp) in get_whitepoint_section()
717 get_detailed_timing_section(Uchar * c, struct detailed_timings *r) in get_detailed_timing_section()