Symbol: USB_TYPEC_DP_SID
drivers/phy/apple/atc.c
2118
} else if (state->alt && state->alt->svid == USB_TYPEC_DP_SID) {
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4468
if (svid == USB_TYPEC_DP_SID) {
drivers/phy/rockchip/phy-rockchip-usbdp.c
1378
if (state->alt && state->alt->svid == USB_TYPEC_DP_SID) {
drivers/platform/chrome/cros_ec_typec.c
405
desc.svid = USB_TYPEC_DP_SID;
drivers/platform/chrome/cros_ec_typec.c
667
cable_dp_vdo = cros_typec_get_cable_vdo(port, USB_TYPEC_DP_SID);
drivers/platform/chrome/cros_typec_altmode.c
260
if (adata->sid == USB_TYPEC_DP_SID)
drivers/platform/chrome/cros_typec_altmode.c
74
if (adata->sid == USB_TYPEC_DP_SID)
drivers/platform/chrome/cros_typec_switch.c
60
} else if (alt && alt->svid == USB_TYPEC_DP_SID) {
drivers/soc/qcom/pmic_glink_altmode.c
361
if (alt_port->svid == USB_TYPEC_DP_SID) {
drivers/soc/qcom/pmic_glink_altmode.c
440
svid = mux == 2 ? USB_TYPEC_DP_SID : 0;
drivers/soc/qcom/pmic_glink_altmode.c
491
if (svid == USB_TYPEC_DP_SID) {
drivers/soc/qcom/pmic_glink_altmode.c
625
alt_port->dp_alt.svid = USB_TYPEC_DP_SID;
drivers/usb/typec/altmodes/displayport.c
840
{ USB_TYPEC_DP_SID },
drivers/usb/typec/anx7411.c
1043
has_dp = (state->alt && state->alt->svid == USB_TYPEC_DP_SID &&
drivers/usb/typec/mux/intel_pmc_mux.c
443
state->alt && state->alt->svid == USB_TYPEC_DP_SID)
drivers/usb/typec/mux/intel_pmc_mux.c
526
case USB_TYPEC_DP_SID:
drivers/usb/typec/mux/it5205.c
98
state->alt->svid != USB_TYPEC_DP_SID)
drivers/usb/typec/mux/nb7vpq904m.c
168
if (nb7->svid != USB_TYPEC_DP_SID)
drivers/usb/typec/mux/ps883x.c
204
case USB_TYPEC_DP_SID:
drivers/usb/typec/mux/ptn36502.c
119
if (ptn->svid != USB_TYPEC_DP_SID)
drivers/usb/typec/mux/tusb1046.c
49
state->alt->svid != USB_TYPEC_DP_SID)
drivers/usb/typec/tipd/core.c
1246
desc.svid = USB_TYPEC_DP_SID;
drivers/usb/typec/ucsi/displayport.c
139
dp->header = VDO(USB_TYPEC_DP_SID, 1, svdm_version, CMD_EXIT_MODE);
drivers/usb/typec/ucsi/displayport.c
231
dp->header = VDO(USB_TYPEC_DP_SID, 1, svdm_version, cmd);
drivers/usb/typec/ucsi/displayport.c
94
dp->header = VDO(USB_TYPEC_DP_SID, 1, svdm_version, CMD_ENTER_MODE);
drivers/usb/typec/ucsi/ucsi.c
449
case USB_TYPEC_DP_SID:
drivers/usb/typec/ucsi/ucsi.c
834
if (adev[i]->svid == USB_TYPEC_DP_SID ||
drivers/usb/typec/ucsi/ucsi_huawei_gaokun.c
317
if (port->bridge && port->svid == USB_TYPEC_DP_SID)
drivers/usb/typec/ucsi/ucsi_yoga_c630.c
106
.svid = USB_TYPEC_DP_SID,