Lines Matching refs:dcb_output
96 struct dcb_output *dcbent, int head, bool dl) in run_digital_op_script()
109 static int call_lvds_manufacturer_script(struct drm_device *dev, struct dcb_output *dcbent, int hea… in call_lvds_manufacturer_script()
136 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_sc… in run_lvds_table()
209 int call_lvds_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script … in call_lvds_script()
629 int run_tmds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, int pxclk) in run_tmds_table()
1376 static struct dcb_output *new_dcb_entry(struct dcb_table *dcb) in new_dcb_entry()
1378 struct dcb_output *entry = &dcb->entry[dcb->entries]; in new_dcb_entry()
1380 memset(entry, 0, sizeof(struct dcb_output)); in new_dcb_entry()
1389 struct dcb_output *entry = new_dcb_entry(dcb); in fabricate_dcb_output()
1401 uint32_t conn, uint32_t conf, struct dcb_output *entry) in parse_dcb20_entry()
1543 uint32_t conn, uint32_t conf, struct dcb_output *entry) in parse_dcb15_entry()
1608 struct dcb_output *ient = &dcb->entry[i]; in merge_like_dcb_entries()
1612 struct dcb_output *jent = &dcb->entry[j]; in merge_like_dcb_entries()
1793 struct dcb_output *entry = new_dcb_entry(dcb); in parse_dcb_entry()