Home
last modified time | relevance | path

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

/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-combo.c4240 enum typec_orientation dp_orientation = TYPEC_ORIENTATION_NONE; in qmp_combo_probe() local
4243 ret = qmp_combo_get_dt_dp_orientation(dev, &dp_orientation); in qmp_combo_probe()
4251 if (dp_orientation == TYPEC_ORIENTATION_NONE && in qmp_combo_probe()
4256 dp_orientation != TYPEC_ORIENTATION_NONE) { in qmp_combo_probe()
4258 qmp->orientation = dp_orientation; in qmp_combo_probe()
4259 } else if (dp_orientation != TYPEC_ORIENTATION_NONE && in qmp_combo_probe()
4260 dp_orientation == usb3_orientation) { in qmp_combo_probe()
4262 qmp->orientation = dp_orientation; in qmp_combo_probe()