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.c5258 enum typec_orientation dp_orientation = TYPEC_ORIENTATION_NONE; in qmp_combo_probe() local
5261 ret = qmp_combo_get_dt_dp_orientation(dev, &dp_orientation); in qmp_combo_probe()
5269 if (dp_orientation == TYPEC_ORIENTATION_NONE && in qmp_combo_probe()
5274 dp_orientation != TYPEC_ORIENTATION_NONE) { in qmp_combo_probe()
5276 qmp->orientation = dp_orientation; in qmp_combo_probe()
5277 } else if (dp_orientation != TYPEC_ORIENTATION_NONE && in qmp_combo_probe()
5278 dp_orientation == usb3_orientation) { in qmp_combo_probe()
5280 qmp->orientation = dp_orientation; in qmp_combo_probe()