Lines Matching defs:db
1921 u8 *db = &info->data[i + 1]; in cea_is_hdmi_vsdb_present() local
2521 cea_db_payload_len(const u8 *db) in cea_db_payload_len()
2527 cea_db_extended_tag(const u8 *db) in cea_db_extended_tag()
2533 cea_db_tag(const u8 *db) in cea_db_tag()
2579 static bool cea_db_is_hdmi_vsdb(const u8 *db) in cea_db_is_hdmi_vsdb()
2594 static bool cea_db_is_hdmi_forum_vsdb(const u8 *db) in cea_db_is_hdmi_forum_vsdb()
2609 static bool cea_db_is_y420cmdb(const u8 *db) in cea_db_is_y420cmdb()
2623 static bool cea_db_is_y420vdb(const u8 *db) in cea_db_is_y420vdb()
2722 int do_cea_modes(struct hdmi_edid_data *data, const u8 *db, u8 len) in do_cea_modes()
2908 do_hdmi_vsdb_modes(const u8 *db, u8 len, const u8 *video_db, u8 video_len, in do_hdmi_vsdb_modes()
3067 const u8 *db) in drm_parse_y420cmdb_bitmap()
3142 const u8 *db) in drm_parse_ycbcr420_deep_color_info()
3356 static bool cea_db_is_extended_tag(const void *db, int tag) in cea_db_is_extended_tag()
3363 static bool cea_db_is_hdmi_forum_eeodb(const void *db) in cea_db_is_hdmi_forum_eeodb()
3528 drm_parse_hdmi_vsdb_video(struct hdmi_edid_data *data, const u8 *db) in drm_parse_hdmi_vsdb_video()
3544 static bool cea_db_is_scdb(const u8 *db) in cea_db_is_scdb()
3583 const u8 *db = &edid_ext[i]; in drm_parse_cea_ext() local
3709 const u8 *db, *hdmi = NULL, *video = NULL; in add_cea_modes() local