Symbol: TYPEC_ORIENTATION_REVERSE
drivers/extcon/extcon-usbc-tusb320.c
298
typec_set_orientation(port, ori ? TYPEC_ORIENTATION_REVERSE :
drivers/phy/apple/atc.c
2061
case TYPEC_ORIENTATION_REVERSE:
drivers/phy/freescale/phy-fsl-imx8mq-usb.c
211
if (orientation == TYPEC_ORIENTATION_REVERSE)
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
2172
{ 2, TYPEC_ORIENTATION_REVERSE, { 2, 3 }},
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
2177
{ 1, TYPEC_ORIENTATION_REVERSE, { 0 }},
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
2179
{ 2, TYPEC_ORIENTATION_REVERSE, { 0, 1 }},
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
2181
{ 4, TYPEC_ORIENTATION_REVERSE, { 0, 1, 2, 3 }},
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
3172
bool reverse = (qmp->orientation == TYPEC_ORIENTATION_REVERSE);
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
3492
bool reverse = (qmp->orientation == TYPEC_ORIENTATION_REVERSE);
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
3555
bool reverse = (qmp->orientation == TYPEC_ORIENTATION_REVERSE);
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
3709
if (qmp->orientation == TYPEC_ORIENTATION_REVERSE)
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
1006
if (qmp->orientation == TYPEC_ORIENTATION_REVERSE)
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
822
bool reverse = (qmp->orientation == TYPEC_ORIENTATION_REVERSE);
drivers/phy/rockchip/phy-rockchip-usbdp.c
669
udphy->flip = orien == TYPEC_ORIENTATION_REVERSE;
drivers/platform/chrome/cros_ec_typec.c
767
orientation = TYPEC_ORIENTATION_REVERSE;
drivers/platform/chrome/cros_ec_typec.c
837
polarity = TYPEC_ORIENTATION_REVERSE;
drivers/platform/chrome/cros_ec_typec.c
856
polarity = TYPEC_ORIENTATION_REVERSE;
drivers/soc/qcom/pmic_glink_altmode.c
400
return TYPEC_ORIENTATION_REVERSE;
drivers/usb/typec/anx7411.c
443
typec_set_orientation(ctx->typec.port, TYPEC_ORIENTATION_REVERSE);
drivers/usb/typec/class.c
1680
[TYPEC_ORIENTATION_REVERSE] = "reverse",
drivers/usb/typec/mux/fsa4480.c
81
bool reverse = (fsa->orientation == TYPEC_ORIENTATION_REVERSE);
drivers/usb/typec/mux/gpio-sbu-mux.c
45
case TYPEC_ORIENTATION_REVERSE:
drivers/usb/typec/mux/it5205.c
78
case TYPEC_ORIENTATION_REVERSE:
drivers/usb/typec/mux/nb7vpq904m.c
109
bool reverse = (nb7->orientation == TYPEC_ORIENTATION_REVERSE);
drivers/usb/typec/mux/pi3usb30532.c
65
case TYPEC_ORIENTATION_REVERSE:
drivers/usb/typec/mux/ps883x.c
111
if (retimer->orientation == TYPEC_ORIENTATION_REVERSE)
drivers/usb/typec/mux/ps883x.c
194
orientation == TYPEC_ORIENTATION_REVERSE);
drivers/usb/typec/mux/ptn36502.c
81
bool reverse = (ptn->orientation == TYPEC_ORIENTATION_REVERSE);
drivers/usb/typec/mux/tusb1046.c
110
if (orientation == TYPEC_ORIENTATION_REVERSE)
drivers/usb/typec/mux/wcd939x-usbss.c
242
bool reverse = (usbss->orientation == TYPEC_ORIENTATION_REVERSE);
drivers/usb/typec/tcpm/tcpci.c
326
case TYPEC_ORIENTATION_REVERSE:
drivers/usb/typec/tcpm/tcpm.c
1192
orientation = TYPEC_ORIENTATION_REVERSE;
drivers/usb/typec/tipd/core.c
368
typec_set_orientation(tps->port, TYPEC_ORIENTATION_REVERSE);
drivers/usb/typec/tipd/core.c
771
TYPEC_ORIENTATION_REVERSE : TYPEC_ORIENTATION_NORMAL;
drivers/usb/typec/ucsi/ucsi.c
1047
typec_set_orientation(con->port, TYPEC_ORIENTATION_REVERSE);
drivers/usb/typec/ucsi/ucsi_glink.c
225
TYPEC_ORIENTATION_REVERSE :
drivers/usb/typec/ucsi/ucsi_yoga_c630.c
199
TYPEC_ORIENTATION_REVERSE :
drivers/usb/typec/wusb3801.c
163
return TYPEC_ORIENTATION_REVERSE;
sound/soc/codecs/wcd939x.c
3174
wcd939x->typec_orientation == TYPEC_ORIENTATION_REVERSE ?
sound/soc/codecs/wcd939x.c
3175
TYPEC_ORIENTATION_NORMAL : TYPEC_ORIENTATION_REVERSE);