Symbol: TYPEC_ORIENTATION_NONE
drivers/phy/apple/atc.c
2056
case TYPEC_ORIENTATION_NONE:
drivers/phy/freescale/phy-fsl-imx8mq-usb.c
188
if (orientation == TYPEC_ORIENTATION_NONE) {
drivers/phy/phy-google-usb.c
68
if (gphy->orientation == TYPEC_ORIENTATION_NONE) {
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4430
if (orientation == qmp->orientation || orientation == TYPEC_ORIENTATION_NONE)
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4903
enum typec_orientation dp_orientation = TYPEC_ORIENTATION_NONE;
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4904
enum typec_orientation usb3_orientation = TYPEC_ORIENTATION_NONE;
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4914
if (dp_orientation == TYPEC_ORIENTATION_NONE &&
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4915
usb3_orientation != TYPEC_ORIENTATION_NONE) {
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4918
} else if (usb3_orientation == TYPEC_ORIENTATION_NONE &&
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4919
dp_orientation != TYPEC_ORIENTATION_NONE) {
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4922
} else if (dp_orientation != TYPEC_ORIENTATION_NONE &&
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
1708
if (orientation == qmp->orientation || orientation == TYPEC_ORIENTATION_NONE)
drivers/phy/rockchip/phy-rockchip-usbdp.c
661
if (orien == TYPEC_ORIENTATION_NONE) {
drivers/phy/samsung/phy-exynos5-usbdrd.c
1857
if (orientation == TYPEC_ORIENTATION_NONE) {
drivers/platform/chrome/cros_ec_typec.c
314
typec_switch_set(port->ori_sw, TYPEC_ORIENTATION_NONE);
drivers/platform/chrome/cros_ec_typec.c
833
polarity = TYPEC_ORIENTATION_NONE;
drivers/platform/chrome/cros_ec_typec.c
852
polarity = TYPEC_ORIENTATION_NONE;
drivers/soc/qcom/pmic_glink_altmode.c
402
return TYPEC_ORIENTATION_NONE;
drivers/usb/typec/class.c
1678
[TYPEC_ORIENTATION_NONE] = "unknown",
drivers/usb/typec/mux/fsa4480.c
293
fsa->orientation = TYPEC_ORIENTATION_NONE;
drivers/usb/typec/mux/gpio-sbu-mux.c
39
case TYPEC_ORIENTATION_NONE:
drivers/usb/typec/mux/intel_pmc_mux.c
482
if (port->orientation == TYPEC_ORIENTATION_NONE)
drivers/usb/typec/mux/intel_pmc_mux.c
513
if (port->orientation == TYPEC_ORIENTATION_NONE || port->role == USB_ROLE_NONE)
drivers/usb/typec/mux/it5205.c
82
case TYPEC_ORIENTATION_NONE:
drivers/usb/typec/mux/nb7vpq904m.c
407
nb7->orientation = TYPEC_ORIENTATION_NONE;
drivers/usb/typec/mux/pi3usb30532.c
59
case TYPEC_ORIENTATION_NONE:
drivers/usb/typec/mux/ptn36502.c
320
ptn->orientation = TYPEC_ORIENTATION_NONE;
drivers/usb/typec/mux/wcd939x-usbss.c
627
usbss->orientation = TYPEC_ORIENTATION_NONE;
drivers/usb/typec/tcpm/tcpci.c
320
case TYPEC_ORIENTATION_NONE:
drivers/usb/typec/tcpm/tcpm.c
4469
TYPEC_ORIENTATION_NONE);
drivers/usb/typec/tcpm/tcpm.c
4552
TYPEC_ORIENTATION_NONE);
drivers/usb/typec/tipd/core.c
394
typec_set_orientation(tps->port, TYPEC_ORIENTATION_NONE);
drivers/usb/typec/tipd/core.c
759
enum typec_orientation orientation = TYPEC_ORIENTATION_NONE;
drivers/usb/typec/ucsi/ucsi.c
1038
typec_set_orientation(con->port, TYPEC_ORIENTATION_NONE);
drivers/usb/typec/ucsi/ucsi_glink.c
213
typec_set_orientation(con->port, TYPEC_ORIENTATION_NONE);
drivers/usb/typec/wusb3801.c
159
return TYPEC_ORIENTATION_NONE;