Searched refs:cte (Results 1 – 1 of 1) sorted by relevance
5912 struct dcb_connector_table_entry *cte; in nouveau_bios_connector_entry() local5917 cte = &bios->dcb.connector.entry[index]; in nouveau_bios_connector_entry()5918 if (cte->type == 0xff) in nouveau_bios_connector_entry()5921 return cte; in nouveau_bios_connector_entry()5964 struct dcb_connector_table_entry *cte = &bios->dcb.connector.entry[idx]; in apply_dcb_connector_quirks() local5969 if (cte->type == DCB_CONNECTOR_HDMI_1) in apply_dcb_connector_quirks()5970 cte->type = DCB_CONNECTOR_DVI_I; in apply_dcb_connector_quirks()5984 struct dcb_connector_table_entry *cte; in parse_dcb_connector_table() local6005 cte = &ct->entry[0]; in parse_dcb_connector_table()6006 for (i = 0; i < conntab[2]; i++, entry += conntab[3], cte++) { in parse_dcb_connector_table()[all …]