Searched refs:ds_port (Results 1 – 3 of 3) sorted by relevance
83 struct ds_port { struct85 } ds_port; member
2547 union dp_downstream_port_present ds_port = { .byte = data }; in get_active_converter_info() local2550 if (!ds_port.fields.PORT_PRESENT) { in get_active_converter_info()2559 if (ds_port.fields.PORT_TYPE == DOWNSTREAM_DP) { in get_active_converter_info()2564 link->dpcd_caps.is_branch_dev = ds_port.fields.PORT_PRESENT; in get_active_converter_info()2567 switch (ds_port.fields.PORT_TYPE) { in get_active_converter_info()2608 if (ds_port.fields.DETAILED_CAPS) { in get_active_converter_info()2669 union dp_downstream_port_present ds_port = { 0 }; in dp_wa_power_up_0010FA() local2682 ds_port.byte = dpcd_data[DP_DOWNSTREAMPORT_PRESENT - in dp_wa_power_up_0010FA()2718 union dp_downstream_port_present ds_port = { 0 }; in retrieve_link_cap() local2819 ds_port.byte = dpcd_data[DP_DOWNSTREAMPORT_PRESENT - in retrieve_link_cap()[all …]
401 node_info->ds_port.id = *idp; in get_ds_port_node_info()413 if (a_node_info->ds_port.id != b_node_info->ds_port.id) in ds_port_node_match()