Lines Matching refs:dcb_output
92 struct dcb_output *dcbent, int head, bool dl) in run_digital_op_script()
105 static int call_lvds_manufacturer_script(struct drm_device *dev, struct dcb_output *dcbent, int hea… in call_lvds_manufacturer_script()
135 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_sc… in run_lvds_table()
208 int call_lvds_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script … in call_lvds_script()
625 int run_tmds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, int pxclk) in run_tmds_table()
1372 static struct dcb_output *new_dcb_entry(struct dcb_table *dcb) in new_dcb_entry()
1374 struct dcb_output *entry = &dcb->entry[dcb->entries]; in new_dcb_entry()
1376 memset(entry, 0, sizeof(struct dcb_output)); in new_dcb_entry()
1385 struct dcb_output *entry = new_dcb_entry(dcb); in fabricate_dcb_output()
1397 uint32_t conn, uint32_t conf, struct dcb_output *entry) in parse_dcb20_entry()
1544 uint32_t conn, uint32_t conf, struct dcb_output *entry) in parse_dcb15_entry()
1609 struct dcb_output *ient = &dcb->entry[i]; in merge_like_dcb_entries()
1613 struct dcb_output *jent = &dcb->entry[j]; in merge_like_dcb_entries()
1794 struct dcb_output *entry = new_dcb_entry(dcb); in parse_dcb_entry()