Lines Matching refs:dcb_output
94 struct dcb_output *dcbent, int head, bool dl) in run_digital_op_script()
107 static int call_lvds_manufacturer_script(struct drm_device *dev, struct dcb_output *dcbent, int hea… in call_lvds_manufacturer_script()
137 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_sc… in run_lvds_table()
210 int call_lvds_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script … in call_lvds_script()
627 int run_tmds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, int pxclk) in run_tmds_table()
1374 static struct dcb_output *new_dcb_entry(struct dcb_table *dcb) in new_dcb_entry()
1376 struct dcb_output *entry = &dcb->entry[dcb->entries]; in new_dcb_entry()
1378 memset(entry, 0, sizeof(struct dcb_output)); in new_dcb_entry()
1387 struct dcb_output *entry = new_dcb_entry(dcb); in fabricate_dcb_output()
1399 uint32_t conn, uint32_t conf, struct dcb_output *entry) in parse_dcb20_entry()
1546 uint32_t conn, uint32_t conf, struct dcb_output *entry) in parse_dcb15_entry()
1611 struct dcb_output *ient = &dcb->entry[i]; in merge_like_dcb_entries()
1615 struct dcb_output *jent = &dcb->entry[j]; in merge_like_dcb_entries()
1796 struct dcb_output *entry = new_dcb_entry(dcb); in parse_dcb_entry()