Home
last modified time | relevance | path

Searched refs:ds_port (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/sparc/include/asm/
Dmdesc.h83 struct ds_port { struct
85 } ds_port; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c2547 union dp_downstream_port_present ds_port = { .byte = data }; in get_active_converter_info() local
2550 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() local
2682 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() local
2819 ds_port.byte = dpcd_data[DP_DOWNSTREAMPORT_PRESENT - in retrieve_link_cap()
[all …]
/Linux-v5.4/arch/sparc/kernel/
Dmdesc.c401 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()